diff --git a/package-lock.json b/package-lock.json index 775f42f68..2c64d8307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cryptpad", - "version": "3.24.0", + "version": "3.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -181,16 +181,16 @@ "optional": true }, "chainpad-crypto": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.2.4.tgz", - "integrity": "sha512-fWbVyeAv35vf/dkkQaefASlJcEfpEvfRI23Mtn+/TBBry7+LYNuJMXJiovVY35pfyw2+trKh1Py5Asg9vrmaVg==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/chainpad-crypto/-/chainpad-crypto-0.2.5.tgz", + "integrity": "sha512-K9vRsAspuX+uU1goXPz0CawpLIaOHq+1JP3WfDLqaz67LbCX/MLIUt9aMcSeIJcwZ9uMpqnbMGRktyVPoz6MCA==", "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": { "tweetnacl": { - "version": "git://github.com/dchest/tweetnacl-js.git#8a21381d696acdc4e99c9f706f1ad23285795f79", - "from": "git://github.com/dchest/tweetnacl-js.git#v0.12.2" + "version": "git+https://github.com/dchest/tweetnacl-js.git#8a21381d696acdc4e99c9f706f1ad23285795f79", + "from": "git+https://github.com/dchest/tweetnacl-js.git#v0.12.2" } } }, diff --git a/package.json b/package.json index 37fd6c686..86c7fc67b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "3.24.0", + "version": "3.25.0", "license": "AGPL-3.0+", "repository": { "type": "git", - "url": "git://github.com/xwiki-labs/cryptpad.git" + "url": "git+https://github.com/xwiki-labs/cryptpad.git" }, "funding": { "type": "opencollective", @@ -13,7 +13,7 @@ }, "dependencies": { "@mcrowe/minibloom": "^0.2.0", - "chainpad-crypto": "^0.2.2", + "chainpad-crypto": "^0.2.5", "chainpad-server": "^4.0.9", "express": "~4.16.0", "fs-extra": "^7.0.0",