diff options
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
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" }, |