Skip to content

Commit

Permalink
fix(deps): update dependency algosdk to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2023
1 parent c09a417 commit b89ac44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@mui/x-data-grid": "5.17.22",
"@perawallet/connect": "^1.0.7",
"@reduxjs/toolkit": "1.9.2",
"algosdk": "1.24.1",
"algosdk": "2.1.0",
"axios": "0.27.2",
"csstype": "^3.1.1",
"next": "13.1.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2721,13 +2721,13 @@ algo-msgpack-with-bigint@^2.1.1:
resolved "https://registry.yarnpkg.com/algo-msgpack-with-bigint/-/algo-msgpack-with-bigint-2.1.1.tgz#38bb717220525b3ff42232eefdcd9efb9ad405d6"
integrity sha512-F1tGh056XczEaEAqu7s+hlZUDWwOBT70Eq0lfMpBP2YguSQVyxRbprLq5rELXKQOyOaixTWYhMeMQMzP0U5FoQ==

algosdk@1.24.1:
version "1.24.1"
resolved "https://registry.yarnpkg.com/algosdk/-/algosdk-1.24.1.tgz#afc4102457ae0c38a32de6b84f4d713aedfc9e89"
integrity sha512-9moZxdqeJ6GdE4N6fA/GlUP4LrbLZMYcYkt141J4Ss68OfEgH9qW0wBuZ3ZOKEx/xjc5bg7mLP2Gjg7nwrkmww==
algosdk@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/algosdk/-/algosdk-2.1.0.tgz#2d9538445a58f84d648836182f90985762715418"
integrity sha512-KogpdRK3u7Efvw0FVduyFQEOwI+uGvMJmXUvzdmQJjK0hWhEYUl13X/X1QqNKwyEZjw2qutf9pf23UbNnBEAwA==
dependencies:
algo-msgpack-with-bigint "^2.1.1"
buffer "^6.0.2"
buffer "^6.0.3"
cross-fetch "^3.1.5"
hi-base32 "^0.5.1"
js-sha256 "^0.9.0"
Expand Down Expand Up @@ -3153,7 +3153,7 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

buffer@^6.0.2, buffer@^6.0.3:
buffer@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
Expand Down

0 comments on commit b89ac44

Please sign in to comment.