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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-02 05:18:56 +0300
committerGitHub <noreply@github.com>2021-01-02 05:18:56 +0300
commit567115840940e2d10c56548910037b05d845c7e5 (patch)
treeaa39f99f85255ccd83b715d9832a25ac119851c1 /package.json
parent25fd32cb5c493dd880e5a80500e3a21da0b3c752 (diff)
Bump webpack-cli from 4.3.0 to 4.3.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.0 to 4.3.1. - [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.0...webpack-cli@4.3.1) 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 fc8cdebd2c5..607f0fcc38d 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
- "webpack-cli": "^4.3.0",
+ "webpack-cli": "^4.3.1",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
},