summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-23 02:20:22 +0000
committerGitHub <noreply@github.com>2021-01-23 02:20:22 +0000
commit2268f85c37c309e1be9adffc2d927a9417528e89 (patch)
tree0fac7c9be2a53261c0957db7aa9a48932815672a /package.json
parentd373144b2f562917d44046a02a8076f087041ed9 (diff)
downloadnextcloud-server-2268f85c37c309e1be9adffc2d927a9417528e89.tar.gz
nextcloud-server-2268f85c37c309e1be9adffc2d927a9417528e89.zip
Bump webpack-cli from 4.3.1 to 4.4.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.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.3.1...webpack-cli@4.4.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 93fcc9aa926..4c47794a41d 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.3.1",
+ "webpack-cli": "^4.4.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
},