From f3486fcf284da89c40247bfe1149f9a21df47e0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Dec 2025 11:07:38 +0000 Subject: [PATCH] fix: upgrade @relayprotocol/relay-kit-hooks from 2.0.6 to 2.0.9 Snyk has created this PR to upgrade @relayprotocol/relay-kit-hooks from 2.0.6 to 2.0.9. See this package in npm: @relayprotocol/relay-kit-hooks See this project in Snyk: https://app.snyk.io/org/darkobas2/project/fa229aa4-9d66-41cd-bc23-3a605b4ac78d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",