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

github.com/nextcloud/twofactor_u2f.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-04-29 08:51:49 +0300
committerGitHub <noreply@github.com>2019-04-29 08:51:49 +0300
commit0839609e6ea0d315975962953f3458508f5ceb3b (patch)
treeb1d644b4854dcaf587d12a770467caa0c321cf7b /package.json
parent37d9ee944bb2b8b87c7005b87b21f78055d14f1b (diff)
parentb182723ec3c278c9e8540c305cc89c6d6eee4e28 (diff)
Merge pull request #432 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.1
Bump webpack-cli from 3.3.0 to 3.3.1
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 837bb85..a2cad6b 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
- "webpack-cli": "^3.3.0",
+ "webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},