From f14565d027d6e2ccc5e24d6435d1ffe767859083 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Tue, 16 Feb 2021 06:35:46 +0000 Subject: Bump webpack from 5.21.2 to 5.22.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.21.2 to 5.22.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.21.2...v5.22.0) Signed-off-by: dependabot[bot] --- vnext/package-lock.json | 12 ++++++------ vnext/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vnext') diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 63f1a64f..3d04ae00 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -15749,9 +15749,9 @@ } }, "terser": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz", - "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.6.0.tgz", + "integrity": "sha512-vyqLMoqadC1uR0vywqOZzriDYzgEkNJFK4q9GeyOBHIbiECHiWLKcWfbQWAUaPfxkjDhapSlZB9f7fkMrvkVjA==", "dev": true, "requires": { "commander": "^2.20.0", @@ -16421,9 +16421,9 @@ "dev": true }, "webpack": { - "version": "5.21.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.21.2.tgz", - "integrity": "sha512-xHflCenx+AM4uWKX71SWHhxml5aMXdy2tu/vdi4lClm7PADKxlyDAFFN1rEFzNV0MAoPpHtBeJnl/+K6F4QBPg==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.22.0.tgz", + "integrity": "sha512-xqlb6r9RUXda/d9iA6P7YRTP1ChWeP50TEESKMMNIg0u8/Rb66zN9YJJO7oYgJTRyFyYi43NVC5feG45FSO1vQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/vnext/package.json b/vnext/package.json index 67775546..9cd0d5f5 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.10.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.21.2", + "webpack": "^5.22.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, -- cgit v1.2.3