aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-28 06:36:02 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commit0d738338dafa134ea295bff3619f348413f620e6 (patch)
tree6f93dd4b033e545a318fbcb84c8acc0654e2a4ea /vnext
parent58871fc2cb131ea7a08e8b394e2c5d3cc5018121 (diff)
Bump webpack from 5.35.1 to 5.36.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.1 to 5.36.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.35.1...v5.36.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 80142117..64aec06d 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16244,9 +16244,9 @@
}
},
"terser": {
- "version": "5.6.1",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.6.1.tgz",
- "integrity": "sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw==",
+ "version": "5.7.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.7.0.tgz",
+ "integrity": "sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==",
"dev": true,
"requires": {
"commander": "^2.20.0",
@@ -16894,9 +16894,9 @@
"dev": true
},
"webpack": {
- "version": "5.35.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz",
- "integrity": "sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==",
+ "version": "5.36.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.36.0.tgz",
+ "integrity": "sha512-HdOhLXClUEwTnzQnzpSG9iL00ej23ojvfnGpF49ba0MkuAT2q+WhQilHFFJHOIVRBqbzakQ1vCWQV2K+QLX0Qw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16904,7 +16904,7 @@
"@webassemblyjs/ast": "1.11.0",
"@webassemblyjs/wasm-edit": "1.11.0",
"@webassemblyjs/wasm-parser": "1.11.0",
- "acorn": "^8.0.4",
+ "acorn": "^8.2.1",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.8.0",
diff --git a/vnext/package.json b/vnext/package.json
index ee727d46..bb976923 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.13.0",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.35.1",
+ "webpack": "^5.36.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},