diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-05 01:14:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-05 01:14:11 +0000 |
commit | e436c7bf87838dcb8d406b4cfc36fd2766f03830 (patch) | |
tree | 9b8e4ca0ce5ec48dfc33599899ff929e047a40c6 /package.json | |
parent | 403494c79ec04677e59978407e1a914a488390ee (diff) | |
download | nextcloud-server-e436c7bf87838dcb8d406b4cfc36fd2766f03830.tar.gz nextcloud-server-e436c7bf87838dcb8d406b4cfc36fd2766f03830.zip |
Bump webpack-cli from 3.3.1 to 3.3.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.1 to 3.3.2.
- [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 418c4d5e07d..4b2f79011e4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.10", "webpack": "^4.30.0", - "webpack-cli": "^3.3.1", + "webpack-cli": "^3.3.2", "webpack-merge": "^4.2.1" } } |