From 0108cef85befa6af9637df1a02785593167c1f34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Oct 2022 07:14:28 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 4.2.3 to 4.3.4 Snyk has created this PR to upgrade @tanstack/react-query from 4.2.3 to 4.3.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/jerensl/project/ed66072c-93d1-4313-b0a9-f218e0d80557?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 488de5c9..96880587 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@stitches/core": "^1.2.8", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/line-clamp": "^0.4.0", - "@tanstack/react-query": "^4.1.3", + "@tanstack/react-query": "^4.3.4", "@tanstack/react-query-devtools": "^4.2.1", "clsx": "^1.2.0", "date-fns": "^2.29.2", diff --git a/yarn.lock b/yarn.lock index e0aed89b..b2fee3a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3736,10 +3736,10 @@ dependencies: remove-accents "0.4.2" -"@tanstack/query-core@4.2.3": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.2.3.tgz#52d75430c9662cc85c160761c1421de483c7791f" - integrity sha512-zdt5lYWs1dZaA3IxJbCgtAfHZJScRZONpiLL7YkeOkrme5MfjQqTpjq7LYbzpyuwPOh2Jx68le0PLl57JFv5hQ== +"@tanstack/query-core@4.9.0": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.9.0.tgz#ffc057b664f952bf3d4925fd924a12403646f6a2" + integrity sha512-Vl0jAWJR3A1md0PoPMoEd6+H1dlRB5NqXDBNF+MZEgjQsR0Nly2kJgJj0Zh6eRDndnn7VlspxTWoOpt+dwDdAA== "@tanstack/react-query-devtools@^4.2.1": version "4.2.3" @@ -3750,13 +3750,12 @@ "@types/use-sync-external-store" "^0.0.3" use-sync-external-store "^1.2.0" -"@tanstack/react-query@^4.1.3": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.2.3.tgz#782fd0f84553ba6219f1137a12ea28ab8cd3a3f3" - integrity sha512-JLaMOxoJTkiAu7QpevRCt2uI/0vd3E8K/rSlCuRgWlcW5DeJDFpDS5kfzmLO5MOcD97fgsJRrDbxDORxR1FdJA== +"@tanstack/react-query@^4.3.4": + version "4.9.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.9.0.tgz#e0e8894b9b7415608c488d68793826113d61224d" + integrity sha512-M4utYjk9BRDUYbbprSsa0eExdC9NjqQ0deuHXYxQkT8l8BIVyw6yv02LQUGBdOnn/6w5xXFyQRG2slo+JhqeBg== dependencies: - "@tanstack/query-core" "4.2.3" - "@types/use-sync-external-store" "^0.0.3" + "@tanstack/query-core" "4.9.0" use-sync-external-store "^1.2.0" "@testing-library/cypress@^8.0.2":