Skip to content

Commit e8c2f87

Browse files
build(deps-dev): bump webpack-dev-server from 4.9.2 to 4.9.3 (#6253)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 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.2...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e13d86d commit e8c2f87

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"webpack": "^5.73.0",
140140
"webpack-bundle-analyzer": "^4.5.0",
141141
"webpack-cli": "^4.10.0",
142-
"webpack-dev-server": "^4.9.2",
142+
"webpack-dev-server": "^4.9.3",
143143
"webpack-merge": "^5.8.0",
144144
"workbox-webpack-plugin": "^6.5.3"
145145
},

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4148,10 +4148,10 @@ concat-map@0.0.1:
41484148
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
41494149
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
41504150

4151-
connect-history-api-fallback@^1.6.0:
4152-
version "1.6.0"
4153-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
4154-
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
4151+
connect-history-api-fallback@^2.0.0:
4152+
version "2.0.0"
4153+
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
4154+
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
41554155

41564156
console-clear@^1.1.0:
41574157
version "1.1.1"
@@ -9298,16 +9298,7 @@ onetime@^6.0.0:
92989298
dependencies:
92999299
mimic-fn "^4.0.0"
93009300

9301-
open@^8.0.9:
9302-
version "8.2.1"
9303-
resolved "https://registry.yarnpkg.com/open/-/open-8.2.1.tgz#82de42da0ccbf429bc12d099dad2e0975e14e8af"
9304-
integrity sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==
9305-
dependencies:
9306-
define-lazy-prop "^2.0.0"
9307-
is-docker "^2.1.1"
9308-
is-wsl "^2.2.0"
9309-
9310-
open@^8.4.0:
9301+
open@^8.0.9, open@^8.4.0:
93119302
version "8.4.0"
93129303
resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8"
93139304
integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==
@@ -12697,10 +12688,10 @@ webpack-dev-middleware@^5.3.1:
1269712688
range-parser "^1.2.1"
1269812689
schema-utils "^4.0.0"
1269912690

12700-
webpack-dev-server@^4.9.2:
12701-
version "4.9.2"
12702-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.2.tgz#c188db28c7bff12f87deda2a5595679ebbc3c9bc"
12703-
integrity sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q==
12691+
webpack-dev-server@^4.9.3:
12692+
version "4.9.3"
12693+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9"
12694+
integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw==
1270412695
dependencies:
1270512696
"@types/bonjour" "^3.5.9"
1270612697
"@types/connect-history-api-fallback" "^1.3.5"
@@ -12714,7 +12705,7 @@ webpack-dev-server@^4.9.2:
1271412705
chokidar "^3.5.3"
1271512706
colorette "^2.0.10"
1271612707
compression "^1.7.4"
12717-
connect-history-api-fallback "^1.6.0"
12708+
connect-history-api-fallback "^2.0.0"
1271812709
default-gateway "^6.0.3"
1271912710
express "^4.17.3"
1272012711
graceful-fs "^4.2.6"

0 commit comments

Comments
 (0)