From 5d076172a4845489e872099def41b276a950e08d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:57:49 +0000 Subject: [PATCH] fix(deps): update dependency @tanstack/react-query to v4.29.17 --- yarn.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5544ba46..c7ef01ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4741,17 +4741,18 @@ dependencies: mini-svg-data-uri "^1.2.3" -"@tanstack/query-core@4.29.15": - version "4.29.15" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.15.tgz#6f8721341dbece517326a8e402d29ea3365538a8" - integrity sha512-Recc1d5rjHesKhzlH3Aw66v+vQxtB9OHEXP/vxgEcEJ0DwEpfe3EQ4id20vuBJHY2XRjfgWGmUs6ZgK6PSsTXA== +"@tanstack/query-core@4.29.17": + version "4.29.17" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.17.tgz#bbef3a30190732ae3554187702f6e34c5caaefd8" + integrity sha512-iDbO8yZOpm1lqgq6L8mpxGbKaoiyZSjthxEB3WGU7mNPYss9q4H3Q67+e2xXGwkemEVmtEX/WwvtFitrvVU8TA== "@tanstack/react-query@^4.29.12": - version "4.29.15" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.15.tgz#83598e46964185199c59757e6b9c63c15eff81c1" - integrity sha512-1zDkv95ljuJ623hhbYU8YIprPW2x6774kh3IQNEuZav62+S+Zr26uUOrE2zGRp9I1uO5Liw/0uYB3dWXQP5+3Q== + version "4.29.17" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.17.tgz#bfd5da849bb7fd1b66eb9d47853ee030864a435e" + integrity sha512-udOy/jgqiBHBAP93YPAU3QoVYO+Rtx9HT/10xGDQzC8iQU/wIxcIaT/usX+1NSzoUFYU5hUcPaNErPWZnR7XgA== dependencies: - "@tanstack/query-core" "4.29.15" + "@tanstack/query-core" "4.29.17" + client-only "0.0.1" use-sync-external-store "^1.2.0" "@testing-library/dom@^8.3.0":