diff --git a/package-lock.json b/package-lock.json index 9a15ae89..dcbdd453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "node-fetch": ">=3.3.1", "prettier": "2.8.5", "ts-jest": "^29.0.5", - "typescript": "^4.9.5" + "typescript": "^5.0.2" } }, "node_modules/@actions/core": { @@ -6582,16 +6582,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=12.20" } }, "node_modules/unbox-primitive": { @@ -11555,9 +11555,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index b32525a5..d38ded61 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "js-yaml": "^4.1.0", "prettier": "2.8.5", "ts-jest": "^29.0.5", - "typescript": "^4.9.5", + "typescript": "^5.0.2", "node-fetch": ">=3.3.1" } }