aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-09-03 17:07:12 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commit34f4ad1092a15cbd25727f68e244c931c6dad3a6 (patch)
tree2d1dff9911d648825ed0448b7c436746461422d4
parent1b9b4181e48b4ef2c8062a2070ccf7970ba7f08d (diff)
Bump webpack from 5.51.2 to 5.52.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.51.2 to 5.52.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.51.2...v5.52.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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 bb8dd859..7ec57e0b 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -16681,9 +16681,9 @@
}
},
"terser-webpack-plugin": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.1.tgz",
- "integrity": "sha512-mUAWsS2RDNL3rEr0ZTr7hm/R1DDxNwrED7Kf59F2rgFTfy+LrnciwA51MNWhGGQcqHnqvbPHgkW9LYr5HGBhfw==",
+ "version": "5.2.3",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.2.3.tgz",
+ "integrity": "sha512-eDbuaDlXhVaaoKuLD3DTNTozKqln6xOG6Us0SzlKG5tNlazG+/cdl8pm9qiF1Di89iWScTI0HcO+CDcf2dkXiw==",
"dev": true,
"requires": {
"jest-worker": "^27.0.6",
@@ -17358,9 +17358,9 @@
"dev": true
},
"webpack": {
- "version": "5.51.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.51.2.tgz",
- "integrity": "sha512-odydxP4WA3XYYzwSQUivPxywdzMlY42bbfxMwCaEtHb+i/N9uzKSHcLgWkXo/Gsa+4Zlzf3Jg0hEHn1FnZpk2Q==",
+ "version": "5.52.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.52.0.tgz",
+ "integrity": "sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index 7be13644..9b6045ef 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -40,7 +40,7 @@
"style-loader": "^3.2.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.51.2",
+ "webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0"
},