aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-06 02:16:32 +0000
committerGitHub <noreply@github.com>2021-02-06 02:16:32 +0000
commit1d2190cb838cea663a772a036b4b4f2265933047 (patch)
treebefdc909b9728a385a4f814f01d644f46a4ce840 /package.json
parent6e461248e088ca07618a1c5ebe6efe2da474c710 (diff)
downloadnextcloud-server-1d2190cb838cea663a772a036b4b4f2265933047.tar.gz
nextcloud-server-1d2190cb838cea663a772a036b4b4f2265933047.zip
Bump webpack-cli from 4.4.0 to 4.5.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.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.4.0...webpack-cli@4.5.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 e32de718139..384215bf992 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
- "webpack-cli": "^4.4.0",
+ "webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
},