From 7e41f279603aa972c3a16e0c7ecf96680406f830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:37:54 +0000 Subject: [PATCH] fix(deps): bump @tanstack/react-query from 5.40.0 to 5.66.9 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.40.0 to 5.66.9. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.66.9/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0ad80a92..58ec110e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@next/mdx": "^14.2.3", "@pacote/react-use-outside": "^2.0.2", "@radix-ui/react-slot": "^1.1.1", - "@tanstack/react-query": "^5.40.0", + "@tanstack/react-query": "^5.66.9", "@types/mdx": "^2.0.13", "@types/node": "^20", "@types/react": "^18", diff --git a/yarn.lock b/yarn.lock index aa3e2b78..f83ef4e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3990,10 +3990,10 @@ dependencies: tslib "^2.4.0" -"@tanstack/query-core@5.40.0": - version "5.40.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.40.0.tgz#c74ae8303752ed4b5a0ab848ec71a0e6e8179f83" - integrity sha512-eD8K8jsOIq0Z5u/QbvOmfvKKE/XC39jA7yv4hgpl/1SRiU+J8QCIwgM/mEHuunQsL87dcvnHqSVLmf9pD4CiaA== +"@tanstack/query-core@5.66.4": + version "5.66.4" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.66.4.tgz#44b87bff289466adbfa0de8daa5756cbd2d61c61" + integrity sha512-skM/gzNX4shPkqmdTCSoHtJAPMTtmIJNS0hE+xwTTUVYwezArCT34NMermABmBVUg5Ls5aiUXEDXfqwR1oVkcA== "@tanstack/query-devtools@5.37.1": version "5.37.1" @@ -4007,12 +4007,12 @@ dependencies: "@tanstack/query-devtools" "5.37.1" -"@tanstack/react-query@^5.40.0": - version "5.40.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.40.0.tgz#654afa2d9ab328c22be7e1f025ec9b6267c6baa9" - integrity sha512-iv/W0Axc4aXhFzkrByToE1JQqayxTPNotCoSCnarR/A1vDIHaoKpg7FTIfP3Ev2mbKn1yrxq0ZKYUdLEJxs6Tg== +"@tanstack/react-query@^5.66.9": + version "5.66.9" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.66.9.tgz#1c8be303adae59e9cee877490fbb2c23dfa26927" + integrity sha512-NRI02PHJsP5y2gAuWKP+awamTIBFBSKMnO6UVzi03GTclmHHHInH5UzVgzi5tpu4+FmGfsdT7Umqegobtsp23A== dependencies: - "@tanstack/query-core" "5.40.0" + "@tanstack/query-core" "5.66.4" "@tanstack/react-virtual@3.5.0": version "3.5.0"