diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-04 08:35:30 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-01-04 08:35:30 +0000 |
commit | bdd4a77c61fe1ac74ddf6a8aa85a34f5f25c0e13 (patch) | |
tree | 947ba4aead282416be7f32f78b909db97e6611c8 /settings/package.json | |
parent | 2d22633568ce2cc6e3246a61d265852b793642c8 (diff) | |
download | nextcloud-server-bdd4a77c61fe1ac74ddf6a8aa85a34f5f25c0e13.tar.gz nextcloud-server-bdd4a77c61fe1ac74ddf6a8aa85a34f5f25c0e13.zip |
Bump webpack-cli from 3.1.2 to 3.2.0 in /settings
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.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/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index b8db48262f8..924f7d2a2ba 100644 --- a/settings/package.json +++ b/settings/package.json @@ -42,7 +42,7 @@ "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", "webpack": "^4.28.3", - "webpack-cli": "^3.1.2", + "webpack-cli": "^3.2.0", "webpack-merge": "^4.1.5" } } |