Skip to content

Commit

Permalink
change src [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Jan 29, 2023
1 parent 39c7d21 commit b5ec441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b5ec441

Please sign in to comment.