summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-07 02:27:13 +0000
committerGitHub <noreply@github.com>2020-11-07 02:27:13 +0000
commit8f8fe2667c6164425a5bcb4477d62d762c904282 (patch)
treeb1db9aae0405f4fcbbfb650283323a5d59494f14 /package.json
parent1a30e4d28f1fccae652c104f734a8f57b9efd4e4 (diff)
downloadnextcloud-server-8f8fe2667c6164425a5bcb4477d62d762c904282.tar.gz
nextcloud-server-8f8fe2667c6164425a5bcb4477d62d762c904282.zip
Bump webpack-cli from 4.1.0 to 4.2.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.1.0 to 4.2.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/webpack-cli@4.1.0...webpack-cli@4.2.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 6f06ac2985b..506ae7e37bb 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": "^4.1.0",
+ "webpack-cli": "^4.2.0",
"webpack-merge": "^5.2.0",
"webpack-node-externals": "^2.5.2"
},