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

Commit ff04cd6

Browse files
committed
Update dependency @types/webpack to v4.41.32
1 parent 68df447 commit ff04cd6

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"resolutions": {
4646
"@types/node": "12.20.6",
47-
"@types/webpack": "4.41.26"
47+
"@types/webpack": "4.41.32"
4848
},
4949
"dependencies": {
5050
"@mdi/js": "5.9.55",
@@ -122,7 +122,7 @@
122122
"@types/superagent": "4.1.10",
123123
"@types/tar-fs": "2.0.0",
124124
"@types/uuid": "8.3.0",
125-
"@types/webpack": "4.41.26",
125+
"@types/webpack": "4.41.32",
126126
"@types/webpack-chain": "5.2.0",
127127
"@types/webpack-env": "1.16.0",
128128
"@types/xml2js": "0.4.8",

yarn.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,11 +2205,6 @@
22052205
dependencies:
22062206
"@types/node" "*"
22072207

2208-
"@types/anymatch@*":
2209-
version "1.3.1"
2210-
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
2211-
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
2212-
22132208
"@types/aria-query@^4.2.0":
22142209
version "4.2.0"
22152210
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0"
@@ -2658,10 +2653,10 @@
26582653
"@types/cookiejar" "*"
26592654
"@types/node" "*"
26602655

2661-
"@types/tapable@*":
2662-
version "1.0.6"
2663-
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
2664-
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
2656+
"@types/tapable@^1":
2657+
version "1.0.8"
2658+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
2659+
integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
26652660

26662661
"@types/tar-fs@2.0.0":
26672662
version "2.0.0"
@@ -2729,16 +2724,16 @@
27292724
"@types/source-list-map" "*"
27302725
source-map "^0.7.3"
27312726

2732-
"@types/webpack@*", "@types/webpack@4.41.26", "@types/webpack@^4.0.0":
2733-
version "4.41.26"
2734-
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
2735-
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
2727+
"@types/webpack@*", "@types/webpack@4.41.32", "@types/webpack@^4.0.0":
2728+
version "4.41.32"
2729+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212"
2730+
integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==
27362731
dependencies:
2737-
"@types/anymatch" "*"
27382732
"@types/node" "*"
2739-
"@types/tapable" "*"
2733+
"@types/tapable" "^1"
27402734
"@types/uglify-js" "*"
27412735
"@types/webpack-sources" "*"
2736+
anymatch "^3.0.0"
27422737
source-map "^0.6.0"
27432738

27442739
"@types/websocket@1.0.1":
@@ -3599,6 +3594,14 @@ anymatch@^2.0.0:
35993594
micromatch "^3.1.4"
36003595
normalize-path "^2.1.1"
36013596

3597+
anymatch@^3.0.0:
3598+
version "3.1.2"
3599+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
3600+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
3601+
dependencies:
3602+
normalize-path "^3.0.0"
3603+
picomatch "^2.0.4"
3604+
36023605
anymatch@~3.1.1:
36033606
version "3.1.1"
36043607
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"

0 commit comments

Comments
 (0)