diff options
author | dependabot[bot] | 2021-10-07 21:06:51 +0000 |
---|---|---|
committer | vitalyster | 2021-10-08 00:08:14 +0300 |
commit | 8ec250a4afd7110034aa37bc2527d07494ec2b07 (patch) | |
tree | 90a38a4d3a81f853412a75d4f718b3701e9040e8 /package-lock.json | |
parent | eb08d07ac597b16f08fd5fbd0a6bc38ee173c663 (diff) |
Bump webpack from 5.57.1 to 5.58.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.58.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 96dabcfc..6b702094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8017,9 +8017,9 @@ "integrity": "sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q==" }, "webpack": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", - "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz", + "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", |