Skip to content

Commit

Permalink
Update dependency @types/webpack to v4.41.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 10, 2020
1 parent 4dc4e4f commit 56d5ce4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/copy-webpack-plugin": "6.3.0",
"@types/webpack": "4.41.24",
"@types/webpack": "4.41.25",
"copy-webpack-plugin": "6.4.0",
"ts-loader": "8.0.9",
"ts-node": "9.1.1",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@*", "@types/webpack@4.41.24":
"@types/webpack@*":
version "4.41.24"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.24.tgz#75b664abe3d5bcfe54e64313ca3b43e498550422"
integrity sha512-1A0MXPwZiMOD3DPMuOKUKcpkdPo8Lq33UGggZ7xio6wJ/jV1dAu5cXDrOfGDnldUroPIRLsr/DT43/GqOA4RFQ==
Expand All @@ -1067,6 +1067,18 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@types/webpack@4.41.25":
version "4.41.25"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4"
integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==
dependencies:
"@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@webassemblyjs/ast@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
Expand Down

0 comments on commit 56d5ce4

Please sign in to comment.