diff --git a/.github/actions/auth/package-lock.json b/.github/actions/auth/package-lock.json index 5d5b3144..4a03cca2 100644 --- a/.github/actions/auth/package-lock.json +++ b/.github/actions/auth/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "^25.4.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }, "node_modules/@actions/core": { @@ -116,9 +116,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/.github/actions/auth/package.json b/.github/actions/auth/package.json index 736ae1f4..279a2b7e 100644 --- a/.github/actions/auth/package.json +++ b/.github/actions/auth/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@types/node": "^25.4.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } } \ No newline at end of file diff --git a/.github/actions/auth/tsconfig.json b/.github/actions/auth/tsconfig.json index 00f852d6..b6d3ecbd 100644 --- a/.github/actions/auth/tsconfig.json +++ b/.github/actions/auth/tsconfig.json @@ -6,7 +6,8 @@ "esModuleInterop": true, "strict": true, "rootDir": "src", - "outDir": "dist" + "outDir": "dist", + "types": ["node"] }, "include": [ "src/**/*.ts"