diff --git a/syncflow-ui/package-lock.json b/syncflow-ui/package-lock.json index 3e66e48..c59e371 100644 --- a/syncflow-ui/package-lock.json +++ b/syncflow-ui/package-lock.json @@ -15,7 +15,7 @@ "@mantine/notifications": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0", - "@tanstack/react-query": "^5.62.0", + "@tanstack/react-query": "^5.102.8", "@xyflow/react": "^12.4.0", "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0", @@ -1745,9 +1745,9 @@ } }, "node_modules/@tanstack/query-core": { - "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==", + "version": "5.102.8", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.8.tgz", + "integrity": "sha512-ZNjkJ33CqvPNec/6lZBnHqLc3EVGPZ9ySLhYahU9TcuRFdmwXewuj0c4hwSWcGHqEUwcSrKeZ+oGcvPBqXcQcg==", "license": "MIT", "funding": { "type": "github", @@ -1755,12 +1755,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.101.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz", - "integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==", + "version": "5.102.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.102.8.tgz", + "integrity": "sha512-TYBea4OuXWD7MhaSHq069TWbFe7rcwWN6kzT7JF0OKi1K6c1gTv2IzD6A6ExJsCMozdkqBWeuIUZmu4KQg0O5A==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.101.2" + "@tanstack/query-core": "5.102.8" }, "funding": { "type": "github", diff --git a/syncflow-ui/package.json b/syncflow-ui/package.json index 0f80aaf..2da49cb 100644 --- a/syncflow-ui/package.json +++ b/syncflow-ui/package.json @@ -18,7 +18,7 @@ "@mantine/notifications": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0", - "@tanstack/react-query": "^5.62.0", + "@tanstack/react-query": "^5.102.8", "@xyflow/react": "^12.4.0", "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0",