diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-26 03:10:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 03:10:42 +0000 |
commit | 46200ce931c9fb1f315a86700fbe8763bb3cf38e (patch) | |
tree | 1c9bee466de87ff62c1ee31768a5b0fa439bb178 /package.json | |
parent | 842689cf1a33e2cb7932330f5e19c3c53bcae193 (diff) | |
download | nextcloud-server-46200ce931c9fb1f315a86700fbe8763bb3cf38e.tar.gz nextcloud-server-46200ce931c9fb1f315a86700fbe8763bb3cf38e.zip |
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-preview[bot] <support@dependabot.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 8e9e4ad925d..3f9324e1e49 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.12", "webpack": "^4.44.2", - "webpack-cli": "^4.2.0", + "webpack-cli": "^4.3.0", "webpack-merge": "^5.7.3", "webpack-node-externals": "^2.5.2" }, |