From 7db865846ea8f9d11143be2e320acafc6dac094b Mon Sep 17 00:00:00 2001 From: "wiz-code-21c5ec5a85[bot]" <275152318+wiz-code-21c5ec5a85[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 12:52:26 +0000 Subject: [PATCH] Remediate vulnerabilities --- aa-sdk/ethers/package.json | 8 ++++---- account-kit/plugingen/package.json | 2 +- account-kit/react/package.json | 4 ++-- account-kit/rn-signer/android/build.gradle | 2 +- account-kit/rn-signer/example/package.json | 2 +- examples/react-native-bare-example/package.json | 2 +- examples/react-native-expo-example/package.json | 8 ++++---- examples/ui-demo/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aa-sdk/ethers/package.json b/aa-sdk/ethers/package.json index 0b1f32c948..e4e6d4e8dc 100644 --- a/aa-sdk/ethers/package.json +++ b/aa-sdk/ethers/package.json @@ -48,14 +48,14 @@ }, "dependencies": { "@aa-sdk/core": "^4.88.3", - "@ethersproject/abi": "^5.7.0", + "@ethersproject/abi": "6.0.0-beta.1", "@ethersproject/abstract-signer": "^5.7.0", "@ethersproject/bytes": "^5.7.0", "@ethersproject/contracts": "^5.7.0", - "@ethersproject/hash": "^5.7.0", + "@ethersproject/hash": "6.0.0-beta.1", "@ethersproject/keccak256": "^5.7.0", - "@ethersproject/providers": "^5.7.2", - "@ethersproject/wallet": "^5.7.0" + "@ethersproject/providers": "6.0.0-beta.1", + "@ethersproject/wallet": "6.0.0-beta.1" }, "peerDependencies": { "viem": "^2.45.0" diff --git a/account-kit/plugingen/package.json b/account-kit/plugingen/package.json index 400172556e..1d9afb5589 100644 --- a/account-kit/plugingen/package.json +++ b/account-kit/plugingen/package.json @@ -65,7 +65,7 @@ "change-case": "^5.4.3", "chokidar": "^3.6.0", "dedent": "^1.5.1", - "esbuild": "^0.20.1", + "esbuild": "0.25.0", "find-up": "^7.0.0", "fs-extra": "^11.2.0", "ora": "^8.0.1", diff --git a/account-kit/react/package.json b/account-kit/react/package.json index d21e85987e..4806f285b7 100644 --- a/account-kit/react/package.json +++ b/account-kit/react/package.json @@ -92,8 +92,8 @@ "@solana/wallet-adapter-react": "^0.15.39", "@solana/wallet-adapter-wallets": "^0.19.37", "@solana/web3.js": "^1.98.0", - "@tanstack/react-form": "^0.33.0", - "@tanstack/zod-form-adapter": "^0.33.0", + "@tanstack/react-form": "0.42.1", + "@tanstack/zod-form-adapter": "0.42.1", "@wagmi/connectors": "^5.1.15", "bs58": "^6.0.0", "react-remove-scroll": "^2.5.10", diff --git a/account-kit/rn-signer/android/build.gradle b/account-kit/rn-signer/android/build.gradle index f852697f61..235d4baad3 100644 --- a/account-kit/rn-signer/android/build.gradle +++ b/account-kit/rn-signer/android/build.gradle @@ -168,7 +168,7 @@ dependencies { api "xerces:xercesImpl:2.12.2" api "androidx.security:security-crypto:1.1.0" api "com.google.crypto.tink:tink-android:1.18.0" - api "org.bitcoinj:bitcoinj-core:0.17" + api "org.bitcoinj:bitcoinj-core:0.17.1" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1" } diff --git a/account-kit/rn-signer/example/package.json b/account-kit/rn-signer/example/package.json index 2eb7a91753..838ae3d825 100644 --- a/account-kit/rn-signer/example/package.json +++ b/account-kit/rn-signer/example/package.json @@ -14,7 +14,7 @@ "@account-kit/react-native-signer": "^4.16.0", "@account-kit/signer": "^4.16.0", "@react-navigation/bottom-tabs": "^7.2.0", - "@react-navigation/native": "7.0.3", + "@react-navigation/native": "7.0.14", "@react-navigation/native-stack": "7.1.0", "dotenv": "^16.4.5", "express": "^4.21.1", diff --git a/examples/react-native-bare-example/package.json b/examples/react-native-bare-example/package.json index 330f1234b9..0695004ebe 100644 --- a/examples/react-native-bare-example/package.json +++ b/examples/react-native-bare-example/package.json @@ -17,7 +17,7 @@ "@account-kit/signer": "^4.16.0", "@account-kit/smart-contracts": "^4.16.0", "@react-navigation/bottom-tabs": "^7.2.0", - "@react-navigation/native": "7.0.3", + "@react-navigation/native": "7.0.14", "@react-navigation/native-stack": "^7.1.14", "crypto-browserify": "^3.12.1", "dotenv": "^16.4.7", diff --git a/examples/react-native-expo-example/package.json b/examples/react-native-expo-example/package.json index 921b87fc38..cc449ddf53 100644 --- a/examples/react-native-expo-example/package.json +++ b/examples/react-native-expo-example/package.json @@ -13,12 +13,12 @@ "@account-kit/react": "4.17.0", "@account-kit/react-native": "4.17.0", "@account-kit/react-native-signer": "4.17.0", - "@account-kit/signer": "4.17.0", + "@account-kit/signer": "4.62.0", "@noble/hashes": "1.7.1", - "expo": "~52.0.47", + "expo": "53.0.0-canary-20250306-d9d3e02", "expo-build-properties": "~0.13.2", - "expo-constants": "~17.0.3", - "expo-linking": "~7.0.3", + "expo-constants": "17.1.0", + "expo-linking": "7.1.0-canary-20250306-d9d3e02", "expo-router": "4.0.21", "expo-status-bar": "~2.0.0", "node-libs-react-native": "^1.2.1", diff --git a/examples/ui-demo/package.json b/examples/ui-demo/package.json index 77846d8ade..d86537303a 100644 --- a/examples/ui-demo/package.json +++ b/examples/ui-demo/package.json @@ -47,7 +47,7 @@ "qrcode.react": "^4.2.0", "react": "^18", "react-dom": "^18", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "16.0.0", "tailwind-merge": "^2.3.0", "viem": "^2.45.0", "wagmi": "^2.15.5",