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-01-10 16:47:16 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-10 16:47:16 +0300
commit9c31e2a97bbb640436fdadf2232cc0bf97988f34 (patch)
treec1af360991bcd09623f23047d061a4308fbbe004
parent6ceeff63b695dca05564bff6eab5aa9eb245b123 (diff)
Updated packages
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8336282..da9ac1b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,16 +10,16 @@
"integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
},
"libsodium": {
- "version": "0.7.5",
- "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.5.tgz",
- "integrity": "sha512-0YVU2QJc5sDR5HHkGCaliYImS7pGeXi11fiOfm4DirBd96PJVZIn3LJa06ZOFjLNsWkL3UbNjYhLRUOABPL9vw=="
+ "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=="
},
"libsodium-wrappers": {
- "version": "0.7.5",
- "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.5.tgz",
- "integrity": "sha512-QE9Q+FxLLGdJRiJTuC2GB3LEHZeHX/VcbMQeNPdAixEKo86JPy6bOWND1XmMLu0tjWUu0xIY0YpJYQApxIZwbQ==",
+ "version": "0.7.6",
+ "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.6.tgz",
+ "integrity": "sha512-OUO2CWW5bHdLr6hkKLHIKI4raEkZrf3QHkhXsJ1yCh6MZ3JDA7jFD3kCATNquuGSG6MjjPHQIQms0y0gBDzjQg==",
"requires": {
- "libsodium": "0.7.5"
+ "libsodium": "0.7.6"
}
}
}
diff --git a/package.json b/package.json
index 17627bc..46045a1 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,6 @@
},
"dependencies": {
"eventemitter3": "^3.1.2",
- "libsodium-wrappers": "^0.7.5"
+ "libsodium-wrappers": "^0.7.6"
}
}