From 5de9112f2da7c629ec2d8bf3ca8880317cdce5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:35:18 +0000 Subject: [PATCH] Bump @tanstack/react-query in /with-tailwindcss-app Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.2 to 5.62.3. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- with-tailwindcss-app/package.json | 2 +- with-tailwindcss-app/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index ff1206e..cfcbb71 100644 --- a/with-tailwindcss-app/package.json +++ b/with-tailwindcss-app/package.json @@ -16,7 +16,7 @@ "@heroicons/react": "^2.2.0", "@hugocxl/react-to-image": "^0.0.9", "@rainbow-me/rainbowkit": "2", - "@tanstack/react-query": "^5.62.2", + "@tanstack/react-query": "^5.62.3", "ethers": "^6.13.4", "html-to-image": "^1.11.11", "next": "15.0.4", diff --git a/with-tailwindcss-app/yarn.lock b/with-tailwindcss-app/yarn.lock index 079fbe6..456ccb0 100644 --- a/with-tailwindcss-app/yarn.lock +++ b/with-tailwindcss-app/yarn.lock @@ -1401,17 +1401,17 @@ dependencies: tslib "^2.4.0" -"@tanstack/query-core@5.62.2": - version "5.62.2" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.2.tgz#4eef3201422f246788fb41d01662c2dea3136d9a" - integrity sha512-LcwVcC5qpsDpHcqlXUUL5o9SaOBwhNkGeV+B06s0GBoyBr8FqXPuXT29XzYXR36lchhnerp6XO+CWc84/vh7Zg== +"@tanstack/query-core@5.62.3": + version "5.62.3" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.3.tgz#7cfde68f7d78807faebee2a2bb1e31b81067f46b" + integrity sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg== -"@tanstack/react-query@^5.62.2": - version "5.62.2" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.2.tgz#fbcb8f991ddcf484ce7968fb58bb4790d6c98cd3" - integrity sha512-fkTpKKfwTJtVPKVR+ag7YqFgG/7TRVVPzduPAUF9zRCiiA8Wu305u+KJl8rCrh98Qce77vzIakvtUyzWLtaPGA== +"@tanstack/react-query@^5.62.3": + version "5.62.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.3.tgz#c6766b1764dcf924f6ed5fd88daf8d246e2f5c14" + integrity sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw== dependencies: - "@tanstack/query-core" "5.62.2" + "@tanstack/query-core" "5.62.3" "@tanstack/react-virtual@^3.8.1": version "3.10.8"