Skip to content

Commit 6cef24f

Browse files
Bump @types/webpack-dev-server from 3.11.1 to 3.11.2
Bumps [@types/webpack-dev-server](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-dev-server) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-dev-server) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 882741b commit 6cef24f

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "17.0.3",
2929
"@types/react-dom": "17.0.2",
3030
"@types/webpack": "4.41.26",
31-
"@types/webpack-dev-server": "3.11.1",
31+
"@types/webpack-dev-server": "3.11.2",
3232
"@types/webpack-merge": "5.0.0",
3333
"@typescript-eslint/eslint-plugin": "4.16.1",
3434
"@typescript-eslint/parser": "4.17.0",

yarn.lock

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,19 +1124,10 @@
11241124
"@types/tapable" "*"
11251125
"@types/webpack" "*"
11261126

1127-
"@types/http-proxy-middleware@*":
1128-
version "0.19.3"
1129-
resolved "https://registry.yarnpkg.com/@types/http-proxy-middleware/-/http-proxy-middleware-0.19.3.tgz#b2eb96fbc0f9ac7250b5d9c4c53aade049497d03"
1130-
integrity sha512-lnBTx6HCOUeIJMLbI/LaL5EmdKLhczJY5oeXZpX/cXE4rRqb3RmV7VcMpiEfYkmTjipv3h7IAyIINe4plEv7cA==
1131-
dependencies:
1132-
"@types/connect" "*"
1133-
"@types/http-proxy" "*"
1134-
"@types/node" "*"
1135-
1136-
"@types/http-proxy@*":
1137-
version "1.17.4"
1138-
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b"
1139-
integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==
1127+
"@types/http-proxy@^1.17.4":
1128+
version "1.17.5"
1129+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d"
1130+
integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q==
11401131
dependencies:
11411132
"@types/node" "*"
11421133

@@ -1300,16 +1291,16 @@
13001291
dependencies:
13011292
source-map "^0.6.1"
13021293

1303-
"@types/[email protected].1":
1304-
version "3.11.1"
1305-
resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz#f8f4dac1da226d530bd15a1d5dc34b23ba766ccb"
1306-
integrity sha512-rIb+LtUkKnh7+oIJm3WiMJONd71Q0lZuqGLcSqhZ5qjN9gV/CNmZe7Bai+brnBPZ/KVYOsr+4bFLiNZwjBicLw==
1294+
"@types/[email protected].2":
1295+
version "3.11.2"
1296+
resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#73915a7d9e0a9b5e010a2388a46f68ab3f770ef8"
1297+
integrity sha512-13w1VhaghN+G1rYjkBPgN/GFRoHd9uI2fwK9cSKvLutdmZ22L9iicFEvt69by40DP2I6uNcClaGTyPY6nYhIgQ==
13071298
dependencies:
13081299
"@types/connect-history-api-fallback" "*"
13091300
"@types/express" "*"
1310-
"@types/http-proxy-middleware" "*"
13111301
"@types/serve-static" "*"
13121302
"@types/webpack" "*"
1303+
http-proxy-middleware "^1.0.0"
13131304

13141305
13151306
version "5.0.0"
@@ -4043,7 +4034,18 @@ [email protected]:
40434034
lodash "^4.17.11"
40444035
micromatch "^3.1.10"
40454036

4046-
http-proxy@^1.17.0:
4037+
http-proxy-middleware@^1.0.0:
4038+
version "1.0.6"
4039+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz#0618557722f450375d3796d701a8ac5407b3b94e"
4040+
integrity sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg==
4041+
dependencies:
4042+
"@types/http-proxy" "^1.17.4"
4043+
http-proxy "^1.18.1"
4044+
is-glob "^4.0.1"
4045+
lodash "^4.17.20"
4046+
micromatch "^4.0.2"
4047+
4048+
http-proxy@^1.17.0, http-proxy@^1.18.1:
40474049
version "1.18.1"
40484050
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
40494051
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==

0 commit comments

Comments
 (0)