diff options
author | dependabot[bot] | 2021-01-01 07:17:32 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | d912acdc6ae92644685977f5a88662cdbb190630 (patch) | |
tree | b62a5d4e22a060401e75bbcad670ac30e69ae371 /vnext/package.json | |
parent | afffe728659db4bbe1edf4168c81acdd58793948 (diff) |
Bump webpack-cli from 4.3.0 to 4.3.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.0 to 4.3.1.
- [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.0...webpack-cli@4.3.1)
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 e2f94eaa..8ec162fa 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,7 @@ "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "webpack": "^5.11.1", - "webpack-cli": "^4.3.0", + "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.1" }, "babel": { |