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

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-23 14:29:06 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-23 14:29:06 +0300
commit39f832d056b3e386d8934ca2e2840abde83f377d (patch)
tree954d0dedc90c2ef29619fa7809bc7f4b852ca459
parent883f48f584a8854475807abe82ac035f0f89dff0 (diff)
Merge stable
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json20
-rw-r--r--package.json46
2 files changed, 33 insertions, 33 deletions
diff --git a/package-lock.json b/package-lock.json
index ce5812c..334291a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,21 +5,21 @@
"requires": true,
"dependencies": {
"eventemitter3": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz",
- "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
},
"libsodium": {
- "version": "0.7.6",
- "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.6.tgz",
- "integrity": "sha512-hPb/04sEuLcTRdWDtd+xH3RXBihpmbPCsKW/Jtf4PsvdyKh+D6z2D2gvp/5BfoxseP+0FCOg66kE+0oGUE/loQ=="
+ "version": "0.7.8",
+ "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.8.tgz",
+ "integrity": "sha512-/Qc+APf0jbeWSaeEruH0L1/tbbT+sbf884ZL0/zV/0JXaDPBzYkKbyb/wmxMHgAHzm3t6gqe7bOOXAVwfqVikQ=="
},
"libsodium-wrappers": {
- "version": "0.7.6",
- "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.6.tgz",
- "integrity": "sha512-OUO2CWW5bHdLr6hkKLHIKI4raEkZrf3QHkhXsJ1yCh6MZ3JDA7jFD3kCATNquuGSG6MjjPHQIQms0y0gBDzjQg==",
+ "version": "0.7.8",
+ "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.8.tgz",
+ "integrity": "sha512-PDhPWXBqd/SaqAFUBgH2Ux7b3VEEJgyD6BQB+VdNFJb9PbExGr/T/myc/MBoSvl8qLzfm0W0IVByOQS5L1MrCg==",
"requires": {
- "libsodium": "0.7.6"
+ "libsodium": "0.7.8"
}
},
"pako": {
diff --git a/package.json b/package.json
index ae9c881..ce1ea4e 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,25 @@
{
- "name": "passwords-client",
- "version": "0.1.0",
- "description": "JS client library for the Nextcloud Passwords app",
- "main": "src/main.js",
- "author": "Marius Wieschollek",
- "license": "ISC",
- "keywords": [
- "crypto",
- "passwords",
- "api",
- "nextcloud"
- ],
- "repository": {
- "type": "git",
- "url": "https://git.mdns.eu/nextcloud/passwords-client.git"
- },
- "dependencies": {
- "eventemitter3": "^4.0.0",
- "libsodium-wrappers": "^0.7.6",
- "pako": "^1.0.11",
- "url-parse": "^1.4.7",
- "uuidv4": "^4.0.0"
- }
+ "name" : "passwords-client",
+ "version" : "0.1.0",
+ "description" : "JS client library for the Nextcloud Passwords app",
+ "main" : "src/main.js",
+ "author" : "Marius Wieschollek",
+ "license" : "ISC",
+ "keywords" : [
+ "crypto",
+ "passwords",
+ "api",
+ "nextcloud"
+ ],
+ "repository" : {
+ "type": "git",
+ "url" : "https://git.mdns.eu/nextcloud/passwords-client.git"
+ },
+ "dependencies": {
+ "eventemitter3" : "^4.0.7",
+ "libsodium-wrappers": "^0.7.8",
+ "pako" : "^1.0.11",
+ "url-parse" : "^1.4.7",
+ "uuidv4" : "^4.0.0"
+ }
}