diff --git a/package-lock.json b/package-lock.json index 47bb6c4..fc08217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "18.3.1", "react-router-dom": "6.20.0", "react-scripts": "5.0.1", - "typescript": "4.9.5", + "typescript": "5.7.3", "web-vitals": "3.5.0" }, "devDependencies": { @@ -17520,15 +17520,15 @@ } }, "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.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 93f0e86..c79436d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-dom": "18.3.1", "react-router-dom": "6.20.0", "react-scripts": "5.0.1", - "typescript": "4.9.5", + "typescript": "5.7.3", "web-vitals": "3.5.0" }, "homepage": "https://ossf.github.io/scorecard-visualizer",