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 026e2303..0956eb78 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -17528,9 +17528,9 @@ "dev": true }, "webpack": { - "version": "5.50.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.50.0.tgz", - "integrity": "sha512-hqxI7t/KVygs0WRv/kTgUW8Kl3YC81uyWQSo/7WUs5LsuRw0htH/fCwbVBGCuiX/t4s7qzjXFcf41O8Reiypag==", + "version": "5.51.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.51.1.tgz", + "integrity": "sha512-xsn3lwqEKoFvqn4JQggPSRxE4dhsRcysWTqYABAZlmavcoTmwlOb9b1N36Inbt/eIispSkuHa80/FJkDTPos1A==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/vnext/package.json b/vnext/package.json index 3ced3291..782b57a3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,7 @@ "style-loader": "^3.2.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.50.0", + "webpack": "^5.51.1", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.0.0" }, |