From 9c94d4af825c97b616949e4090768b7f4aa99a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:15:23 +0000 Subject: [PATCH] Bump tmp from 0.2.3 to 0.2.4 in /setup-ssh Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup-ssh/package.json | 2 +- setup-ssh/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup-ssh/package.json b/setup-ssh/package.json index bbe92c2159..4c30b0d85a 100644 --- a/setup-ssh/package.json +++ b/setup-ssh/package.json @@ -42,7 +42,7 @@ "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", - "tmp": "^0.2.3", + "tmp": "^0.2.4", "ts-jest": "^29.2.5", "typescript": "5.6.3" }, diff --git a/setup-ssh/yarn.lock b/setup-ssh/yarn.lock index 89377fdc0d..c5018eddad 100644 --- a/setup-ssh/yarn.lock +++ b/setup-ssh/yarn.lock @@ -3758,10 +3758,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -tmp@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae" - integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== +tmp@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13" + integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ== tmpl@1.0.5: version "1.0.5"