diff --git a/package-lock.json b/package-lock.json index 538ee08..ae1f7f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@react-native-vector-icons/ionicons": "^12.4.2", "@react-navigation/native": "^7.1.33", "@react-navigation/stack": "^7.8.4", - "@tanstack/react-query": "^5.96.1", + "@tanstack/react-query": "^5.101.2", "babel-preset-expo": "~56.0.0", "expo": "~56.0.15", "expo-build-properties": "~56.0.22", @@ -4546,9 +4546,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz", - "integrity": "sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==", + "version": "5.101.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz", + "integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==", "license": "MIT", "funding": { "type": "github", @@ -4556,12 +4556,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.0.tgz", - "integrity": "sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==", + "version": "5.101.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz", + "integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.99.0" + "@tanstack/query-core": "5.101.2" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 96dbac5..29915c2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@react-native-vector-icons/ionicons": "^12.4.2", "@react-navigation/native": "^7.1.33", "@react-navigation/stack": "^7.8.4", - "@tanstack/react-query": "^5.96.1", + "@tanstack/react-query": "^5.101.2", "babel-preset-expo": "~56.0.0", "expo": "~56.0.15", "expo-build-properties": "~56.0.22",