diff options
author | dependabot[bot] | 2020-12-18 07:03:34 +0000 |
---|---|---|
committer | vitalyster | 2020-12-18 14:18:54 +0300 |
commit | 29866fb8fde98c33a241a682c0d92ddb56f4ed0a (patch) | |
tree | ec796fe45f4190904fc15abf337a06487840d013 /package-lock.json | |
parent | 80eef093e0a14616f4d81449a7ad85365abd01ce (diff) |
Bump webpack from 5.10.3 to 5.11.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.3...v5.11.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 dd5ff5de..fc00b17f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7519,9 +7519,9 @@ } }, "webpack": { - "version": "5.10.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.3.tgz", - "integrity": "sha512-KFPEbpNKfNU4t2CDsUZJ7KpuUbzDqGUCZqLmz4667KSUWMc9BuR3a8jpa72Emv7JUbdGwISD9OZjoI9S5BnHig==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.11.0.tgz", + "integrity": "sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", |