aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d121ba15..511ae2be 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -17336,9 +17336,9 @@
"dev": true
},
"webpack": {
- "version": "5.27.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.2.tgz",
- "integrity": "sha512-brNF3N/EdvMzkaZ/Xzb8sqPn5Si3iw6meqCnmNFtcnkorZsFZCBFMa2ElpIMjx6sKWYsnUpBO2dnX+7xgj+mjg==",
+ "version": "5.28.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.28.0.tgz",
+ "integrity": "sha512-1xllYVmA4dIvRjHzwELgW4KjIU1fW4PEuEnjsylz7k7H5HgPOctIq7W1jrt3sKH9yG5d72//XWzsHhfoWvsQVg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 8295eaa5..96a774fa 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
- "webpack": "^5.27.2",
+ "webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},