diff --git a/package-lock.json b/package-lock.json index 054a87f..03b39d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-config-next": "^15.5.16", "postcss": "^8", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "^6" } }, "node_modules/@alloc/quick-lru": { @@ -8190,10 +8190,11 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index a013ef2..a0c891d 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "eslint-config-next": "^15.5.16", "postcss": "^8", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "^6" } }