aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-20 09:17:52 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:56 +0300
commit3240e45d2a7916d6edafd0fa59bfd2a05dd1e6fe (patch)
tree588485404f468b84aae894a04ce1185c992e7753
parentde68f30646fbb51525a2b796fdf3677bab9a5821 (diff)
Bump webpack from 5.5.1 to 5.6.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.5.1 to 5.6.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.5.1...v5.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 d501098f..c968e43f 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -15555,9 +15555,9 @@
}
},
"terser": {
- "version": "5.4.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.4.0.tgz",
- "integrity": "sha512-3dZunFLbCJis9TAF2VnX+VrQLctRUmt1p3W2kCsJuZE4ZgWqh//+1MZ62EanewrqKoUf4zIaDGZAvml4UDc0OQ==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.0.tgz",
+ "integrity": "sha512-eopt1Gf7/AQyPhpygdKePTzaet31TvQxXvrf7xYUvD/d8qkCJm4SKPDzu+GHK5ZaYTn8rvttfqaZc3swK21e5g==",
"dev": true,
"requires": {
"commander": "^2.20.0",
@@ -16257,9 +16257,9 @@
"dev": true
},
"webpack": {
- "version": "5.5.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.5.1.tgz",
- "integrity": "sha512-v4RzZP9BG2xxMLhxcFIo89M+nyIqGjh35Bhm5EE+I2N8y3dc9jT5OSb1HewUMkzMPyyDscOkVD6pSn6EMtTwNQ==",
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.6.0.tgz",
+ "integrity": "sha512-SIeFuBhuheKElRbd84O35UhKc0nxlgSwtzm2ksZ0BVhRJqxVJxEguT/pYhfiR0le/pxTa1VsCp7EOYyTsa6XOA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
diff --git a/vnext/package.json b/vnext/package.json
index d49435f1..f12e82d2 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.5.1",
+ "webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},