chore(deps): update dependency webpack to v5.60.0 (#44003)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/44015/merge
renovate[bot] 2021-10-26 13:41:34 +05:30 committed by GitHub
parent f586d7083d
commit 63e451b202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -20719,9 +20719,9 @@
"integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw=="
},
"webpack": {
"version": "5.59.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.1.tgz",
"integrity": "sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ==",
"version": "5.60.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.60.0.tgz",
"integrity": "sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==",
"requires": {
"@types/eslint-scope": "^3.7.0",
"@types/estree": "^0.0.50",

View File

@ -161,7 +161,7 @@
"react-test-renderer": "16.14.0",
"redux-saga-test-plan": "4.0.3",
"serve": "12.0.1",
"webpack": "5.59.1",
"webpack": "5.60.0",
"webpack-cli": "4.9.1"
}
}