diff options
author | dependabot[bot] | 2021-02-04 06:45:33 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 7fae6d57892efa8daf37a1448d402e640e3b3f84 (patch) | |
tree | 318ae12858e5ff128433c302126ba034a80016a4 /vnext | |
parent | c98974f0d628f7f15a0368a8fd5a31b7599ac172 (diff) |
Bump webpack from 5.20.0 to 5.20.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.0...v5.20.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 26 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 10 insertions, 18 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index f8760a8b..26d6da1a 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -7766,6 +7766,12 @@ } } }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, "global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -16650,14 +16656,6 @@ "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" - }, - "dependencies": { - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - } } }, "wbuf": { @@ -16676,9 +16674,9 @@ "dev": true }, "webpack": { - "version": "5.20.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.0.tgz", - "integrity": "sha512-k7X/+gisrvirr4bzv8JVLzy2RhWiVzd3gA9qzS5je3lwqYrMc5F549vLOk34BoNkkUp4SIpt1rQp48pTxBMXvA==", + "version": "5.20.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.1.tgz", + "integrity": "sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -16718,12 +16716,6 @@ "integrity": "sha512-v+DieK/HJkJOpFBETDJioequtc3PfxsWMaxIdIwujtF7FEV/MAyDQLlm6/zPvr7Mix07mLh6ccVwIsloceodlg==", "dev": true }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, "schema-utils": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", diff --git a/vnext/package.json b/vnext/package.json index 95c4c52a..106a8102 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.9.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.20.0", + "webpack": "^5.20.1", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |