From b5ec4417280a723b57d928045f90ac7f4399f69c Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sun, 29 Jan 2023 22:23:08 +0700 Subject: [PATCH] change src [skip ci] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c7a0848..10b8f1a 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ "@noble/ed25519": "^1.6.1", "arraybuffer-to-string": "^1.0.2", "async": "^3.2.1", - "axlsign": "git+https://github.com/wavesplatform/curve25519-js.git", + "axlsign": "git+https://github.com/ciderapp/curve25519-js.git", "big-integer": "^1.6.25", - "chacha-js": "https://github.com/davidwu226/chacha20poly1305", + "chacha-js": "https://github.com/ciderapp/chacha20poly1305", "crypto-js": "^4.1.1", "curve25519-js": "^0.0.4", "electron-fetch": "^1.7.4", diff --git a/yarn.lock b/yarn.lock index 4089431..1cec835 100644 --- a/yarn.lock +++ b/yarn.lock @@ -292,9 +292,9 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -"axlsign@git+https://github.com/wavesplatform/curve25519-js.git": +"axlsign@git+https://github.com/ciderapp/curve25519-js.git": version "1.0.0" - resolved "git+https://github.com/wavesplatform/curve25519-js.git#cae68782564b83ffa1c7c757e40a3944cb140290" + resolved "git+https://github.com/ciderapp/curve25519-js.git#cae68782564b83ffa1c7c757e40a3944cb140290" balanced-match@^1.0.0: version "1.0.2" @@ -465,9 +465,9 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -"chacha-js@https://github.com/davidwu226/chacha20poly1305": +"chacha-js@https://github.com/ciderapp/chacha20poly1305": version "2.1.1" - resolved "https://github.com/davidwu226/chacha20poly1305#f85941b8f5c62843a1459758cc3dbabad9f849cb" + resolved "https://github.com/ciderapp/chacha20poly1305#f85941b8f5c62843a1459758cc3dbabad9f849cb" dependencies: inherits "^2.0.1" readable-stream "^1.0.33"