diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-21 01:16:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 01:16:48 +0000 |
commit | 50a98d9c75046b5c5ca558e341d8f043734fbf1b (patch) | |
tree | b77e941287d9920ba6f26ee715d3aa6f12d6bec5 /package.json | |
parent | d523925db5e5673406d4b95f15dec6308bada9da (diff) | |
download | nextcloud-server-50a98d9c75046b5c5ca558e341d8f043734fbf1b.tar.gz nextcloud-server-50a98d9c75046b5c5ca558e341d8f043734fbf1b.zip |
Bump webpack-cli from 3.3.11 to 3.3.12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)
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 1b707000331..bfef2c34bed 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "vue-loader": "^15.9.2", "vue-template-compiler": "^2.6.11", "webpack": "^4.43.0", - "webpack-cli": "^3.3.11", + "webpack-cli": "^3.3.12", "webpack-merge": "^4.2.2", "webpack-node-externals": "^1.7.2" }, |