Skip to content

Commit a4ac92e

Browse files
authored
Merge pull request #1003 from arduino/dependabot/npm_and_yarn/typescript-5.5.2
build(deps-dev): bump typescript from 5.4.5 to 5.5.2
2 parents ffbf9a9 + 6f90912 commit a4ac92e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
5050
});
5151
};
5252
Object.defineProperty(exports, "__esModule", ({ value: true }));
53-
exports.getTask = void 0;
53+
exports.getTask = getTask;
5454
const os = __importStar(__nccwpck_require__(2037));
5555
const path = __importStar(__nccwpck_require__(1017));
5656
const util = __importStar(__nccwpck_require__(3837));
@@ -209,7 +209,6 @@ function getTask(version, repoToken) {
209209
core.info(`Successfully setup Task version ${targetVersion}`);
210210
});
211211
}
212-
exports.getTask = getTask;
213212

214213

215214
/***/ }),

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"prettier": "^3.3.2",
4646
"strip-json-comments-cli": "^3.0.0",
4747
"ts-jest": "^28.0.8",
48-
"typescript": "^5.4.5"
48+
"typescript": "^5.5.2"
4949
}
5050
}

0 commit comments

Comments
 (0)