diff options
author | dependabot[bot] | 2021-07-07 17:06:23 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | f435e7d58591181cfb0fdc32bdfd25b278aef8fd (patch) | |
tree | c54f4be3f0c3fd5cd82b2a95dd589a632f2f5afa /vnext/package.json | |
parent | 8f8ca0cedd3f564f0b2c4045c420b19218c2ba8e (diff) |
Bump webpack from 5.42.1 to 5.43.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.42.1 to 5.43.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.42.1...v5.43.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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 73d1295b..8a36d82e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^3.0.0", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.42.1", + "webpack": "^5.43.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2" }, |