aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-03-16 06:39:39 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit1b4c8c0532a0cddb23e0dec36c7954c4e7e523fc (patch)
tree43a368a4eafe85e8f04cc2898ec336c02aa1f9fb /vnext
parent2d58ed63fae118ef1547110744e3ba24221b1f6e (diff)
Bump webpack from 5.24.4 to 5.26.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.4 to 5.26.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.4...v5.26.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json12
-rw-r--r--vnext/package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 888df06e..00efff1e 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16598,9 +16598,9 @@
"dev": true
},
"webpack": {
- "version": "5.24.4",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.4.tgz",
- "integrity": "sha512-RXOdxF9hFFFhg47BryCgyFrEyyu7Y/75/uiI2DoUiTMqysK+WczVSTppvkR47oZcmI/DPaXCiCiaXBP8QjkNpA==",
+ "version": "5.26.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.0.tgz",
+ "integrity": "sha512-9kQATUOGQBkqzNKFmFON4KXZDsXnE7xk58tBxca8aCi+6/QhAbmWIvtGqBL66XIsBFpomFH0/0KyCaySo0ta2g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16635,9 +16635,9 @@
"dev": true
},
"acorn": {
- "version": "8.0.5",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.5.tgz",
- "integrity": "sha512-v+DieK/HJkJOpFBETDJioequtc3PfxsWMaxIdIwujtF7FEV/MAyDQLlm6/zPvr7Mix07mLh6ccVwIsloceodlg==",
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.0.tgz",
+ "integrity": "sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==",
"dev": true
},
"schema-utils": {
diff --git a/vnext/package.json b/vnext/package.json
index e4e6ac95..acdb9855 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.24.4",
+ "webpack": "^5.26.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},