Skip to content

Commit

Permalink
Merge pull request #1003 from arduino/dependabot/npm_and_yarn/typescr…
Browse files Browse the repository at this point in the history
…ipt-5.5.2

build(deps-dev): bump typescript from 5.4.5 to 5.5.2
  • Loading branch information
per1234 authored Jun 21, 2024
2 parents ffbf9a9 + 6f90912 commit a4ac92e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -209,7 +209,6 @@ function getTask(version, repoToken) {
core.info(`Successfully setup Task version ${targetVersion}`);
});
}
exports.getTask = getTask;


/***/ }),
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit a4ac92e

Please sign in to comment.