diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-13 08:28:20 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-01-13 08:28:20 +0000 |
commit | c29827404fcc307fe9bea49cd2eab48fb66f8830 (patch) | |
tree | d30e20fe7b4263db44c3edc5b58eb63f4d451876 /package.json | |
parent | aa4fae76f4813f5ea6aa07f61f0033f82454b687 (diff) | |
download | nextcloud-server-c29827404fcc307fe9bea49cd2eab48fb66f8830.tar.gz nextcloud-server-c29827404fcc307fe9bea49cd2eab48fb66f8830.zip |
Bump webpack-cli from 3.1.2 to 3.2.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.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/commits)
Signed-off-by: dependabot[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 52a70a4bab0..4996f1b62bd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^4.28.4", - "webpack-cli": "^3.1.2", + "webpack-cli": "^3.2.1", "webpack-merge": "^4.2.1" } } |