diff --git a/ui/mobile/package-lock.json b/ui/mobile/package-lock.json index 683d69d8..185cc339 100644 --- a/ui/mobile/package-lock.json +++ b/ui/mobile/package-lock.json @@ -16,7 +16,7 @@ "axios": "^1.15.2", "expo": "~55.0.4", "expo-status-bar": "~55.0.4", - "react": "19.2.0", + "react": "19.2.7", "react-dom": "19.2.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.30.0", @@ -35,7 +35,7 @@ "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^13.3.3", "@types/jest": "^30.0.0", - "@types/react": "~19.2.2", + "@types/react": "~19.2.17", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.56.1", "babel-preset-expo": "^55.0.10", @@ -4959,9 +4959,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -14735,9 +14735,9 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/ui/mobile/package.json b/ui/mobile/package.json index d00ded5e..a4b15874 100644 --- a/ui/mobile/package.json +++ b/ui/mobile/package.json @@ -19,7 +19,7 @@ "axios": "^1.15.2", "expo": "~55.0.4", "expo-status-bar": "~55.0.4", - "react": "19.2.0", + "react": "19.2.7", "react-dom": "19.2.6", "react-native": "0.85.2", "react-native-gesture-handler": "~2.30.0", @@ -38,7 +38,7 @@ "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^13.3.3", "@types/jest": "^30.0.0", - "@types/react": "~19.2.2", + "@types/react": "~19.2.17", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.56.1", "babel-preset-expo": "^55.0.10",