diff options
author | dependabot[bot] | 2021-09-03 21:09:27 +0000 |
---|---|---|
committer | vitalyster | 2021-09-04 11:51:28 +0300 |
commit | 26830d2ea211c77f61239e322c247af788e2b9f1 (patch) | |
tree | c3fe0535a7d1b140368835d6b477afeceef24788 /package.json | |
parent | d502e7387783b31619a8633a0d28a9faeedd8d3f (diff) |
Bump webpack from 5.51.2 to 5.52.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.51.2 to 5.52.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.51.2...v5.52.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 622945ae..831b0aa5 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.51.2", + "webpack": "^5.52.0", "webpack-cli": "^4.8.0" }, "dependencies": { |