diff --git a/gui/package.json b/gui/package.json index c9e260dd..407f24f9 100644 --- a/gui/package.json +++ b/gui/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@radix-ui/react-slot": "^1.2.4", - "@tanstack/react-query": "^5.100.9", + "@tanstack/react-query": "^5.101.2", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", diff --git a/gui/pnpm-lock.yaml b/gui/pnpm-lock.yaml index dd439f4f..39e322d8 100644 --- a/gui/pnpm-lock.yaml +++ b/gui/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^1.2.4 version: 1.2.4(@types/react@19.2.14)(react@19.2.6) '@tanstack/react-query': - specifier: ^5.100.9 - version: 5.100.9(react@19.2.6) + specifier: ^5.101.2 + version: 5.101.2(react@19.2.6) '@xterm/addon-fit': specifier: ^0.11.0 version: 0.11.0 @@ -754,11 +754,11 @@ packages: peerDependencies: vite: ^5.2.0 || ^6 || ^7 || ^8 - '@tanstack/query-core@5.100.9': - resolution: {integrity: sha512-SJSFw1S8+kQ0+knv/XGfrbocWoAlT7vDKsSImtLx3ZPQmEcR46hkDjLSvynSy25N8Ms4tIEini1FuBd5k7IscQ==} + '@tanstack/query-core@5.101.2': + resolution: {integrity: sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==} - '@tanstack/react-query@5.100.9': - resolution: {integrity: sha512-Oa44XkaI3kCNN6ME0KByU3xT3SEUNOMfZpHxL6+wFoTm+OeUFYHKdeYVe0aOXlRDm/f15sgLwEt2HDorIdW8+A==} + '@tanstack/react-query@5.101.2': + resolution: {integrity: sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==} peerDependencies: react: ^18 || ^19 @@ -1892,6 +1892,10 @@ packages: resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} engines: {node: '>=14.14'} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} + engines: {node: '>=14.14'} + fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} @@ -4094,7 +4098,7 @@ snapshots: dependencies: cross-dirname: 0.1.0 debug: 4.4.3(supports-color@10.2.2) - fs-extra: 11.3.5 + fs-extra: 11.3.6 minimist: 1.2.8 postject: 1.0.0-alpha.6 transitivePeerDependencies: @@ -4521,11 +4525,11 @@ snapshots: tailwindcss: 4.3.0 vite: 8.0.11(@types/node@25.9.2)(jiti@2.7.0) - '@tanstack/query-core@5.100.9': {} + '@tanstack/query-core@5.101.2': {} - '@tanstack/react-query@5.100.9(react@19.2.6)': + '@tanstack/react-query@5.101.2(react@19.2.6)': dependencies: - '@tanstack/query-core': 5.100.9 + '@tanstack/query-core': 5.101.2 react: 19.2.6 '@tauri-apps/api@2.11.1': {} @@ -5819,6 +5823,13 @@ snapshots: jsonfile: 6.2.1 universalify: 2.0.1 + fs-extra@11.3.6: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.2.1 + universalify: 2.0.1 + optional: true + fs-extra@7.0.1: dependencies: graceful-fs: 4.2.11