diff --git a/package-lock.json b/package-lock.json index 28cc28e..77635f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "prettier": "^3.8.3", "rimraf": "^6.1.3", "ts-jest": "^29.2.5", - "typescript": "^5.6.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.59.1" }, "engines": { @@ -4737,9 +4737,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/package.json b/package.json index f1d05f9..696d7b8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prettier": "^3.8.3", "rimraf": "^6.1.3", "ts-jest": "^29.2.5", - "typescript": "^5.6.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.59.1" }, "dependencies": {