Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-05-18 12:01:55 +0300
committerGitHub <noreply@github.com>2021-05-18 12:01:55 +0300
commitc629082987d625cc05c7b30853cce958cbf4a6a6 (patch)
treef07faa3bf9710ea18015d04d080b27e7795b825d /package.json
parent3bea37c90b7c0899955925616bcd59ed8cb4f8fc (diff)
parent9f8370e92c3b341f7a4c87ef6c5a161a1ce97150 (diff)
Merge pull request #5621 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.0
Bump webpack-cli from 4.6.0 to 4.7.0
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 65c8419b3..2b2fcbe35 100644
--- a/package.json
+++ b/package.json
@@ -105,7 +105,7 @@
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
- "webpack-cli": "^4.6.0",
+ "webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^3.0.0"
},