Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit b09c7f2

Browse files
Bump webpack-dev-server from 4.9.1 to 4.9.3
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.1 to 4.9.3. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.9.1...v4.9.3) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1253c1 commit b09c7f2

File tree

3 files changed

+33
-26
lines changed

3 files changed

+33
-26
lines changed

package-lock.json

Lines changed: 21 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"copy-webpack-plugin": "^11.0.0",
3838
"nodemon": "^2.0.16",
3939
"webpack-cli": "^4.10.0",
40-
"webpack-dev-server": "^4.9.1"
40+
"webpack-dev-server": "^4.9.3"
4141
}
4242
}

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@
12181218
dependencies:
12191219
"@types/express" "*"
12201220

1221-
"@types/serve-static@*":
1221+
"@types/serve-static@*", "@types/serve-static@^1.13.10":
12221222
version "1.13.10"
12231223
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
12241224
integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==
@@ -1828,10 +1828,10 @@ configstore@^5.0.1:
18281828
write-file-atomic "^3.0.0"
18291829
xdg-basedir "^4.0.0"
18301830

1831-
connect-history-api-fallback@^1.6.0:
1832-
version "1.6.0"
1833-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
1834-
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
1831+
connect-history-api-fallback@^2.0.0:
1832+
version "2.0.0"
1833+
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
1834+
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
18351835

18361836
18371837
version "0.5.4"
@@ -4068,23 +4068,24 @@ webpack-dev-middleware@^5.3.1:
40684068
range-parser "^1.2.1"
40694069
schema-utils "^4.0.0"
40704070

4071-
webpack-dev-server@^4.9.1:
4072-
version "4.9.1"
4073-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.1.tgz#184607b0287c791aeaa45e58e8fe75fcb4d7e2a8"
4074-
integrity sha512-CTMfu2UMdR/4OOZVHRpdy84pNopOuigVIsRbGX3LVDMWNP8EUgC5mUBMErbwBlHTEX99ejZJpVqrir6EXAEajA==
4071+
webpack-dev-server@^4.9.3:
4072+
version "4.9.3"
4073+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9"
4074+
integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==
40754075
dependencies:
40764076
"@types/bonjour" "^3.5.9"
40774077
"@types/connect-history-api-fallback" "^1.3.5"
40784078
"@types/express" "^4.17.13"
40794079
"@types/serve-index" "^1.9.1"
4080+
"@types/serve-static" "^1.13.10"
40804081
"@types/sockjs" "^0.3.33"
40814082
"@types/ws" "^8.5.1"
40824083
ansi-html-community "^0.0.8"
40834084
bonjour-service "^1.0.11"
40844085
chokidar "^3.5.3"
40854086
colorette "^2.0.10"
40864087
compression "^1.7.4"
4087-
connect-history-api-fallback "^1.6.0"
4088+
connect-history-api-fallback "^2.0.0"
40884089
default-gateway "^6.0.3"
40894090
express "^4.17.3"
40904091
graceful-fs "^4.2.6"

0 commit comments

Comments
 (0)