From a881f1900df943e18f187d4242d23561b192ccbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:37:42 +0000 Subject: [PATCH] chore(deps-dev): bump tmp from 0.2.1 to 0.2.6 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 54fd34fa3aee17..a352a7906863a4 100644 --- a/package.json +++ b/package.json @@ -307,7 +307,7 @@ "terser": "5.39.1", "terser-webpack-plugin": "5.3.10", "through2": "4.0.2", - "tmp": "0.2.1", + "tmp": "0.2.6", "ts-jest": "29.4.5", "ts-loader": "9.4.2", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index b2e66256a2a602..4e4b4cec375b24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19507,12 +19507,10 @@ tldts@^6.1.32: dependencies: tldts-core "^6.1.86" -tmp@0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" - integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== - dependencies: - rimraf "^3.0.0" +tmp@0.2.6, tmp@^0.2.3, tmp@~0.2.1, tmp@~0.2.3: + version "0.2.6" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.6.tgz#0dfac10fd09a9319288eb0e8f0ed524604e183b4" + integrity sha512-5sJPdPjfI5Kx+qbrDesxkglRBxW//g7hCsqspEjwkewGvBMGIKMOTKzLt1hFVJzyadba3lDUN20O9qhvbQUSTA== tmp@^0.0.33: version "0.0.33" @@ -19521,11 +19519,6 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" -tmp@^0.2.3, tmp@~0.2.1, tmp@~0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae" - integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== - tmpl@1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"