diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index d7a6afa..6659728 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.14", + "@tanstack/react-query": "^5.90.16", "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 d8f2db9..0d6dde3 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.14": - version "5.90.14" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.14.tgz#4c45ab5f41a45a051001bae09bb155b021bf4e87" - integrity sha512-/6di2yNI+YxpVrH9Ig74Q+puKnkCE+D0LGyagJEGndJHJc6ahkcc/UqirHKy8zCYE/N9KLggxcQvzYCsUBWgdw== +"@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/react-query@^5.90.14": - version "5.90.14" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.14.tgz#fff7e5e083c6dbe18fd0b2837d3f6174615f0c06" - integrity sha512-JAMuULej09hrZ14W9+mxoRZ44rR2BuZfCd6oKTQVNfynQxCN3muH3jh3W46gqZNw5ZqY0ZVaS43Imb3dMr6tgw== +"@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== dependencies: - "@tanstack/query-core" "5.90.14" + "@tanstack/query-core" "5.90.16" "@tanstack/react-virtual@^3.13.9": version "3.13.9"