diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index d77901b..726fd06 100644 --- a/with-tailwindcss-app/package.json +++ b/with-tailwindcss-app/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.2.0", "@hugocxl/react-to-image": "^0.0.9", "@rainbow-me/rainbowkit": "2", - "@tanstack/react-query": "^5.90.16", + "@tanstack/react-query": "^5.90.21", "crypto-browserify": "^3.12.1", "ethers": "^6.16.0", "html-to-image": "^1.11.13", diff --git a/with-tailwindcss-app/yarn.lock b/with-tailwindcss-app/yarn.lock index 06ed237..945c23d 100644 --- a/with-tailwindcss-app/yarn.lock +++ b/with-tailwindcss-app/yarn.lock @@ -1979,17 +1979,17 @@ postcss "^8.4.41" tailwindcss "4.1.18" -"@tanstack/query-core@5.90.16": - version "5.90.16" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.16.tgz#19a972c2ffbc47727ab6649028af1bee70e28cdf" - integrity sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww== +"@tanstack/query-core@5.90.20": + version "5.90.20" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.20.tgz#e12128e39210715d4ce4fb299c33498ac297771e" + integrity sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg== -"@tanstack/react-query@^5.90.16": - version "5.90.16" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.16.tgz#76955d7027b5bff3d7f51163db7ea1c0bd430cb5" - integrity sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ== +"@tanstack/react-query@^5.90.21": + version "5.90.21" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.21.tgz#e0eb40831a76510be438109435b8807ef63ab1b9" + integrity sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg== dependencies: - "@tanstack/query-core" "5.90.16" + "@tanstack/query-core" "5.90.20" "@tanstack/react-virtual@^3.13.9": version "3.13.9"