From 0859d60f8e4e15aa54d10680ffa331b2377c9b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:32:07 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query in /dashboard Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.91.3 to 5.95.2. - [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.95.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.95.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 16 ++++++++-------- dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 1d9b46d..830c5ae 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -11,7 +11,7 @@ "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", - "@tanstack/react-query": "^5.91.3", + "@tanstack/react-query": "^5.95.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.38.0", @@ -1568,9 +1568,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.91.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.91.2.tgz", - "integrity": "sha512-Uz2pTgPC1mhqrrSGg18RKCWT/pkduAYtxbcyIyKBhw7dTWjXZIzqmpzO2lBkyWr4hlImQgpu1m1pei3UnkFRWw==", + "version": "5.95.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.2.tgz", + "integrity": "sha512-o4T8vZHZET4Bib3jZ/tCW9/7080urD4c+0/AUaYVpIqOsr7y0reBc1oX3ttNaSW5mYyvZHctiQ/UOP2PfdmFEQ==", "license": "MIT", "funding": { "type": "github", @@ -1578,12 +1578,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.91.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.91.3.tgz", - "integrity": "sha512-D8jsCexxS5crZxAeiH6VlLHOUzmHOxeW5c11y8rZu0c34u/cy18hUKQXA/gn1Ila3ZIFzP+Pzv76YnliC0EtZQ==", + "version": "5.95.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.2.tgz", + "integrity": "sha512-/wGkvLj/st5Ud1Q76KF1uFxScV7WeqN1slQx5280ycwAyYkIPGaRZAEgHxe3bjirSd5Zpwkj6zNcR4cqYni/ZA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.91.2" + "@tanstack/query-core": "5.95.2" }, "funding": { "type": "github", diff --git a/dashboard/package.json b/dashboard/package.json index 57677a1..afb38f4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -16,7 +16,7 @@ "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", - "@tanstack/react-query": "^5.91.3", + "@tanstack/react-query": "^5.95.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.38.0",