diff --git a/econoflow-mobile/package-lock.json b/econoflow-mobile/package-lock.json index 26365701..8ddf1e90 100644 --- a/econoflow-mobile/package-lock.json +++ b/econoflow-mobile/package-lock.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^7.2.5", "@react-navigation/native-stack": "^7.16.0", "@sentry/react-native": "~8.14.0", - "@tanstack/react-query": "^5.100.14", + "@tanstack/react-query": "^5.101.0", "@types/react": "^19.2.15", "@types/react-native": "^0.72.8", "axios": "^1.17.0", @@ -3689,9 +3689,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.14.tgz", - "integrity": "sha512-5X41dGpxgeaHISCRW2oYwcSycZeULZzAunaudXT9ov1KOTj9xwt0CH6hbwqP1/z74ZWF7rYFnDpyYH07XFcZew==", + "version": "5.101.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz", + "integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==", "license": "MIT", "funding": { "type": "github", @@ -3699,12 +3699,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.14.tgz", - "integrity": "sha512-oOr6aRdSFEwWhzxEkD/9ZcItM3+LjBSkeVmadWKwUssAHTsqd/7bOjWrX4AbvEkoEhgAxzN0Xk6H/aYzXiYBAw==", + "version": "5.101.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.0.tgz", + "integrity": "sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.100.14" + "@tanstack/query-core": "5.101.0" }, "funding": { "type": "github", diff --git a/econoflow-mobile/package.json b/econoflow-mobile/package.json index d50abb80..0e037f57 100644 --- a/econoflow-mobile/package.json +++ b/econoflow-mobile/package.json @@ -10,7 +10,7 @@ "@react-navigation/native": "^7.2.5", "@react-navigation/native-stack": "^7.16.0", "@sentry/react-native": "~8.14.0", - "@tanstack/react-query": "^5.100.14", + "@tanstack/react-query": "^5.101.0", "@types/react": "^19.2.15", "@types/react-native": "^0.72.8", "axios": "^1.17.0",