diff --git a/package-lock.json b/package-lock.json index 09d6846..5fe9fb9 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.5", "@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.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.5.tgz", + "integrity": "sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==", "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.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.5.tgz", + "integrity": "sha512-aNwj1mi2v2bQ9IxkyR1grLOUkv3BYWoykHy9KDyLNbjC3tsahbOHJibK+Wjtr1wRhG59/AvJhiJG5OlthaCgJA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.96.2" + "@tanstack/query-core": "5.100.5" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 58dc2a9..e30d439 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.5", "@vowena/sdk": "^0.1.5", "next": "16.2.2", "next-themes": "^0.4.6",