diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bf031eb..38c7d5e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -48,7 +48,7 @@ "postcss-simple-vars": "^7.0.1", "prettier": "3.5.3", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "^6" } }, "node_modules/@alloc/quick-lru": { @@ -7847,9 +7847,9 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index f827958..d8da2c2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,6 +50,6 @@ "postcss-simple-vars": "^7.0.1", "prettier": "3.5.3", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "^6" } }