Skip to content

Commit

Permalink
Update dependency webpack to v4.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent a5e95fa commit 7246006
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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.39",
"@types/webpack-dev-server": "3.11.6",
"@types/webpack-node-externals": "2.5.2",
"@types/yaml": "1.9.7",
Expand Down Expand Up @@ -131,7 +131,7 @@
"tslib": "2.3.1",
"typescript": "4.2.3",
"wait-on": "5.3.0",
"webpack": "4.46.0",
"webpack": "4.47.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2",
"webpack-node-externals": "2.5.2"
Expand Down
38 changes: 31 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3970,7 +3970,21 @@ __metadata:
languageName: node
linkType: hard

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

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

"anymatch@npm:^3.0.0":
version: 3.1.3
resolution: "anymatch@npm:3.1.3"
dependencies:
normalize-path: "npm:^3.0.0"
picomatch: "npm:^2.0.4"
checksum: 3e044fd6d1d26545f235a9fe4d7a534e2029d8e59fa7fd9f2a6eb21230f6b5380ea1eaf55136e60cbf8e613544b3b766e7a6fa2102e2a3a117505466e3025dc2
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 @@ -8540,7 +8564,7 @@ __metadata:
"@types/react-dom": "npm:17.0.9"
"@types/rimraf": "npm:3.0.2"
"@types/wait-on": "npm:5.3.1"
"@types/webpack": "npm:4.41.27"
"@types/webpack": "npm:4.41.39"
"@types/webpack-dev-server": "npm:3.11.6"
"@types/webpack-node-externals": "npm:2.5.2"
"@types/yaml": "npm:1.9.7"
Expand Down Expand Up @@ -8591,7 +8615,7 @@ __metadata:
tslib: "npm:2.3.1"
typescript: "npm:4.2.3"
wait-on: "npm:5.3.0"
webpack: "npm:4.46.0"
webpack: "npm:4.47.0"
webpack-cli: "npm:4.7.2"
webpack-dev-server: "npm:3.11.2"
webpack-node-externals: "npm:2.5.2"
Expand Down Expand Up @@ -15813,9 +15837,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:4.46.0":
version: 4.46.0
resolution: "webpack@npm:4.46.0"
"webpack@npm:4.47.0":
version: 4.47.0
resolution: "webpack@npm:4.47.0"
dependencies:
"@webassemblyjs/ast": "npm:1.9.0"
"@webassemblyjs/helper-module-context": "npm:1.9.0"
Expand Down Expand Up @@ -15847,7 +15871,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: a4193e10860df1ef1e38be38e0da15157b23c980b5642f6e1f7f605885ff92e4c7f45175260286060f9721d63cc77034a88d9742c52ed1338c3761fc2a407fec
checksum: d5763ee8d63a3c6712159e19e9439156b00ef3e33f728384a7a7ebe070be80322bf5b3fe4b131afd7b6da5053869270a9aee68e2822ec40461a1ce9d92076931
languageName: node
linkType: hard

Expand Down

0 comments on commit 7246006

Please sign in to comment.