diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f374c01a43..1de404fc1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -904,8 +904,8 @@ importers: specifier: ^0.5.20 version: 0.5.20(tailwindcss@4.3.0) '@tanstack/react-query': - specifier: ^5.90.21 - version: 5.90.21(react@19.2.7) + specifier: ^5.101.2 + version: 5.101.2(react@19.2.7) '@xterm/addon-fit': specifier: ^0.11.0 version: 0.11.0 @@ -4551,11 +4551,11 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 || ^8 - '@tanstack/query-core@5.90.20': - resolution: {integrity: sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==} + '@tanstack/query-core@5.101.2': + resolution: {integrity: sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==} - '@tanstack/react-query@5.90.21': - resolution: {integrity: sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==} + '@tanstack/react-query@5.101.2': + resolution: {integrity: sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==} peerDependencies: react: ^19.2.7 @@ -11821,11 +11821,11 @@ snapshots: tailwindcss: 4.3.0 vite: 6.4.1(@types/node@22.19.21)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.0) - '@tanstack/query-core@5.90.20': {} + '@tanstack/query-core@5.101.2': {} - '@tanstack/react-query@5.90.21(react@19.2.7)': + '@tanstack/react-query@5.101.2(react@19.2.7)': dependencies: - '@tanstack/query-core': 5.90.20 + '@tanstack/query-core': 5.101.2 react: 19.2.7 '@testing-library/dom@10.4.1': diff --git a/ui/package.json b/ui/package.json index dea236a804..463bb9e685 100644 --- a/ui/package.json +++ b/ui/package.json @@ -49,7 +49,7 @@ "@paperclipai/hermes-paperclip-adapter": "workspace:*", "@radix-ui/react-slot": "^1.3.0", "@tailwindcss/typography": "^0.5.20", - "@tanstack/react-query": "^5.90.21", + "@tanstack/react-query": "^5.101.2", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "class-variance-authority": "^0.7.1",