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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-18 10:34:04 +0300
committerGitHub <noreply@github.com>2021-05-18 10:34:04 +0300
commit9f8370e92c3b341f7a4c87ef6c5a161a1ce97150 (patch)
tree1414479fa2e0f1808536e8a8a36dec2c9c12a770 /package.json
parent23d1fc70c517b244848d0dd13aba9ad658bd03f9 (diff)
Bump webpack-cli from 4.6.0 to 4.7.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.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.6.0...webpack-cli@4.7.0) Signed-off-by: dependabot[bot] <support@github.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 72ed8b096..3e0acd6ee 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"
},