diff options
author | dependabot[bot] | 2022-11-09 21:01:31 +0000 |
---|---|---|
committer | vitalyster | 2022-11-10 19:26:58 +0300 |
commit | 7f3ce7f0463e10d8afef13dfee86e1a825c77f3f (patch) | |
tree | 284f1f2f44e13d45a570917939b76dc1b07fbd61 /package.json | |
parent | 9ff08985845b4585b0a44b910199a3ef2627b077 (diff) |
Bump webpack from 5.74.0 to 5.75.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.75.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.75.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 80a6c17e..3ec3bbc6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "regenerator-runtime": "^0.13.10", "stylelint": "^14.14.1", "stylelint-config-standard": "^29.0.0", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0" }, "dependencies": { |