diff --git a/dist/index.js b/dist/index.js index 77ca6922..addcf699 100644 --- a/dist/index.js +++ b/dist/index.js @@ -50,7 +50,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getTask = void 0; +exports.getTask = getTask; const os = __importStar(__nccwpck_require__(2037)); const path = __importStar(__nccwpck_require__(1017)); const util = __importStar(__nccwpck_require__(3837)); @@ -209,7 +209,6 @@ function getTask(version, repoToken) { core.info(`Successfully setup Task version ${targetVersion}`); }); } -exports.getTask = getTask; /***/ }), diff --git a/package-lock.json b/package-lock.json index 7387efcc..c6f7722d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "prettier": "^3.3.2", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^28.0.8", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9517,9 +9517,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -16841,9 +16841,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index ccbb4e52..96cc2485 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "prettier": "^3.3.2", "strip-json-comments-cli": "^3.0.0", "ts-jest": "^28.0.8", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }