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>2023-02-18 15:18:50 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2023-02-18 15:18:50 +0300
commit1f18b35269cb8e68cd54c1aed57f5984d9535415 (patch)
treeb832b95611fdb61d6742a33787539db8ed22c69e
parenta8430eb38ce5a34dcd57df48e3464c26ed9455d3 (diff)
Pin libsodium to 0.7.10
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json3
-rw-r--r--package.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index f8fe477..e417efb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,8 @@
"license": "ISC",
"dependencies": {
"eventemitter3": "^4.0.7",
- "libsodium-wrappers": "^0.7.10",
+ "libsodium": "0.7.10",
+ "libsodium-wrappers": "0.7.10",
"url-parse": "^1.5.3",
"uuid": "^8.3.2"
}
diff --git a/package.json b/package.json
index f099219..25e4258 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,8 @@
},
"dependencies": {
"eventemitter3": "^4.0.7",
- "libsodium-wrappers": "^0.7.10",
+ "libsodium": "0.7.10",
+ "libsodium-wrappers": "0.7.10",
"url-parse": "^1.5.3",
"uuid": "^8.3.2"
}