From b48d64fcee548a568f396a2acf6d2c0fd9921c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:39:09 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query in /syncflow-ui Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.101.2 to 5.102.8. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.102.8/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.102.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- syncflow-ui/package-lock.json | 16 ++++++++-------- syncflow-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",