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 <christoph@winzerhof-wurst.at>2019-06-19 13:48:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-19 13:48:15 +0300
commit2e1ba75715e7f0df8b0da0c7c519038d2fb176a0 (patch)
tree08b6cb658f131f3a2e286a85cf0bafbdfa07625d /package-lock.json
parent85373902aed58ed5e5c3022e5b11c44d6b7ae48c (diff)
Fix usage of OC.requesttoken
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 5eac07cdc..5c76ee825 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7282,9 +7282,9 @@
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
},
"nextcloud-auth": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/nextcloud-auth/-/nextcloud-auth-0.0.1.tgz",
- "integrity": "sha512-lQbJsR/th5QjVRVwsMUgVRQOvL9SRAQbzphKryS/tusadCSd5w/UYR00sc50nKO7Qki257zcIo1O6o3JIJoTeQ==",
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/nextcloud-auth/-/nextcloud-auth-0.0.2.tgz",
+ "integrity": "sha512-Crsj3f+/VrZwgCUGFqDtg5NnxMFqU2TWc70ke0tF30tX8t2mdZo97abYosBiHmAsL4gYOpzNIwwGUAzOd9VsHg==",
"requires": {
"core-js": "^3.1.4"
},