diff options
author | dependabot[bot] | 2021-10-19 21:08:48 +0000 |
---|---|---|
committer | vitalyster | 2021-10-20 02:49:20 +0300 |
commit | 7cf8a1980015aaca854fa9703276ea4612a2117a (patch) | |
tree | 983d506313bd0c4732deed12501efcaa54a5c398 /package.json | |
parent | 0afbdce44fb8b24811b7ec1241f5a858738909d0 (diff) |
Bump webpack from 5.58.2 to 5.59.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.59.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.58.2...v5.59.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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 620c704b..944e50c9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.9", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.58.2", + "webpack": "^5.59.0", "webpack-cli": "^4.9.1" }, "dependencies": { |