diff options
author | dependabot[bot] | 2021-02-05 06:41:43 +0000 |
---|---|---|
committer | vitalyster | 2021-02-05 12:16:31 +0300 |
commit | 14ee8bbf3d33289df91bc00b79f75d530b99f5a8 (patch) | |
tree | 71c7c52c481b5ec2786596780e4fb6961f92df22 /package-lock.json | |
parent | d362b9f6cf22d5c127ecca56f233620d47d15149 (diff) |
Bump webpack from 5.20.1 to 5.20.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.1 to 5.20.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.1...v5.20.2)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index c749016d..5c9aedfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7115,9 +7115,9 @@ } }, "webpack": { - "version": "5.20.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.1.tgz", - "integrity": "sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==", + "version": "5.20.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.20.2.tgz", + "integrity": "sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", |