Skip to content

Commit

Permalink
Update dependency @types/webpack to v4.41.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 4, 2021
1 parent 293a8b8 commit 18a27cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/react-dom": "17.0.9",
"@types/rimraf": "3.0.2",
"@types/wait-on": "5.3.1",
"@types/webpack": "4.41.27",
"@types/webpack": "4.41.30",
"@types/webpack-dev-server": "3.11.6",
"@types/webpack-node-externals": "2.5.2",
"@types/yaml": "1.9.7",
Expand Down
28 changes: 26 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,21 @@ __metadata:
languageName: node
linkType: hard

"@types/webpack@npm:4.41.27, @types/webpack@npm:^4":
"@types/webpack@npm:4.41.30":
version: 4.41.30
resolution: "@types/webpack@npm:4.41.30"
dependencies:
"@types/node": "*"
"@types/tapable": ^1
"@types/uglify-js": "*"
"@types/webpack-sources": "*"
anymatch: ^3.0.0
source-map: ^0.6.0
checksum: a247f48905777ac96fd43699cbef0aa053d25316f4242f3b1b9c5193850883fe42397e745a87b209c1da94f61dbbb9db2cef0a74b420bd3fe3af3be6a5ed039f
languageName: node
linkType: hard

"@types/webpack@npm:^4":
version: 4.41.27
resolution: "@types/webpack@npm:4.41.27"
dependencies:
Expand Down Expand Up @@ -4466,6 +4480,16 @@ __metadata:
languageName: node
linkType: hard

"anymatch@npm:^3.0.0":
version: 3.1.2
resolution: "anymatch@npm:3.1.2"
dependencies:
normalize-path: ^3.0.0
picomatch: ^2.0.4
checksum: 985163db2292fac9e5a1e072bf99f1b5baccf196e4de25a0b0b81865ebddeb3b3eb4480734ef0a2ac8c002845396b91aa89121f5b84f93981a4658164a9ec6e9
languageName: node
linkType: hard

"anymatch@npm:^3.0.3, anymatch@npm:~3.1.1":
version: 3.1.1
resolution: "anymatch@npm:3.1.1"
Expand Down Expand Up @@ -8184,7 +8208,7 @@ fsevents@~2.3.1:
"@types/react-dom": 17.0.9
"@types/rimraf": 3.0.2
"@types/wait-on": 5.3.1
"@types/webpack": 4.41.27
"@types/webpack": 4.41.30
"@types/webpack-dev-server": 3.11.6
"@types/webpack-node-externals": 2.5.2
"@types/yaml": 1.9.7
Expand Down

0 comments on commit 18a27cc

Please sign in to comment.