diff options
author | dependabot[bot] | 2023-07-18 21:34:03 +0000 |
---|---|---|
committer | vitalyster | 2023-07-19 21:35:44 +0300 |
commit | e48670881a62ca4f5a91cfa057dea54a8d9e6f7c (patch) | |
tree | 7c0d949c3590c99dedfbf09fdfbc13a526b15edf /package.json | |
parent | 1276e9843efc8b550e39ab6badc9c971162231e1 (diff) |
build(deps-dev): bump webpack from 5.88.1 to 5.88.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.1...v5.88.2)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 c7973283..6c6d3d43 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "style-loader": "^3.3.3", "stylelint": "^15.10.1", "stylelint-config-standard": "^34.0.0", - "webpack": "^5.88.1", + "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" }, |