diff --git a/package-lock.json b/package-lock.json index 78b6910..4493aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "ts-jest": "^26.5.4", - "typescript": "^4.2.3" + "typescript": "^5.8.3" } }, "node_modules/@actions/core": { @@ -10355,14 +10355,16 @@ } }, "node_modules/typescript": { - "version": "4.2.3", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -17637,7 +17639,9 @@ } }, "typescript": { - "version": "4.2.3" + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==" }, "unbox-primitive": { "version": "1.0.0", diff --git a/package.json b/package.json index 131b6cd..017e7cd 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", "ts-jest": "^26.5.4", - "typescript": "^4.2.3" + "typescript": "^5.8.3" } }