diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-09-07 18:29:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-07 18:29:18 +0000 |
commit | 710aacf9e8b78ecf026d8d0e8a3dae4489b4f653 (patch) | |
tree | 2501b3bd756032df385791b0f4825d2ce515ff37 /package.json | |
parent | 57437e8fc845e990042dc2b497b25d87f1ce1c21 (diff) | |
download | nextcloud-server-710aacf9e8b78ecf026d8d0e8a3dae4489b4f653.tar.gz nextcloud-server-710aacf9e8b78ecf026d8d0e8a3dae4489b4f653.zip |
Bump webpack-cli from 3.3.7 to 3.3.8
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.8/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8)
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 56b0e5dcba4..771a8a26099 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "vue-loader": "^15.7.1", "vue-template-compiler": "^2.6.10", "webpack": "^4.39.3", - "webpack-cli": "^3.3.7", + "webpack-cli": "^3.3.8", "webpack-merge": "^4.2.2" }, "browserslist": [ |