chore(deps): update dependency webpack to v4.47.0 (#2231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-21 19:51:48 +00:00 committed by GitHub
parent 7a315a6f12
commit 39a537b37c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -76,7 +76,7 @@
"tap": "14.11.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.3.0",
"webpack": "4.46.0",
"webpack": "4.47.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
},
@ -31336,9 +31336,9 @@
}
},
"node_modules/webpack": {
"version": "4.46.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz",
"integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==",
"version": "4.47.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz",
"integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==",
"dev": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",

View file

@ -103,7 +103,7 @@
"tap": "14.11.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.3.0",
"webpack": "4.46.0",
"webpack": "4.47.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
},