Skip to content

Commit c32694e

Browse files
fix: upgrade @tanstack/react-query from 4.41.0 to 4.42.0 (#6338)
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 <khanhtc1202@gmail.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent d7db136 commit c32694e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@mui/icons-material": "^7.3.4",
6868
"@mui/material": "^7.3.3",
6969
"@primer/octicons-react": "^14.2.2",
70-
"@tanstack/react-query": "4.41.0",
70+
"@tanstack/react-query": "4.42.0",
7171
"@tanstack/react-query-devtools": "4.42.0",
7272
"@types/dagre": "^0.7.53",
7373
"@types/yup": "^0.29.14",

web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,10 +1376,10 @@
13761376
superjson "^1.10.0"
13771377
use-sync-external-store "^1.2.0"
13781378

1379-
"@tanstack/react-query@4.41.0":
1380-
version "4.41.0"
1381-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.41.0.tgz#58beffba97093d1ca4c44cdf4912074559498933"
1382-
integrity sha512-4/euCZAv8zeaB5P/nQiySzB0JHM3tiraU9KjSvSlJAX7oIE9uPDZlHCkDg/bHYNXewzvsg0FtOMq0VUq8XMMOQ==
1379+
"@tanstack/react-query@4.42.0":
1380+
version "4.42.0"
1381+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.42.0.tgz#a4d2527713e841c71a4a4b3f9412bb98ea5eec59"
1382+
integrity sha512-j0tiofkzE3CSrYKmVRaKuwGgvCE+P2OOEDlhmfjeZf5ufcuFHwYwwgw3j08n4WYPVZ+OpsHblcFYezhKA3jDwg==
13831383
dependencies:
13841384
"@tanstack/query-core" "4.41.0"
13851385
use-sync-external-store "^1.2.0"

0 commit comments

Comments
 (0)