Skip to content

Commit

Permalink
Update dependency @dfinity/agent to ^0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent c019d09 commit 72d9c81
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "dist/index.js",
"dependencies": {
"@astrox/connection": "^0.0.41",
"@dfinity/agent": "^0.11.0",
"@dfinity/agent": "^0.21.0",
"@dfinity/candid": "^0.11.0",
"@dfinity/identity": "^0.11.0",
"@dfinity/principal": "^0.11.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,16 @@
js-sha256 "0.9.0"
simple-cbor "^0.4.1"

"@dfinity/agent@^0.11.0":
version "0.11.3"
resolved "https://registry.yarnpkg.com/@dfinity/agent/-/agent-0.11.3.tgz#3363b1dbaa10a6e5cfe25e269316e2416fd3d11d"
integrity sha512-pqiogLey6S83SG5BS93hBCtXfGRW6tkxa8Y0c9HwxOP/wRoVEuKHdTcOn7rL/HN4mDTwxkdqK4EC1Kv24S1q4Q==
"@dfinity/agent@^0.21.0":
version "0.21.2"
resolved "https://registry.yarnpkg.com/@dfinity/agent/-/agent-0.21.2.tgz#de1593e4a4a5f134ef32a0ef0b9bd5f112e24199"
integrity sha512-Ght+vXD+Uq/Z2qeskzmIMFDbBusrDCaUqaiC6Ak6YBThM3uY8m9biZ8xDCsWho5ia8HTR1o6f9wQ12ChBqsYVA==
dependencies:
"@noble/curves" "^1.2.0"
"@noble/hashes" "^1.3.1"
base64-arraybuffer "^0.2.0"
bignumber.js "^9.0.0"
borc "^2.1.1"
js-sha256 "0.9.0"
buffer "^6.0.3"
simple-cbor "^0.4.1"

"@dfinity/[email protected]":
Expand Down Expand Up @@ -706,6 +707,18 @@
resolved "https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-2.0.2.tgz#baea7764b1adf201ce4a792fe971fd7211dad2e4"
integrity sha512-fpnI00dt+yO1cKx9qBXelKhPBdEgvc8ZPav1+0r09j0woYQU2N79w/jcGawSY5UGlgQ3vjaJsFHnGbGvvqdLzg==

"@noble/curves@^1.2.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.3.0.tgz#01be46da4fd195822dab821e72f71bf4aeec635e"
integrity sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==
dependencies:
"@noble/hashes" "1.3.3"

"@noble/[email protected]", "@noble/hashes@^1.3.1":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699"
integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==

"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
Expand Down

0 comments on commit 72d9c81

Please sign in to comment.