Skip to content

Commit cdbedb3

Browse files
build(deps): bump webpack-dev-middleware from 5.3.0 to 5.3.4
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.0 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v5.3.0...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd6dc27 commit cdbedb3

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7949,6 +7949,11 @@ fs-monkey@1.0.3:
79497949
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3"
79507950
integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==
79517951

7952+
fs-monkey@^1.0.4:
7953+
version "1.0.5"
7954+
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.5.tgz#fe450175f0db0d7ea758102e1d84096acb925788"
7955+
integrity sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==
7956+
79527957
fs.realpath@^1.0.0:
79537958
version "1.0.0"
79547959
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -10749,13 +10754,20 @@ media-typer@0.3.0:
1074910754
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
1075010755
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
1075110756

10752-
memfs@^3.1.2, memfs@^3.2.2:
10757+
memfs@^3.1.2:
1075310758
version "3.4.1"
1075410759
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305"
1075510760
integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==
1075610761
dependencies:
1075710762
fs-monkey "1.0.3"
1075810763

10764+
memfs@^3.4.3:
10765+
version "3.6.0"
10766+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6"
10767+
integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ==
10768+
dependencies:
10769+
fs-monkey "^1.0.4"
10770+
1075910771
meow@^5.0.0:
1076010772
version "5.0.0"
1076110773
resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4"
@@ -15607,12 +15619,12 @@ webidl-conversions@^6.1.0:
1560715619
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
1560815620

1560915621
webpack-dev-middleware@^5.3.0:
15610-
version "5.3.0"
15611-
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.0.tgz#8fc02dba6e72e1d373eca361623d84610f27be7c"
15612-
integrity sha512-MouJz+rXAm9B1OTOYaJnn6rtD/lWZPy2ufQCH3BPs8Rloh/Du6Jze4p7AeLYHkVi0giJnYLaSGDC7S+GM9arhg==
15622+
version "5.3.4"
15623+
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
15624+
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
1561315625
dependencies:
1561415626
colorette "^2.0.10"
15615-
memfs "^3.2.2"
15627+
memfs "^3.4.3"
1561615628
mime-types "^2.1.31"
1561715629
range-parser "^1.2.1"
1561815630
schema-utils "^4.0.0"

0 commit comments

Comments
 (0)