diff --git a/frontend/sac-mobile/package.json b/frontend/sac-mobile/package.json index c2e8bca91..f4ee38701 100644 --- a/frontend/sac-mobile/package.json +++ b/frontend/sac-mobile/package.json @@ -17,7 +17,7 @@ "dependencies": { "@expo/vector-icons": "^14.0.0", "@react-navigation/native": "^6.0.2", - "@tanstack/react-query": "^5.18.1", + "@tanstack/react-query": "^5.24.8", "axios": "^1.6.7", "clsx": "^2.1.0", "eslint": "^8.56.0", diff --git a/frontend/sac-mobile/yarn.lock b/frontend/sac-mobile/yarn.lock index 4c169d37a..9c0bad783 100644 --- a/frontend/sac-mobile/yarn.lock +++ b/frontend/sac-mobile/yarn.lock @@ -2218,17 +2218,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.24.1": - version "5.24.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.24.1.tgz#d40928dec22b47df97fb2648e8c499772e8d7eb2" - integrity sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg== +"@tanstack/query-core@5.24.8": + version "5.24.8" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.24.8.tgz#b407546a726ecd4d60b8682dec2ca84ac9eab81e" + integrity sha512-yH7KnfXMf10p1U5GffTQzFi2Miiw6WJZImGYGdV7eqa5ZbKO8qVx9lOA9SfhIaJXomrMp1Yz5w/CBhVM3yWeTA== -"@tanstack/react-query@^5.18.1": - version "5.24.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.24.1.tgz#bcb913febe0d813cec1fda7783298d07aa998b20" - integrity sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g== +"@tanstack/react-query@^5.24.8": + version "5.24.8" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.24.8.tgz#9de1423a710bcdfce90df82acaf494659edb6221" + integrity sha512-jB3JS9SzDmBySk9VVOTPt/0ixWEb3K3dy9IExlVl/1NouY3N7HzAqG/1d4m6E9eFfKJoLvA/hBksaLu0lw627A== dependencies: - "@tanstack/query-core" "5.24.1" + "@tanstack/query-core" "5.24.8" "@tootallnate/once@2": version "2.0.0"