Skip to content

Commit

Permalink
fix: upgrade alchemy-sdk from 2.9.2 to 2.10.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade alchemy-sdk from 2.9.2 to 2.10.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/worldcoin-pilot/project/970508c1-1715-4f1a-8b0a-0a17e313e8fe?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2023
1 parent 2df63ab commit a5d1047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@eth-optimism/contracts": "^0.6.0",
"@eth-optimism/contracts-bedrock": "^0.16.0",
"@eth-optimism/sdk": "^1.10.4",
"alchemy-sdk": "^2.9.2",
"alchemy-sdk": "^2.10.0",
"commander": "^10.0.1",
"dotenv": "^16.3.1",
"ethers": "^6.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -893,10 +893,10 @@ ajv@^8.0.1:
require-from-string "^2.0.2"
uri-js "^4.2.2"

alchemy-sdk@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/alchemy-sdk/-/alchemy-sdk-2.9.2.tgz#1aa2afdef0266295c53738b00c2b0b001cdc7d5e"
integrity sha512-DAmONxbzgqnKrQP8OLuF9rYdgbxJuxwTUmu3kC4/+1yD5p3Lhg4ZQP1RFTK4DTD9J1O0XEAcqkywmpW6hgR5lQ==
alchemy-sdk@^2.10.0:
version "2.10.1"
resolved "https://registry.yarnpkg.com/alchemy-sdk/-/alchemy-sdk-2.10.1.tgz#806bd7a1dca34d0af58ed7d7da03e6d533ad1334"
integrity sha512-zV6rBS2K0H3ickE28N7YiPvKPP9EQV+ZAiv9Zi3+aSzhcm0D1bkK+OS/+Tc7mU6EflSpZcDNC1fsLWlRqJOX4Q==
dependencies:
"@ethersproject/abi" "^5.7.0"
"@ethersproject/abstract-provider" "^5.7.0"
Expand Down

0 comments on commit a5d1047

Please sign in to comment.