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:
authordependabot[bot] <support@dependabot.com>2019-05-05 04:12:48 +0300
committerdependabot[bot] <support@dependabot.com>2019-05-05 04:12:48 +0300
commitbfb4958fcb0341afcf3a91a76c6bcc18f7314b8f (patch)
tree7be220dd922e66ed67aef3f9b95b267cdf1bdcdf /package.json
parentc79a90fc809fd5072ece66655907f0ab49f68c58 (diff)
Bump webpack-cli from 3.3.1 to 3.3.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.1 to 3.3.2. - [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/commits) Signed-off-by: dependabot[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 ca7d9a3..fee5d46 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.1",
+ "webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},