Skip to content

Commit

Permalink
Chore: update protocol-kit and safe-deployments (safe-global#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored May 7, 2024
1 parent 1e1597d commit 7c185a3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.5",
"@safe-global/api-kit": "^2.3.0",
"@safe-global/protocol-kit": "^3.0.2",
"@safe-global/protocol-kit": "^3.1.0",
"@safe-global/safe-apps-sdk": "^9.0.0-next.1",
"@safe-global/safe-deployments": "^1.34.0",
"@safe-global/safe-gateway-typescript-sdk": "3.21.0",
"@safe-global/safe-deployments": "^1.35.0",
"@safe-global/safe-gateway-typescript-sdk": "3.21.1",
"@safe-global/safe-modules-deployments": "^1.2.0",
"@sentry/react": "^7.91.0",
"@spindl-xyz/attribution-lite": "^1.4.0",
Expand Down
32 changes: 24 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4221,6 +4221,20 @@
web3-core "^1.10.3"
web3-utils "^1.10.3"

"@safe-global/protocol-kit@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@safe-global/protocol-kit/-/protocol-kit-3.1.0.tgz#429f3f11b3b2c60ed31568f853393155f316316b"
integrity sha512-PUZgTohIoQ1KN7RYE2IcQL8lj/LAb4WRgkDwB+1Vv7AoOLTI1U0Whajfe6Ur9w35BrQwr/x2HAoQvVSzH4FZ3Q==
dependencies:
"@noble/hashes" "^1.3.3"
"@safe-global/safe-deployments" "^1.35.0"
ethereumjs-util "^7.1.5"
ethers "^6.7.1"
semver "^7.5.4"
web3 "^1.10.3"
web3-core "^1.10.3"
web3-utils "^1.10.3"

"@safe-global/safe-apps-sdk@^9.0.0-next.1":
version "9.0.0-next.1"
resolved "https://registry.yarnpkg.com/@safe-global/safe-apps-sdk/-/safe-apps-sdk-9.0.0-next.1.tgz#762186e36a3580c93e7efe7f49259c75043c5b7b"
Expand All @@ -4246,15 +4260,17 @@
dependencies:
semver "^7.3.7"

"@safe-global/[email protected]":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.21.0.tgz#1c27a811762af74d9939a1c88ecc7dd0cdd98d64"
integrity sha512-q68R8j80EcUa5qLB2+lVfCYIDvK2/wE0UhFF7++4KQXDLX2AUolBWL4wsr9G44TpsiIj3fS2Bv/TrlWk8mrtTQ==
"@safe-global/safe-deployments@^1.35.0":
version "1.35.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.35.0.tgz#6930a86a006526a9791ebd2a11cf8f5d8358563b"
integrity sha512-Of8WQEcvL5Fm+xxnCDjah6Hkw+sNdzcApQnzr+OsPBxYtZL0RRtbmesypj36oOD8BQmyrH54V8DVN+pYjrfJ9g==
dependencies:
semver "^7.6.0"

"@safe-global/safe-gateway-typescript-sdk@^3.5.3":
version "3.19.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.19.0.tgz#18637c205c83bfc0a6be5fddbf202d6bb4927302"
integrity sha512-TRlP05KY6t3wjLJ74FiirWlEt3xTclnUQM2YdYto1jx5G1o0meMnugIUZXhzm7Bs3rDEDNhz/aDf2KMSZtoCFg==
"@safe-global/safe-gateway-typescript-sdk@3.21.1", "@safe-global/safe-gateway-typescript-sdk@^3.5.3":
version "3.21.1"
resolved "https://registry.yarnpkg.com/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.21.1.tgz#984ec2d3d4211caf6a96786ab922b39909093538"
integrity sha512-7nakIjcRSs6781LkizYpIfXh1DYlkUDqyALciqz/BjFU/S97sVjZdL4cuKsG9NEarytE+f6p0Qbq2Bo1aocVUA==

"@safe-global/safe-modules-deployments@^1.2.0":
version "1.2.0"
Expand Down

0 comments on commit 7c185a3

Please sign in to comment.