diff options
author | dependabot[bot] <support@dependabot.com> | 2018-06-19 09:38:42 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-06-19 09:38:42 +0000 |
commit | c00380f2b07752d1f9af9ef91a3efdd35a6483f1 (patch) | |
tree | 829bf171f50eec2596b4f0b033133ba0d40fa1df /settings/package.json | |
parent | 7b8063a2424ea9f9d87493a23074b62afdd57854 (diff) | |
download | nextcloud-server-c00380f2b07752d1f9af9ef91a3efdd35a6483f1.tar.gz nextcloud-server-c00380f2b07752d1f9af9ef91a3efdd35a6483f1.zip |
Bump webpack-cli from 3.0.3 to 3.0.8 in /settings
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.3 to 3.0.8.
- [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/compare/v3.0.3...v3.0.8)
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 9412ed00cf1..baa17a9d01f 100644 --- a/settings/package.json +++ b/settings/package.json @@ -37,7 +37,7 @@ "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", "webpack": "^4.12.0", - "webpack-cli": "^3.0.3", + "webpack-cli": "^3.0.8", "webpack-merge": "^4.1.3" } } |