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':