From 81c15c7e11541d747a1b9d8c51e722839cf548e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:09:19 +0000 Subject: [PATCH] Bump typescript from 5.4.5 to 5.5.2 (#230) * Bump typescript from 5.4.5 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add files via upload --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini --- dist/index.js | 3 +-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dist/index.js b/dist/index.js index 08b3c6c2..c9f64ee2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2754,7 +2754,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.run = void 0; +exports.run = run; const core = __importStar(__nccwpck_require__(186)); const fs_1 = __importDefault(__nccwpck_require__(147)); const util_1 = __importDefault(__nccwpck_require__(837)); @@ -2780,7 +2780,6 @@ async function run() { core.setFailed(error.message); } } -exports.run = run; /***/ }), diff --git a/package-lock.json b/package-lock.json index a31139d7..6d3b3771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "^3.3.2", "prettier-eslint": "^16.3.0", "ts-jest": "^29.1.5", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "engines": { "node": ">=16" @@ -6732,9 +6732,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", diff --git a/package.json b/package.json index 7c9a99d6..52d11e2c 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,6 @@ "prettier": "^3.3.2", "prettier-eslint": "^16.3.0", "ts-jest": "^29.1.5", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } \ No newline at end of file