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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-09-26 12:45:23 +0300
committerGitHub <noreply@github.com>2019-09-26 12:45:23 +0300
commit3ae09fad4f4220e533cd1a318a4d004acc495166 (patch)
treee7fc171a035b5f091d431f4210a0baa39fb3764d /package.json
parent63ae77f6444f74183da0940db28b216a38bfc6a1 (diff)
parent2822567cc010e4d46cff077b3579b5146450a690 (diff)
Merge pull request #2025 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.9
Bump webpack-cli from 3.3.8 to 3.3.9
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 32f55b32c..ee229946f 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.40.2",
- "webpack-cli": "^3.3.8",
+ "webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},