diff --git a/package-lock.json b/package-lock.json index 82024da..eee6f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@rainbow-me/rainbowkit": "^2.2.8", - "@relayprotocol/relay-kit-hooks": "^2.0.6", + "@relayprotocol/relay-kit-hooks": "^2.0.9", "@relayprotocol/relay-sdk": "^3.0.0", "@tanstack/react-query": "^5.90.2", "@upcoming/multichain-library": "^0.2.0", @@ -1671,11 +1671,11 @@ } }, "node_modules/@relayprotocol/relay-kit-hooks": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@relayprotocol/relay-kit-hooks/-/relay-kit-hooks-2.0.6.tgz", - "integrity": "sha512-mxnkwZM3ZzxXhsxzMBozFcbeVUYfSrL+k6nDwNToqv1fxCxY0/BNjyPw/UWik9uc3jwD2hlaLBCafiUF7fG88w==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@relayprotocol/relay-kit-hooks/-/relay-kit-hooks-2.0.9.tgz", + "integrity": "sha512-gRRqGkiPJKpX/AWFukI+g4fOHIL29l2I9iiL4abS537SWWUzwX7F9ntPzewwXkmnJpOrKTPUfu+Jv2pfIzpjAw==", "dependencies": { - "@relayprotocol/relay-sdk": "3.0.0", + "@relayprotocol/relay-sdk": "3.1.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "axios": "^1.7.2" @@ -1688,9 +1688,9 @@ } }, "node_modules/@relayprotocol/relay-sdk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@relayprotocol/relay-sdk/-/relay-sdk-3.0.0.tgz", - "integrity": "sha512-exuoL6q+Q8CsDGWVc2Vwiyuhis8HERCDG7RI4f+OS+GoNEHNT5iW5jC8f1h7gRjU0AF8lZkHDXJnMJgEXFaKrA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@relayprotocol/relay-sdk/-/relay-sdk-3.1.1.tgz", + "integrity": "sha512-TytaRye5RSyNAmdFCoyn9JQbQ8FU0tCC3zB5n4iYNCeOLGQ+FC3aPpFHb2if9CIr6USbLsy6oSmh6BeDB1blaw==", "dependencies": { "axios": "^1.6.5" }, diff --git a/package.json b/package.json index 2051c4d..5489436 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "@rainbow-me/rainbowkit": "^2.2.8", - "@relayprotocol/relay-kit-hooks": "^2.0.6", + "@relayprotocol/relay-kit-hooks": "^2.0.9", "@relayprotocol/relay-sdk": "^3.0.0", "@tanstack/react-query": "^5.90.2", "@upcoming/multichain-library": "^0.2.0",