diff options
author | dependabot[bot] | 2021-08-10 21:08:20 +0000 |
---|---|---|
committer | vitalyster | 2021-08-11 03:52:19 +0300 |
commit | d069ad4fc8c507cee007e44d58e4d9e606242d2c (patch) | |
tree | f052cf833dc40e3e7ddef59060a98ab796480622 /package.json | |
parent | 17795d47cd4bf25534ed702f244fb81987bf87dc (diff) |
Bump webpack from 5.49.0 to 5.50.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.49.0...v5.50.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 23502fd5..891496a6 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.49.0", + "webpack": "^5.50.0", "webpack-cli": "^4.7.2" }, "dependencies": { |