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>2021-01-14 20:13:00 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-14 20:13:00 +0300
commitfb37549bbc1e824bb5985699212abda09afd86d7 (patch)
treeae0c616853647074fa6be4cc0c50fe4349eae876
parentb864dcc56be0f880b4cb253bc7f9a03387fe8520 (diff)
Raise version
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json16
-rw-r--r--package.json4
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index da9ac1b..8de29d9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "0.0.9",
+ "version": "0.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -10,16 +10,16 @@
"integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
},
"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"
}
}
}
diff --git a/package.json b/package.json
index 584ef96..1999a45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-client",
- "version": "0.0.10",
+ "version": "0.0.11",
"description": "JS client library for the Nextcloud Passwords app",
"main": "src/main.js",
"author": "Marius Wieschollek",
@@ -17,6 +17,6 @@
},
"dependencies": {
"eventemitter3": "^3.1.2",
- "libsodium-wrappers": "^0.7.6"
+ "libsodium-wrappers": "^0.7.8"
}
}