diff --git a/package-lock.json b/package-lock.json index 3acd52c..016a638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "scrollen": "^0.0.2", "tailwind-merge": "2.5.2", "tailwindcss": "3.4.10", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "devDependencies": { "eslint-config-prettier": "9.1.0", @@ -7131,10 +7131,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", - "license": "Apache-2.0", + "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" diff --git a/package.json b/package.json index 858bf44..5c76bfc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "scrollen": "^0.0.2", "tailwind-merge": "2.5.2", "tailwindcss": "3.4.10", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "devDependencies": { "eslint-config-prettier": "9.1.0",