diff options
author | dependabot[bot] | 2021-03-29 07:54:55 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | a10a675ac2260ed95a3b9bfe2df57de077f101e3 (patch) | |
tree | 434d2ffbfb35aed3f952acc2c79b691bc1c58385 /vnext/package.json | |
parent | fd52c064943a693a7987f85f95bed5ce498afcb4 (diff) |
Bump webpack-cli from 4.5.0 to 4.6.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0)
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 39f93af7..7613d9b5 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,7 @@ "stylelint": "^13.12.0", "stylelint-config-standard": "^21.0.0", "webpack": "^5.28.0", - "webpack-cli": "^4.5.0", + "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" }, "babel": { |