aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-02-19 06:37:39 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commitd41f1f2f614e87f10895790e1b5d4eb6e0dacf21 (patch)
treeadab32c778e4649b225083fc0dce92fd72e963a6
parent6f6185a296d60e405a8a946f9572932ef1f520ee (diff)
Bump webpack from 5.22.0 to 5.23.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.23.0) Signed-off-by: dependabot[bot] <support@github.com>
-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 c5bcf46f..83ddceee 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16370,9 +16370,9 @@
"dev": true
},
"webpack": {
- "version": "5.22.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.22.0.tgz",
- "integrity": "sha512-xqlb6r9RUXda/d9iA6P7YRTP1ChWeP50TEESKMMNIg0u8/Rb66zN9YJJO7oYgJTRyFyYi43NVC5feG45FSO1vQ==",
+ "version": "5.23.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.23.0.tgz",
+ "integrity": "sha512-RC6dwDuRxiU75F8XC4H08NtzUrMfufw5LDnO8dTtaKU2+fszEdySCgZhNwSBBn516iNaJbQI7T7OPHIgCwcJmg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 13e4155c..3ecba634 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.10.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.22.0",
+ "webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},