Skip to content

Commit 6f44304

Browse files
dependabot[bot]GitHub Actionsamazreech
authored
chore: Bump tmp from 0.2.4 to 0.2.5 (#415)
* 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](raszi/node-tmp@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] <support@github.com> * chore: Update dist --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <runner@runnervmf4ws1.kmusrrbtkyxulm0zfhyauikn0a.phxx.internal.cloudapp.net> Co-authored-by: Reecha Khanal <136762730+amazreech@users.noreply.github.com>
1 parent cbed19f commit 6f44304

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32835,7 +32835,7 @@ function _resolvePath(name, tmpDir, cb) {
3283532835
cb(null, path.join(parentDir, path.basename(pathToResolve)));
3283632836
});
3283732837
} else {
32838-
fs.realpath(path, cb);
32838+
fs.realpath(pathToResolve, cb);
3283932839
}
3284032840
});
3284132841
}

package-lock.json

Lines changed: 4 additions & 4 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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@actions/core": "^1.11.1",
2929
"@aws-sdk/client-ecs": "^3.883.0",
30-
"tmp": "^0.2.4"
30+
"tmp": "^0.2.5"
3131
},
3232
"devDependencies": {
3333
"@vercel/ncc": "^0.38.4",

0 commit comments

Comments
 (0)