diff --git a/console/package-lock.json b/console/package-lock.json index 44905d6c..081237a9 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^9.0.0", - "@tanstack/react-query": "5.99.2", + "@tanstack/react-query": "5.101.2", "@uiw/react-codemirror": "^4.25.9", "@xterm/addon-clipboard": "^0.2.0", "i18next": "^25.6.3", @@ -1433,9 +1433,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.2.tgz", - "integrity": "sha512-1HunU0bXVsR1ZJMZbcOPE6VtaBJxsW809RE9xPe4Gz7MlB0GWwQvuTPhMoEmQ/hIzFKJ/DWAuttIe7BOaWx0tA==", + "version": "5.101.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz", + "integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==", "license": "MIT", "funding": { "type": "github", @@ -1443,12 +1443,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.99.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.2.tgz", - "integrity": "sha512-vM91UEe45QUS9ED6OklsVL15i8qKcRqNwpWzPTVWvRPRSEgDudDgHpvyTjcdlwHcrKNa80T+xXYcchT2noPnZA==", + "version": "5.101.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz", + "integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.99.2" + "@tanstack/query-core": "5.101.2" }, "funding": { "type": "github", diff --git a/console/package.json b/console/package.json index 0f3747b8..d56ada6f 100644 --- a/console/package.json +++ b/console/package.json @@ -19,7 +19,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^9.0.0", - "@tanstack/react-query": "5.99.2", + "@tanstack/react-query": "5.101.2", "@uiw/react-codemirror": "^4.25.9", "@xterm/addon-clipboard": "^0.2.0", "i18next": "^25.6.3",