diff --git a/package-lock.json b/package-lock.json index 19a68d5..84b8712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react": "^18.3.1", "react-native": "^0.75.3", "react-test-renderer": "^18.2.0", - "typescript": "^4.9.5", + "typescript": "^5.6.2", "typescript-eslint": "^8.8.0" } }, @@ -13752,16 +13752,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typescript-eslint": { diff --git a/package.json b/package.json index 478860f..6ba6c27 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "^18.3.1", "react-native": "^0.75.3", "react-test-renderer": "^18.2.0", - "typescript": "^4.9.5", + "typescript": "^5.6.2", "typescript-eslint": "^8.8.0" }, "dependencies": {