From f3dd476f057abd889ff7ecd0f69762035701f41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 05:22:08 +0000 Subject: [PATCH] deps: bump @tanstack/react-query from 5.101.0 to 5.102.3 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.101.0 to 5.102.3. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.3/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.102.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45882f523..b95638c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@scure/base": "^2.2.0", "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.108.0", - "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query": "^5.102.3", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.25", "@types/mdx": "^2.0.13", @@ -6534,9 +6534,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz", - "integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==", + "version": "5.102.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.3.tgz", + "integrity": "sha512-5O2VEceonqC4uaTLUGglb0hgPouWCJ4K1ykVWyeV8aThhdNCzwpwu01bYoaRNJ9mgFUXS7Kf9utJ46ysT8m+bw==", "license": "MIT", "funding": { "type": "github", @@ -6544,12 +6544,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.0.tgz", - "integrity": "sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==", + "version": "5.102.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.102.3.tgz", + "integrity": "sha512-nHazxUEUQSGJOswGgSL2DI77f2K75WRCowDgaiyEi0ACocZTFKewTv+A/rJfq6QkuE35rVPff1QUT3ClbaePGQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.101.0" + "@tanstack/query-core": "5.102.3" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f3ba6861a..887851d92 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@scure/base": "^2.2.0", "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.108.0", - "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query": "^5.102.3", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.25", "@types/mdx": "^2.0.13",