diff --git a/package-lock.json b/package-lock.json index 09d6846..8a149d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@creit.tech/stellar-wallets-kit": "^2.1.0", "@stellar/stellar-sdk": "^15.0.1", - "@tanstack/react-query": "^5.96.2", + "@tanstack/react-query": "^5.100.9", "@vowena/sdk": "^0.1.5", "next": "16.2.2", "next-themes": "^0.4.6", @@ -5211,9 +5211,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.96.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.96.2.tgz", - "integrity": "sha512-hzI6cTVh4KNRk8UtoIBS7Lv9g6BnJPXvBKsvYH1aGWvv0347jT3BnSvztOE+kD76XGvZnRC/t6qdW1CaIfwCeA==", + "version": "5.100.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.9.tgz", + "integrity": "sha512-SJSFw1S8+kQ0+knv/XGfrbocWoAlT7vDKsSImtLx3ZPQmEcR46hkDjLSvynSy25N8Ms4tIEini1FuBd5k7IscQ==", "license": "MIT", "funding": { "type": "github", @@ -5221,12 +5221,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.96.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.96.2.tgz", - "integrity": "sha512-sYyzzJT4G0g02azzJ8o55VFFV31XvFpdUpG+unxS0vSaYsJnSPKGoI6WdPwUucJL1wpgGfwfmntNX/Ub1uOViA==", + "version": "5.100.9", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.9.tgz", + "integrity": "sha512-Oa44XkaI3kCNN6ME0KByU3xT3SEUNOMfZpHxL6+wFoTm+OeUFYHKdeYVe0aOXlRDm/f15sgLwEt2HDorIdW8+A==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.96.2" + "@tanstack/query-core": "5.100.9" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 58dc2a9..b94ce82 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@creit.tech/stellar-wallets-kit": "^2.1.0", "@stellar/stellar-sdk": "^15.0.1", - "@tanstack/react-query": "^5.96.2", + "@tanstack/react-query": "^5.100.9", "@vowena/sdk": "^0.1.5", "next": "16.2.2", "next-themes": "^0.4.6",