update chainpad-crypto dependency to fetch via https

pull/1/head
ansuz 4 years ago
parent b7ea099eab
commit 31b2a5e4fe

14
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "cryptpad", "name": "cryptpad",
"version": "3.24.0", "version": "3.25.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -181,16 +181,16 @@
"optional": true "optional": true
}, },
"chainpad-crypto": { "chainpad-crypto": {
"version": "0.2.4", "version": "0.2.5",
"resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.2.4.tgz", "resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.2.5.tgz",
"integrity": "sha512-fWbVyeAv35vf/dkkQaefASlJcEfpEvfRI23Mtn+/TBBry7+LYNuJMXJiovVY35pfyw2+trKh1Py5Asg9vrmaVg==", "integrity": "sha512-K9vRsAspuX+uU1goXPz0CawpLIaOHq+1JP3WfDLqaz67LbCX/MLIUt9aMcSeIJcwZ9uMpqnbMGRktyVPoz6MCA==",
"requires": { "requires": {
"tweetnacl": "git://github.com/dchest/tweetnacl-js.git#v0.12.2" "tweetnacl": "git+https://github.com/dchest/tweetnacl-js.git#v0.12.2"
}, },
"dependencies": { "dependencies": {
"tweetnacl": { "tweetnacl": {
"version": "git://github.com/dchest/tweetnacl-js.git#8a21381d696acdc4e99c9f706f1ad23285795f79", "version": "git+https://github.com/dchest/tweetnacl-js.git#8a21381d696acdc4e99c9f706f1ad23285795f79",
"from": "git://github.com/dchest/tweetnacl-js.git#v0.12.2" "from": "git+https://github.com/dchest/tweetnacl-js.git#v0.12.2"
} }
} }
}, },

@ -1,11 +1,11 @@
{ {
"name": "cryptpad", "name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server", "description": "realtime collaborative visual editor with zero knowlege server",
"version": "3.24.0", "version": "3.25.0",
"license": "AGPL-3.0+", "license": "AGPL-3.0+",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/xwiki-labs/cryptpad.git" "url": "git+https://github.com/xwiki-labs/cryptpad.git"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@mcrowe/minibloom": "^0.2.0", "@mcrowe/minibloom": "^0.2.0",
"chainpad-crypto": "^0.2.2", "chainpad-crypto": "^0.2.5",
"chainpad-server": "^4.0.9", "chainpad-server": "^4.0.9",
"express": "~4.16.0", "express": "~4.16.0",
"fs-extra": "^7.0.0", "fs-extra": "^7.0.0",

Loading…
Cancel
Save