Skip to content

Commit 91ba479

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump webpack-dev-server from 5.1.0 to 5.2.1 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `webpack-dev-server` from 5.1.0 to 5.2.1 - [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@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c49c16 commit 91ba479

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,7 @@
32393239
"@types/range-parser" "*"
32403240
"@types/send" "*"
32413241

3242-
"@types/express-serve-static-core@^4.17.33":
3242+
"@types/express-serve-static-core@^4.17.21", "@types/express-serve-static-core@^4.17.33":
32433243
version "4.19.6"
32443244
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz#e01324c2a024ff367d92c66f48553ced0ab50267"
32453245
integrity sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==
@@ -8971,7 +8971,7 @@ export-files@^2.1.0:
89718971
dependencies:
89728972
lazy-cache "^1.0.3"
89738973

8974-
express@^4.17.0, express@^4.19.2:
8974+
express@^4.17.0, express@^4.21.2:
89758975
version "4.21.2"
89768976
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
89778977
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
@@ -10237,7 +10237,7 @@ html-encoding-sniffer@^4.0.0:
1023710237
dependencies:
1023810238
whatwg-encoding "^3.1.1"
1023910239

10240-
html-entities@^2.1.0, html-entities@^2.4.0:
10240+
html-entities@^2.1.0:
1024110241
version "2.6.0"
1024210242
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8"
1024310243
integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==
@@ -10361,7 +10361,7 @@ http-proxy-agent@^7.0.0, http-proxy-agent@^7.0.2:
1036110361
agent-base "^7.1.0"
1036210362
debug "^4.3.4"
1036310363

10364-
http-proxy-middleware@^2.0.3:
10364+
http-proxy-middleware@^2.0.7:
1036510365
version "2.0.9"
1036610366
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz#e9e63d68afaa4eee3d147f39149ab84c0c2815ef"
1036710367
integrity sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==
@@ -18784,14 +18784,15 @@ webpack-dev-middleware@^7.4.2:
1878418784
range-parser "^1.2.1"
1878518785
schema-utils "^4.0.0"
1878618786

18787-
webpack-dev-server@5.1.0:
18788-
version "5.1.0"
18789-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-5.1.0.tgz#8f44147402b4d8ab99bfeb9b6880daa1411064e5"
18790-
integrity sha512-aQpaN81X6tXie1FoOB7xlMfCsN19pSvRAeYUHOdFWOlhpQ/LlbfTqYwwmEDFV0h8GGuqmCmKmT+pxcUV/Nt2gQ==
18787+
webpack-dev-server@5.2.1:
18788+
version "5.2.1"
18789+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-5.2.1.tgz#049072d6e19cbda8cf600b9e364e6662d61218ba"
18790+
integrity sha512-ml/0HIj9NLpVKOMq+SuBPLHcmbG+TGIjXRHsYfZwocUBIqEvws8NnS/V9AFQ5FKP+tgn5adwVwRrTEpGL33QFQ==
1879118791
dependencies:
1879218792
"@types/bonjour" "^3.5.13"
1879318793
"@types/connect-history-api-fallback" "^1.5.4"
1879418794
"@types/express" "^4.17.21"
18795+
"@types/express-serve-static-core" "^4.17.21"
1879518796
"@types/serve-index" "^1.9.4"
1879618797
"@types/serve-static" "^1.15.5"
1879718798
"@types/sockjs" "^0.3.36"
@@ -18802,10 +18803,9 @@ [email protected]:
1880218803
colorette "^2.0.10"
1880318804
compression "^1.7.4"
1880418805
connect-history-api-fallback "^2.0.0"
18805-
express "^4.19.2"
18806+
express "^4.21.2"
1880618807
graceful-fs "^4.2.6"
18807-
html-entities "^2.4.0"
18808-
http-proxy-middleware "^2.0.3"
18808+
http-proxy-middleware "^2.0.7"
1880918809
ipaddr.js "^2.1.0"
1881018810
launch-editor "^2.6.1"
1881118811
open "^10.0.3"

0 commit comments

Comments
 (0)