From e5ddfe819ef83a27d3cc52a4c8180b4252f5d690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:01:13 +0000 Subject: [PATCH 1/2] chore: Bump tmp from 0.2.4 to 0.2.5 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.5. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e7e6bcb..46ab2930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@aws-sdk/client-ecs": "^3.883.0", - "tmp": "^0.2.4" + "tmp": "^0.2.5" }, "devDependencies": { "@vercel/ncc": "^0.38.3", @@ -5586,9 +5586,9 @@ } }, "node_modules/tmp": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", - "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "license": "MIT", "engines": { "node": ">=14.14" diff --git a/package.json b/package.json index 5f2b424c..aaba0908 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@aws-sdk/client-ecs": "^3.883.0", - "tmp": "^0.2.4" + "tmp": "^0.2.5" }, "devDependencies": { "@vercel/ncc": "^0.38.3", From 0b4454fe706610c5a72ad814fbb1e315bde147d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 9 Sep 2025 21:01:36 +0000 Subject: [PATCH 2/2] chore: Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b3416a25..78311ac9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32835,7 +32835,7 @@ function _resolvePath(name, tmpDir, cb) { cb(null, path.join(parentDir, path.basename(pathToResolve))); }); } else { - fs.realpath(path, cb); + fs.realpath(pathToResolve, cb); } }); }