aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2020-12-18 07:06:41 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit2a531aa0d61d2aa1f9d7a0ec632abe94f98820b6 (patch)
treeac929f98cdb7ae81671cab978da05b482c94e72b /vnext
parentfaf168bc76322621498f1ceff565bd87086ae923 (diff)
Bump webpack from 5.10.3 to 5.11.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.10.3...v5.11.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json6
-rw-r--r--vnext/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index d82c5328..e2ed865f 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16193,9 +16193,9 @@
"dev": true
},
"webpack": {
- "version": "5.10.3",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.3.tgz",
- "integrity": "sha512-KFPEbpNKfNU4t2CDsUZJ7KpuUbzDqGUCZqLmz4667KSUWMc9BuR3a8jpa72Emv7JUbdGwISD9OZjoI9S5BnHig==",
+ "version": "5.11.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.11.0.tgz",
+ "integrity": "sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 8d886d5b..30135e9b 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.10.3",
+ "webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},