Skip to content

Commit e1b6077

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/webpack to v4.41.29
1 parent 52840d4 commit e1b6077

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/node-fetch": "2.5.10",
4848
"@types/socket.io": "2.1.13",
4949
"@types/socket.io-client": "1.4.36",
50-
"@types/webpack": "4.41.28",
50+
"@types/webpack": "4.41.29",
5151
"browser-env": "3.3.0",
5252
"chai": "4.3.4",
5353
"css-loader": "3.6.0",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,16 +1020,16 @@
10201020
"@types/source-list-map" "*"
10211021
source-map "^0.6.1"
10221022

1023-
"@types/webpack@4.41.28":
1024-
version "4.41.28"
1025-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.28.tgz#0069a2159b7ad4d83d0b5801942c17d54133897b"
1026-
integrity sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==
1023+
"@types/webpack@4.41.29":
1024+
version "4.41.29"
1025+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.29.tgz#2e66c1de8223c440366469415c50a47d97625773"
1026+
integrity sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==
10271027
dependencies:
1028-
"@types/anymatch" "*"
10291028
"@types/node" "*"
10301029
"@types/tapable" "^1"
10311030
"@types/uglify-js" "*"
10321031
"@types/webpack-sources" "*"
1032+
anymatch "^3.0.0"
10331033
source-map "^0.6.0"
10341034

10351035
"@types/webpack@^4":
@@ -1456,6 +1456,14 @@ anymatch@^2.0.0:
14561456
micromatch "^3.1.4"
14571457
normalize-path "^2.1.1"
14581458

1459+
anymatch@^3.0.0:
1460+
version "3.1.2"
1461+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
1462+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1463+
dependencies:
1464+
normalize-path "^3.0.0"
1465+
picomatch "^2.0.4"
1466+
14591467
anymatch@~3.1.1:
14601468
version "3.1.1"
14611469
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"

0 commit comments

Comments
 (0)