diff --git a/dist/index.js b/dist/index.js index 8a35b0a..2b89bca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28968,8 +28968,8 @@ const verifyCommit = (sha) => __awaiter(void 0, void 0, void 0, function* () { return repoShas.includes(sha); }); function run() { - var _a; return __awaiter(this, void 0, void 0, function* () { + var _a; try { const inputs = { token: core.getInput("token"), diff --git a/package-lock.json b/package-lock.json index e3601a6..3b4fa71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ "@actions/github": "~6.0.0" }, "devDependencies": { - "@types/node": "~20.10.5", + "@types/node": "~20.12.11", "@vercel/ncc": "~0.38.1", - "typescript": "~5.3.3" + "typescript": "~5.4.5" } }, "node_modules/@actions/core": { @@ -174,9 +174,9 @@ } }, "node_modules/@types/node": { - "version": "20.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", - "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", + "version": "20.12.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", + "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -218,9 +218,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 0040568..eeaa14e 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "@actions/github": "~6.0.0" }, "devDependencies": { - "@types/node": "~20.10.5", + "@types/node": "~20.12.11", "@vercel/ncc": "~0.38.1", - "typescript": "~5.3.3" + "typescript": "~5.4.5" } }