From 0fb4e7d1351796eb21126f3764ffe52ddbc85ed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 09:24:25 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 4.41.0 to 4.42.0 Snyk has created this PR to upgrade @tanstack/react-query from 4.41.0 to 4.42.0. See this package in yarn: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr Signed-off-by: khanhtc1202 --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 8a10d36dcc..47b0d0a634 100644 --- a/web/package.json +++ b/web/package.json @@ -67,7 +67,7 @@ "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.3", "@primer/octicons-react": "^14.2.2", - "@tanstack/react-query": "4.41.0", + "@tanstack/react-query": "4.42.0", "@tanstack/react-query-devtools": "4.42.0", "@types/dagre": "^0.7.53", "@types/yup": "^0.29.14", diff --git a/web/yarn.lock b/web/yarn.lock index 4c3d65b630..79b879294d 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1376,10 +1376,10 @@ superjson "^1.10.0" use-sync-external-store "^1.2.0" -"@tanstack/react-query@4.41.0": - version "4.41.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.41.0.tgz#58beffba97093d1ca4c44cdf4912074559498933" - integrity sha512-4/euCZAv8zeaB5P/nQiySzB0JHM3tiraU9KjSvSlJAX7oIE9uPDZlHCkDg/bHYNXewzvsg0FtOMq0VUq8XMMOQ== +"@tanstack/react-query@4.42.0": + version "4.42.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.42.0.tgz#a4d2527713e841c71a4a4b3f9412bb98ea5eec59" + integrity sha512-j0tiofkzE3CSrYKmVRaKuwGgvCE+P2OOEDlhmfjeZf5ufcuFHwYwwgw3j08n4WYPVZ+OpsHblcFYezhKA3jDwg== dependencies: "@tanstack/query-core" "4.41.0" use-sync-external-store "^1.2.0"