From 5b12eaa6192408ba1fa1a08a03e2f417bf0ef5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:37:00 +0000 Subject: [PATCH] Bump tmp from 0.2.4 to 0.2.7 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.7. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.7) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d63ebcd57..3ba2e0b41 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "semver": "^7.5.2", "source-map-support": "^0.5.21", "tarjan-graph": "^2.0.0", - "tmp": "^0.2.4", + "tmp": "^0.2.7", "ts-loader": "^5.3.1", "ts-mockito": "^2.6.1", "tslint": "^5.14.0", diff --git a/yarn.lock b/yarn.lock index 41a61ffe5..992deaf55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4144,10 +4144,10 @@ tmp@0.0.29: dependencies: os-tmpdir "~1.0.1" -tmp@^0.2.1, 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== +tmp@^0.2.1, tmp@^0.2.7: + version "0.2.7" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.7.tgz#26f4db11d1601ce8012dcb8a798ece1c06a99059" + integrity sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw== to-object-path@^0.3.0: version "0.3.0"