diff options
author | dependabot[bot] | 2023-05-24 21:58:37 +0000 |
---|---|---|
committer | vitalyster | 2023-05-25 22:25:24 +0300 |
commit | c8da74e406a2d0a04caf2445873c36a3752caf88 (patch) | |
tree | 7c4926543a288655bd2af32c8155904b197496ea /package.json | |
parent | 2a4d18109687ffc0e51d064b746fa84253436028 (diff) |
build(deps-dev): bump webpack from 5.83.1 to 5.84.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.83.1 to 5.84.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.83.1...v5.84.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 69e212cc..42951918 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "style-loader": "^3.3.3", "stylelint": "^15.6.2", "stylelint-config-standard": "^33.0.0", - "webpack": "^5.83.1", + "webpack": "^5.84.0", "webpack-cli": "^5.1.1", "webpack-dev-server": "^4.15.0" }, |