diff options
author | dependabot[bot] | 2021-01-20 07:26:45 +0000 |
---|---|---|
committer | vitalyster | 2021-01-20 10:32:22 +0300 |
commit | 41b3453c7b593b3d6491d0bdf9c5bcbbf8f6e3b8 (patch) | |
tree | 8903a39ebc9336c3ae60c57a3667feadd120f64e /package-lock.json | |
parent | 1716f5cac4e7763650b881d6fd2db5cd039fd7fd (diff) |
Bump webpack from 5.15.0 to 5.16.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.15.0...v5.16.0)
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 463db8ef..ed2b7696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7280,9 +7280,9 @@ } }, "webpack": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.15.0.tgz", - "integrity": "sha512-y/xG+ONDz78yn3VvP6gAvGr1/gkxOgitvHSXBmquyN8KDtrGEyE3K9WkXOPB7QmfcOBCpO4ELXwNcCYQnEmexA==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.16.0.tgz", + "integrity": "sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", |