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

Commit 6e1c3f0

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 a312263 commit 6e1c3f0

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.9.2",
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
@@ -1174,7 +1174,7 @@
11741174
dependencies:
11751175
"@types/express" "*"
11761176

1177-
"@types/serve-static@*":
1177+
"@types/serve-static@*", "@types/serve-static@^1.13.10":
11781178
version "1.13.10"
11791179
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
11801180
integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==
@@ -1784,10 +1784,10 @@ configstore@^5.0.1:
17841784
write-file-atomic "^3.0.0"
17851785
xdg-basedir "^4.0.0"
17861786

1787-
connect-history-api-fallback@^1.6.0:
1788-
version "1.6.0"
1789-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
1790-
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
1787+
connect-history-api-fallback@^2.0.0:
1788+
version "2.0.0"
1789+
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
1790+
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
17911791

17921792
17931793
version "0.5.4"
@@ -4024,23 +4024,24 @@ webpack-dev-middleware@^5.3.1:
40244024
range-parser "^1.2.1"
40254025
schema-utils "^4.0.0"
40264026

4027-
webpack-dev-server@^4.9.1:
4028-
version "4.9.1"
4029-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.1.tgz#184607b0287c791aeaa45e58e8fe75fcb4d7e2a8"
4030-
integrity sha512-CTMfu2UMdR/4OOZVHRpdy84pNopOuigVIsRbGX3LVDMWNP8EUgC5mUBMErbwBlHTEX99ejZJpVqrir6EXAEajA==
4027+
webpack-dev-server@^4.9.3:
4028+
version "4.9.3"
4029+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9"
4030+
integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==
40314031
dependencies:
40324032
"@types/bonjour" "^3.5.9"
40334033
"@types/connect-history-api-fallback" "^1.3.5"
40344034
"@types/express" "^4.17.13"
40354035
"@types/serve-index" "^1.9.1"
4036+
"@types/serve-static" "^1.13.10"
40364037
"@types/sockjs" "^0.3.33"
40374038
"@types/ws" "^8.5.1"
40384039
ansi-html-community "^0.0.8"
40394040
bonjour-service "^1.0.11"
40404041
chokidar "^3.5.3"
40414042
colorette "^2.0.10"
40424043
compression "^1.7.4"
4043-
connect-history-api-fallback "^1.6.0"
4044+
connect-history-api-fallback "^2.0.0"
40444045
default-gateway "^6.0.3"
40454046
express "^4.17.3"
40464047
graceful-fs "^4.2.6"

0 commit comments

Comments
 (0)