From 540c1c802bf7dd53c578431795dad438bca34453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Jul 2025 14:41:42 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 4.36.1 to 4.39.2 Snyk has created this PR to upgrade @tanstack/react-query from 4.36.1 to 4.39.2. 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: t-kikuc --- web/package.json | 2 +- web/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/package.json b/web/package.json index dab2e62a65..2e1dbd7679 100644 --- a/web/package.json +++ b/web/package.json @@ -68,7 +68,7 @@ "@mui/material": "^7.1.1", "@primer/octicons-react": "^14.2.2", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "4", + "@tanstack/react-query": "4.39.2", "@tanstack/react-query-devtools": "4.39.1", "@types/dagre": "^0.7.52", "@types/yup": "^0.29.14", diff --git a/web/yarn.lock b/web/yarn.lock index 34f77da024..e1b7625b37 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1372,10 +1372,10 @@ dependencies: remove-accents "0.5.0" -"@tanstack/query-core@4.36.1": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524" - integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA== +"@tanstack/query-core@4.39.2": + version "4.39.2" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.39.2.tgz#6269a1fb4d545ffebca3cff08cc07951c139d241" + integrity sha512-Crxng4rNDcN6bbppM/P8WiUR6JoGHY+5jJJjU7em1nJ6IUd88+AZpFAWz9ANQKL4GZOQ2CGzWEkuTL7o+rzvIw== "@tanstack/react-query-devtools@4.39.1": version "4.39.1" @@ -1386,12 +1386,12 @@ superjson "^1.10.0" use-sync-external-store "^1.2.0" -"@tanstack/react-query@4": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2" - integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw== +"@tanstack/react-query@4.39.2": + version "4.39.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.39.2.tgz#9e7ab8a3f452a08750ad51fd211418f53fe63c08" + integrity sha512-SFoKo96R5HaT9o6Y5yZ2fK02+kNQr6gCyv0GIEluGZ0pcXEnIW2E06lrGuVUtUQ/o606efOYh7nl/ePpus0Q+Q== dependencies: - "@tanstack/query-core" "4.36.1" + "@tanstack/query-core" "4.39.2" use-sync-external-store "^1.2.0" "@testing-library/dom@^8.0.0":