aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-31 14:49:10 +0000
committerGitHub <noreply@github.com>2020-10-31 14:49:10 +0000
commitbbbfc61bd0f03def87e96d26cd29fd074c8fcb71 (patch)
tree217c1c835817d95d46878ab3b412e1045e4b106b /package.json
parentccef152fa268c516bf8650f038015782afaaa2e1 (diff)
downloadnextcloud-server-bbbfc61bd0f03def87e96d26cd29fd074c8fcb71.tar.gz
nextcloud-server-bbbfc61bd0f03def87e96d26cd29fd074c8fcb71.zip
Bump webpack-cli from 3.3.12 to 4.1.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.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/compare/v3.3.12...webpack-cli@4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index db5fdc2f7e4..064ba58bc67 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"vue-loader": "^15.9.4",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
- "webpack-cli": "^3.3.12",
+ "webpack-cli": "^4.1.0",
"webpack-merge": "^5.2.0",
"webpack-node-externals": "^2.5.2"
},