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

Commit

Permalink
Update dependency @types/webpack to v4.41.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2021
1 parent 8b4157e commit 32788fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"resolutions": {
"@types/node": "12.20.6",
"@types/webpack": "4.41.26"
"@types/webpack": "4.41.28"
},
"dependencies": {
"@mdi/js": "5.9.55",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@types/superagent": "4.1.10",
"@types/tar-fs": "2.0.0",
"@types/uuid": "8.3.0",
"@types/webpack": "4.41.26",
"@types/webpack": "4.41.28",
"@types/webpack-chain": "5.2.0",
"@types/webpack-env": "1.16.0",
"@types/xml2js": "0.4.8",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2658,10 +2658,10 @@
"@types/cookiejar" "*"
"@types/node" "*"

"@types/tapable@*":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.6.tgz#a9ca4b70a18b270ccb2bc0aaafefd1d486b7ea74"
integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
"@types/tapable@^1":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==

"@types/[email protected]":
version "2.0.0"
Expand Down Expand Up @@ -2729,14 +2729,14 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@*", "@types/[email protected].26", "@types/webpack@^4.0.0":
version "4.41.26"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
"@types/webpack@*", "@types/[email protected].28", "@types/webpack@^4.0.0":
version "4.41.28"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.28.tgz#0069a2159b7ad4d83d0b5801942c17d54133897b"
integrity sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==
dependencies:
"@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "*"
"@types/tapable" "^1"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
source-map "^0.6.0"
Expand Down

0 comments on commit 32788fe

Please sign in to comment.