diff --git a/dist/index.js b/dist/index.js index 527d2ab..84f80af 100644 --- a/dist/index.js +++ b/dist/index.js @@ -39,7 +39,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }); }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.getArduinoLint = void 0; +exports.getArduinoLint = getArduinoLint; // Load tempDirectory before it gets wiped by tool-cache let tempDirectory = process.env["RUNNER_TEMP"] || ""; const os = __importStar(__nccwpck_require__(2037)); @@ -86,7 +86,6 @@ function getArduinoLint(version) { return path.join(toolPath, "arduino-lint"); }); } -exports.getArduinoLint = getArduinoLint; function downloadRelease(version) { return __awaiter(this, void 0, void 0, function* () { // Download diff --git a/package-lock.json b/package-lock.json index 3aad632..b88c5bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "nock": "^13.5.4", "prettier": "^3.3.2", "ts-jest": "^28.0.8", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "node_modules/@actions/core": { @@ -5646,9 +5646,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", @@ -10081,9 +10081,9 @@ "dev": true }, "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 }, "undici": { diff --git a/package.json b/package.json index 03162aa..902acc4 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "nock": "^13.5.4", "prettier": "^3.3.2", "ts-jest": "^28.0.8", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }