aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-29 23:10:38 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit0eb6ab45f25cd2c43c9ce0946fb554f0a134f4d2 (patch)
tree0d7dec9232a8f439a855cb9f2c357c257ebe4da2 /vnext
parent392dd1a2be8f415f5ef9a0861cc13a1fe071babb (diff)
Bump webpack from 5.8.0 to 5.9.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.8.0...v5.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 d7ef400c..5958b80e 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -15436,9 +15436,9 @@
}
},
"terser": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.0.tgz",
- "integrity": "sha512-eopt1Gf7/AQyPhpygdKePTzaet31TvQxXvrf7xYUvD/d8qkCJm4SKPDzu+GHK5ZaYTn8rvttfqaZc3swK21e5g==",
+ "version": "5.5.1",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz",
+ "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==",
"dev": true,
"requires": {
"commander": "^2.20.0",
@@ -16138,9 +16138,9 @@
"dev": true
},
"webpack": {
- "version": "5.8.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.8.0.tgz",
- "integrity": "sha512-X2yosPiHip3L0TE+ylruzrOqSgEgsdGyBOGFWKYChcwlKChaw9VodZIUovG1oo7s0ss6e3ZxBMn9tXR+nkPThA==",
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.9.0.tgz",
+ "integrity": "sha512-YnnqIV/uAS5ZrNpctSv378qV7HmbJ74DL+XfvMxzbX1bV9e7eeT6eEWU4wuUw33CNr/HspBh7R/xQlVjTEyAeA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index f62347fb..ff2ecaeb 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
- "webpack": "^5.8.0",
+ "webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},