Skip to content

Commit

Permalink
Upgrade agent-js (#2446)
Browse files Browse the repository at this point in the history
This PR upgrades `agent-js` to the latest version because it
includes an improvement to the errors thrown when failing to
decode cbor.
  • Loading branch information
Frederik Rothenberger authored Apr 26, 2024
1 parent e05a47a commit 391f930
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"webdriverio": "8.32.3"
},
"dependencies": {
"@dfinity/agent": "^1.1.1",
"@dfinity/auth-client": "^1.1.1",
"@dfinity/candid": "^1.1.1",
"@dfinity/identity": "^1.1.1",
"@dfinity/agent": "^1.2.1",
"@dfinity/auth-client": "^1.2.1",
"@dfinity/candid": "^1.2.1",
"@dfinity/identity": "^1.2.1",
"@dfinity/internet-identity-vc-api": "*",
"@dfinity/principal": "^1.1.1",
"@dfinity/utils": "^2.1.2",
"@dfinity/principal": "^1.2.1",
"@dfinity/utils": "^2.1.3",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"dompurify": "^3.0.6",
Expand Down

0 comments on commit 391f930

Please sign in to comment.