diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 84aee0e..3ebabf7 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -22,7 +22,7 @@ "expo-secure-store": "~15.0.8", "expo-status-bar": "~3.0.8", "i18next": "^26.0.3", - "react": "19.1.0", + "react": "19.2.4", "react-i18next": "^17.0.2", "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", @@ -34,7 +34,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^30.0.0", - "@types/react": "~19.1.10", + "@types/react": "~19.2.14", "babel-preset-expo": "^54.0.10", "jest": "^30.3.0", "ts-jest": "^29.4.9", @@ -4602,13 +4602,13 @@ } }, "node_modules/@types/react": { - "version": "19.1.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz", - "integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "devOptional": true, "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/stack-utils": { @@ -4744,9 +4744,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4761,9 +4758,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4778,9 +4772,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4795,9 +4786,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4812,9 +4800,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4829,9 +4814,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4846,9 +4828,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4863,9 +4842,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12971,9 +12947,9 @@ } }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/mobile/package.json b/mobile/package.json index 00ea152..0c93dd6 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -23,7 +23,7 @@ "expo-secure-store": "~15.0.8", "expo-status-bar": "~3.0.8", "i18next": "^26.0.3", - "react": "19.1.0", + "react": "19.2.4", "react-i18next": "^17.0.2", "react-native": "0.81.5", "react-native-gesture-handler": "~2.28.0", @@ -35,7 +35,7 @@ "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^30.0.0", - "@types/react": "~19.1.10", + "@types/react": "~19.2.14", "babel-preset-expo": "^54.0.10", "jest": "^30.3.0", "ts-jest": "^29.4.9",