aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-01-25 07:49:21 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit49a0ad11be0bc125ef90de6911e2991060984512 (patch)
treec6be07b80288a6af8dc9acf4ad6f6334bef6aac6
parent15df8e8fe6fe2394cfbefc23f3c9d13c32e707ae (diff)
Bump webpack from 5.16.0 to 5.17.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.16.0 to 5.17.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.16.0...v5.17.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vnext/package-lock.json20
-rw-r--r--vnext/package.json2
2 files changed, 14 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 3745b030..97731c24 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -15995,13 +15995,13 @@
"dev": true
},
"webpack": {
- "version": "5.16.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.16.0.tgz",
- "integrity": "sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g==",
+ "version": "5.17.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.17.0.tgz",
+ "integrity": "sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
- "@types/estree": "^0.0.45",
+ "@types/estree": "^0.0.46",
"@webassemblyjs/ast": "1.11.0",
"@webassemblyjs/wasm-edit": "1.11.0",
"@webassemblyjs/wasm-parser": "1.11.0",
@@ -16026,10 +16026,16 @@
"webpack-sources": "^2.1.1"
},
"dependencies": {
+ "@types/estree": {
+ "version": "0.0.46",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz",
+ "integrity": "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==",
+ "dev": true
+ },
"acorn": {
- "version": "8.0.4",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.4.tgz",
- "integrity": "sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==",
+ "version": "8.0.5",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.5.tgz",
+ "integrity": "sha512-v+DieK/HJkJOpFBETDJioequtc3PfxsWMaxIdIwujtF7FEV/MAyDQLlm6/zPvr7Mix07mLh6ccVwIsloceodlg==",
"dev": true
},
"find-up": {
diff --git a/vnext/package.json b/vnext/package.json
index 48c20452..43a936c9 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.16.0",
+ "webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},