From c3902558a3bb5e80b2ce6b200267e316f6dcdd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:17:47 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.17.9 to 5.22.2 in /frontend/sac-mobile Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.17.9 to 5.22.2. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.22.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/sac-mobile/package.json | 2 +- frontend/sac-mobile/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/sac-mobile/package.json b/frontend/sac-mobile/package.json index e6a3c77d8..026e09da2 100644 --- a/frontend/sac-mobile/package.json +++ b/frontend/sac-mobile/package.json @@ -18,7 +18,7 @@ "@clerk/clerk-expo": "^0.20.5", "@expo/vector-icons": "^13.0.0", "@react-navigation/native": "^6.1.10", - "@tanstack/react-query": "^5.17.9", + "@tanstack/react-query": "^5.22.2", "clsx": "^2.1.0", "eslint-config-prettier": "^9.1.0", "expo": "~50.0.6", diff --git a/frontend/sac-mobile/yarn.lock b/frontend/sac-mobile/yarn.lock index abd16dac7..853d7700f 100644 --- a/frontend/sac-mobile/yarn.lock +++ b/frontend/sac-mobile/yarn.lock @@ -2746,17 +2746,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.17.9": - version "5.17.9" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.17.9.tgz#1dac85c7c674bdfd132fe7cd5cb898921000bdcf" - integrity sha512-8xcvpWIPaRMDNLMvG9ugcUJMgFK316ZsqkPPbsI+TMZsb10N9jk0B6XgPk4/kgWC2ziHyWR7n7wUhxmD0pChQw== +"@tanstack/query-core@5.22.2": + version "5.22.2" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.22.2.tgz#af67d41b0b4a3e846c2325f32540f39ca0d4788d" + integrity sha512-z3PwKFUFACMUqe1eyesCIKg3Jv1mysSrYfrEW5ww5DCDUD4zlpTKBvUDaEjsfZzL3ULrFLDM9yVUxI/fega1Qg== -"@tanstack/react-query@^5.17.9": - version "5.17.9" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.17.9.tgz#74826465c1b2ecde17c6d2f1d03f10b611ac2363" - integrity sha512-M5E9gwUq1Stby/pdlYjBlL24euIVuGbWKIFCbtnQxSdXI4PgzjTSdXdV3QE6fc+itF+TUvX/JPTKIwq8yuBXcg== +"@tanstack/react-query@^5.22.2": + version "5.22.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.22.2.tgz#e5fce278fbdd026fc1d561a4505142b9f93549d7" + integrity sha512-TaxJDRzJ8/NWRT4lY2jguKCrNI6MRN+67dELzPjNUlvqzTxGANlMp68l7aC7hG8Bd1uHNxHl7ihv7MT50i/43A== dependencies: - "@tanstack/query-core" "5.17.9" + "@tanstack/query-core" "5.22.2" "@tootallnate/once@2": version "2.0.0"