chore(deps): update dependency webpack to v5.58.0

This commit is contained in:
Renovate Bot
2021-10-07 16:30:11 +00:00
committed by renovate[bot]
parent d7abed9456
commit 2e19ea217f
2 changed files with 4 additions and 4 deletions

View File

@ -20995,9 +20995,9 @@
"integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw=="
}, },
"webpack": { "webpack": {
"version": "5.57.1", "version": "5.58.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz",
"integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==",
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50", "@types/estree": "^0.0.50",

View File

@ -160,7 +160,7 @@
"react-test-renderer": "16.14.0", "react-test-renderer": "16.14.0",
"redux-saga-test-plan": "4.0.3", "redux-saga-test-plan": "4.0.3",
"serve": "12.0.1", "serve": "12.0.1",
"webpack": "5.57.1", "webpack": "5.58.0",
"webpack-cli": "4.9.0" "webpack-cli": "4.9.0"
} }
} }