aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-07-29 17:09:30 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commita4bac67d2a0afc753ecd40b1d3ff1595ef82c191 (patch)
treef667f5c4fb4fcdce0c4dd1d995d93f8fd896f943
parent365e34e23cb8c1b487d7cccc1da42ecd41aa9605 (diff)
Bump webpack from 5.47.0 to 5.47.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.0 to 5.47.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.47.0...v5.47.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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"
},