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

Commit 32788fe

Browse files
committed
Update dependency @types/webpack to v4.41.28
1 parent 8b4157e commit 32788fe

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.28"
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.28",
126126
"@types/webpack-chain": "5.2.0",
127127
"@types/webpack-env": "1.16.0",
128128
"@types/xml2js": "0.4.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,10 +2658,10 @@
26582658
"@types/cookiejar" "*"
26592659
"@types/node" "*"
26602660

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==
2661+
"@types/tapable@^1":
2662+
version "1.0.7"
2663+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
2664+
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
26652665

26662666
"@types/tar-fs@2.0.0":
26672667
version "2.0.0"
@@ -2729,14 +2729,14 @@
27292729
"@types/source-list-map" "*"
27302730
source-map "^0.7.3"
27312731

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==
2732+
"@types/webpack@*", "@types/webpack@4.41.28", "@types/webpack@^4.0.0":
2733+
version "4.41.28"
2734+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.28.tgz#0069a2159b7ad4d83d0b5801942c17d54133897b"
2735+
integrity sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==
27362736
dependencies:
27372737
"@types/anymatch" "*"
27382738
"@types/node" "*"
2739-
"@types/tapable" "*"
2739+
"@types/tapable" "^1"
27402740
"@types/uglify-js" "*"
27412741
"@types/webpack-sources" "*"
27422742
source-map "^0.6.0"

0 commit comments

Comments
 (0)