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-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-05-31 10:23:56 +0300
committerGitHub <noreply@github.com>2019-05-31 10:23:56 +0300
commita53f4d1405213a4572570222ca3eae0931b58c91 (patch)
tree55b6265e843310df4dc26966166d7ad927c87f5e /package.json
parent04b93df1d5fb74289ee44a6fc0c62ca645da0bb7 (diff)
Bump nextcloud-axios from 0.1.3 to 0.2.0
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.3...v0.2.0)
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 a21b511..add4b48 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "U2F second factor provider for Nextcloud",
"private": true,
"dependencies": {
- "nextcloud-axios": "^0.1.3",
+ "nextcloud-axios": "^0.2.0",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-server": "^0.15.9",
"nextcloud-vue": "^0.11.1",