diff options
author | dependabot[bot] | 2020-12-28 07:59:18 +0000 |
---|---|---|
committer | vitalyster | 2020-12-28 12:39:22 +0300 |
commit | 8d3aeb4cc7635d89563d4df3b931170fd082feb6 (patch) | |
tree | 246f1ac5168a1789d56a4f4f4820600701f732ba /package.json | |
parent | 4ba4e27308fa963e96669912ead9bf91a06a9dba (diff) |
Bump webpack-cli from 4.2.0 to 4.3.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.2.0 to 4.3.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.2.0...webpack-cli@4.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e571bf74..115281fa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.1", "webpack": "^5.11.0", - "webpack-cli": "^4.2.0" + "webpack-cli": "^4.3.0" }, "dependencies": { "classlist.js": "^1.1.20150312", |