diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-23 01:12:53 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-23 01:12:53 +0000 |
commit | 0119546a3a51bba378f311a737066db5417cae26 (patch) | |
tree | 296d82f80dd5d33f656c6cf0cba683e885de77b3 /apps/updatenotification/package.json | |
parent | 4d060755e52c0f0b027402b765d17c1e7bf5c2e8 (diff) | |
download | nextcloud-server-0119546a3a51bba378f311a737066db5417cae26.tar.gz nextcloud-server-0119546a3a51bba378f311a737066db5417cae26.zip |
Bump webpack-cli from 3.0.8 to 3.1.0 in /apps/updatenotification
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.8 to 3.1.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 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index aad5d4816c4..4bd44433261 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -33,7 +33,7 @@ "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", "webpack": "^4.16.0", - "webpack-cli": "^3.0.8", + "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.3" } } |