From 852f4418584b7a994bba243151d156c23c6b46d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:15:24 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query from 5.99.0 to 5.100.5 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.99.0 to 5.100.5. - [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.100.5/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.100.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/frontend/package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dashboard/frontend/package.json b/dashboard/frontend/package.json index 071eca505..d2451632b 100644 --- a/dashboard/frontend/package.json +++ b/dashboard/frontend/package.json @@ -40,7 +40,7 @@ "@fireproof/vendor": "^3.0.0", "@monaco-editor/react": "^4.7.0", "@tailwindcss/container-queries": "^0.1.1", - "@tanstack/react-query": "^5.99.0", + "@tanstack/react-query": "^5.100.5", "highlight.js": "^11.10.0", "i": "^0.3.7", "jose": "^6.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d5c14232..59937e5e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1404,8 +1404,8 @@ importers: specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.19(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/react-query': - specifier: ^5.99.0 - version: 5.99.0(react@19.2.5) + specifier: ^5.100.5 + version: 5.100.5(react@19.2.5) highlight.js: specifier: ^11.10.0 version: 11.11.1 @@ -3722,14 +3722,14 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 || ^8 + '@tanstack/query-core@5.100.5': + resolution: {integrity: sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==} + '@tanstack/query-core@5.90.16': resolution: {integrity: sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==} - '@tanstack/query-core@5.99.0': - resolution: {integrity: sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==} - - '@tanstack/react-query@5.99.0': - resolution: {integrity: sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==} + '@tanstack/react-query@5.100.5': + resolution: {integrity: sha512-aNwj1mi2v2bQ9IxkyR1grLOUkv3BYWoykHy9KDyLNbjC3tsahbOHJibK+Wjtr1wRhG59/AvJhiJG5OlthaCgJA==} peerDependencies: react: ^18 || ^19 @@ -8354,13 +8354,13 @@ snapshots: tailwindcss: 4.2.2 vite: 8.0.8(@types/node@25.6.0)(esbuild@0.28.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - '@tanstack/query-core@5.90.16': {} + '@tanstack/query-core@5.100.5': {} - '@tanstack/query-core@5.99.0': {} + '@tanstack/query-core@5.90.16': {} - '@tanstack/react-query@5.99.0(react@19.2.5)': + '@tanstack/react-query@5.100.5(react@19.2.5)': dependencies: - '@tanstack/query-core': 5.99.0 + '@tanstack/query-core': 5.100.5 react: 19.2.5 '@testing-library/dom@10.4.1':