diff options
author | dependabot[bot] | 2021-01-20 07:24:47 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | a474fef0577192902ed1cfa89209ab821539a2c4 (patch) | |
tree | 296ad4303441d78d50c26bf94a7a86d6b5b2ac5b /vnext/package.json | |
parent | 677426fb0607c5d877a39e39632de69260a6945e (diff) |
Bump webpack-cli from 4.3.1 to 4.4.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.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.3.1...webpack-cli@4.4.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 97f66545..ef96065b 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.16.0", - "webpack-cli": "^4.3.1", + "webpack-cli": "^4.4.0", "webpack-dev-server": "^3.11.2" }, "babel": { |