diff options
author | dependabot[bot] | 2021-08-19 17:07:02 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 509cbeb4687b5ef9ab327e6d04abf72fee1089d3 (patch) | |
tree | 613459557b17fe6b2178070660938b0ba0ed14fa /vnext/package.json | |
parent | faf3c31a91ce0771ab8fa8ae3805ac3b13d3cf0c (diff) |
Bump webpack from 5.50.0 to 5.51.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.50.0 to 5.51.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.50.0...v5.51.1)
---
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 3ced3291..782b57a3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,7 @@ "style-loader": "^3.2.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.50.0", + "webpack": "^5.51.1", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.0.0" }, |