aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index cf203c5b..5d6a8c3d 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16867,9 +16867,9 @@
"dev": true
},
"webpack": {
- "version": "5.47.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.0.tgz",
- "integrity": "sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==",
+ "version": "5.47.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.1.tgz",
+ "integrity": "sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16894,7 +16894,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
- "webpack-sources": "^3.0.1"
+ "webpack-sources": "^3.1.1"
},
"dependencies": {
"@types/estree": {
@@ -17362,9 +17362,9 @@
}
},
"webpack-sources": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.0.1.tgz",
- "integrity": "sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.1.1.tgz",
+ "integrity": "sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==",
"dev": true
},
"websocket-driver": {
diff --git a/vnext/package.json b/vnext/package.json
index 73da295f..b3eba59e 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^3.2.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.47.0",
+ "webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},