From 5fa14127893920328ce9d9547989c748c7207427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:35:58 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.101.2 to 5.101.4 in /syncflow-ui Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.101.2 to 5.101.4. - [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.101.4/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.101.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 50d39fb..e88582b 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.101.4", "@xyflow/react": "^12.4.0", "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0", @@ -1720,9 +1720,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.101.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.4.tgz", + "integrity": "sha512-gNwcvOJcRbLWPOLG/2OBm+zM+Yv+MKsXKEOWC57USuZDEsI71hEErQsiEGx5wX9rzWWkfwM0fVSPoiIFSsxfiw==", "license": "MIT", "funding": { "type": "github", @@ -1730,12 +1730,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.101.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.4.tgz", + "integrity": "sha512-yRg2pfOCxIs4ZJW3XYYHU/WgtD04FHSnfHlpRT7h7pR77hwkdRG4wxbKe4aq6P0RvXUTBSQpQeadS1SUYUe+KA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.101.2" + "@tanstack/query-core": "5.101.4" }, "funding": { "type": "github", diff --git a/syncflow-ui/package.json b/syncflow-ui/package.json index 4995460..5472127 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.101.4", "@xyflow/react": "^12.4.0", "ag-grid-community": "^33.0.0", "ag-grid-react": "^33.0.0",