From 907b707251c9bfe20636bd04cbec6023e8b0f92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:59:22 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.83.1 to 5.90.11 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.83.1 to 5.90.11. - [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.90.11/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e24bda..23b7daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@radix-ui/react-tooltip": "^1.2.8", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/vite": "^4.1.17", - "@tanstack/react-query": "^5.83.1", + "@tanstack/react-query": "^5.90.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", @@ -5148,7 +5148,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.83.1", + "version": "5.90.11", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.11.tgz", + "integrity": "sha512-f9z/nXhCgWDF4lHqgIE30jxLe4sYv15QodfdPDKYAk7nAEjNcndy4dHz3ezhdUaR23BpWa4I2EH4/DZ0//Uf8A==", "license": "MIT", "funding": { "type": "github", @@ -5156,10 +5158,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.83.1", + "version": "5.90.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.11.tgz", + "integrity": "sha512-3uyzz01D1fkTLXuxF3JfoJoHQMU2fxsfJwE+6N5hHy0dVNoZOvwKP8Z2k7k1KDeD54N20apcJnG75TBAStIrBA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.83.1" + "@tanstack/query-core": "5.90.11" }, "funding": { "type": "github", diff --git a/package.json b/package.json index efbfef8..cca4382 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@radix-ui/react-tooltip": "^1.2.8", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/vite": "^4.1.17", - "@tanstack/react-query": "^5.83.1", + "@tanstack/react-query": "^5.90.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1",