aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-26 08:20:28 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commit864d436d88e1819179de1a87977506645592da2e (patch)
tree7b3748af4ac207c4b47893f6beb1783d5df83c21 /vnext
parent7e68cdb645e4251a312e8e638af0c3429ae4c642 (diff)
Bump webpack from 5.35.0 to 5.35.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.0 to 5.35.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.35.0...v5.35.1) 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 f56e5f8c..3ff44368 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16792,9 +16792,9 @@
"dev": true
},
"webpack": {
- "version": "5.35.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz",
- "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==",
+ "version": "5.35.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz",
+ "integrity": "sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16829,9 +16829,9 @@
"dev": true
},
"acorn": {
- "version": "8.1.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.1.tgz",
- "integrity": "sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g==",
+ "version": "8.2.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.1.tgz",
+ "integrity": "sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==",
"dev": true
},
"schema-utils": {
diff --git a/vnext/package.json b/vnext/package.json
index d911093d..56509e7a 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.35.0",
+ "webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},