From 388ffca1a1f79f156fda8694d9a1b5c5d658882f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:11:13 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query from 5.99.0 to 5.99.2 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.99.0 to 5.99.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.99.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.99.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/frontend/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dashboard/frontend/package.json b/dashboard/frontend/package.json index 071eca505..2465c4494 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.99.2", "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..89ce8b43d 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.99.2 + version: 5.99.2(react@19.2.5) highlight.js: specifier: ^11.10.0 version: 11.11.1 @@ -3725,11 +3725,11 @@ packages: '@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/query-core@5.99.2': + resolution: {integrity: sha512-1HunU0bXVsR1ZJMZbcOPE6VtaBJxsW809RE9xPe4Gz7MlB0GWwQvuTPhMoEmQ/hIzFKJ/DWAuttIe7BOaWx0tA==} - '@tanstack/react-query@5.99.0': - resolution: {integrity: sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==} + '@tanstack/react-query@5.99.2': + resolution: {integrity: sha512-vM91UEe45QUS9ED6OklsVL15i8qKcRqNwpWzPTVWvRPRSEgDudDgHpvyTjcdlwHcrKNa80T+xXYcchT2noPnZA==} peerDependencies: react: ^18 || ^19 @@ -8356,11 +8356,11 @@ snapshots: '@tanstack/query-core@5.90.16': {} - '@tanstack/query-core@5.99.0': {} + '@tanstack/query-core@5.99.2': {} - '@tanstack/react-query@5.99.0(react@19.2.5)': + '@tanstack/react-query@5.99.2(react@19.2.5)': dependencies: - '@tanstack/query-core': 5.99.0 + '@tanstack/query-core': 5.99.2 react: 19.2.5 '@testing-library/dom@10.4.1':