Skip to content

Commit

Permalink
Fixup yarn.lock after updated stellar-base entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 30, 2023
1 parent 2a3a37b commit 21f3faa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,11 @@
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==

"@stellar/js-xdr@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@stellar/js-xdr/-/js-xdr-3.0.1.tgz#d500f1e1332210cd56e0ef95e44c54506d9f48f3"
integrity sha512-dp5Eh7Nr1YjiIeqpdkj2cQYxfoPudDAH3ck8MWggp48Htw66Z/hUssNYUQG/OftLjEmHT90Z/dtey2Y77DOxIw==

"@stellar/tsconfig@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@stellar/tsconfig/-/tsconfig-1.0.2.tgz#18e9b1a1d6076e116bb405d11fc034401155292d"
Expand Down Expand Up @@ -4745,11 +4750,6 @@ js-tokens@^4.0.0:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==

js-xdr@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/js-xdr/-/js-xdr-3.0.1.tgz#e63637d3dec67830e20537c8bde8fc24a715fe18"
integrity sha512-U+myFf2xdgeXsCE4iKwt/j14BLvU0F/YZv9LJwJrQgqtKKwyetYP7LwJKbc9qUYYAsa6ixy57CrDMtg2x+01cA==

[email protected], js-yaml@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
Expand Down Expand Up @@ -6646,14 +6646,14 @@ statuses@~1.5.0:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

"stellar-base@git+https://github.com/stellar/js-stellar-base#1ef1ec1":
version "10.0.0-beta.3"
resolved "git+https://github.com/stellar/js-stellar-base#1ef1ec1ca7d85e898cbc4d936a0f38a4932346da"
"stellar-base@git+https://github.com/stellar/js-stellar-base#8d8b09b":
version "10.0.0-beta.4"
resolved "git+https://github.com/stellar/js-stellar-base#8d8b09b3604fa31b7aeac4a5c73a570514cd6f02"
dependencies:
"@stellar/js-xdr" "^3.0.1"
base32.js "^0.1.0"
bignumber.js "^9.1.2"
buffer "^6.0.3"
js-xdr "^3.0.0"
sha.js "^2.3.6"
tweetnacl "^1.0.3"
optionalDependencies:
Expand Down

0 comments on commit 21f3faa

Please sign in to comment.