diff options
author | dependabot[bot] | 2021-02-03 07:16:59 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 329940dbcae0681f61922782e6eea61638a235b8 (patch) | |
tree | da44c958d76a2557c921e61019d6e7212a714b63 /vnext/package.json | |
parent | 51b116d1b11ae07c77368b9b521405712b989e89 (diff) |
Bump webpack-cli from 4.4.0 to 4.5.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.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.4.0...webpack-cli@4.5.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 f00630f8..d4528ecd 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,7 @@ "stylelint": "^13.9.0", "stylelint-config-standard": "^20.0.0", "webpack": "^5.20.0", - "webpack-cli": "^4.4.0", + "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, "babel": { |