From e9d57bc2ff17bff02af7563543f9ff762484e396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 20:53:24 +0000 Subject: [PATCH] chore(deps-dev): bump tmp from 0.2.3 to 0.2.7 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 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.3...v0.2.7) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bc98ba76..0ebc3a6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "shx": "0.3.4", "sinon": "^13.0.1", "standard": "16.0.4", - "tmp": "0.2.3", + "tmp": "0.2.7", "ts-standard": "^11.0.0", "xvfb-maybe": "^0.2.1" } @@ -12292,11 +12292,10 @@ } }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.14" } @@ -22568,9 +22567,9 @@ } }, "tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz", + "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==", "dev": true }, "tmp-promise": { diff --git a/package.json b/package.json index 923a1042e..f60aad966 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "shx": "0.3.4", "sinon": "^13.0.1", "standard": "16.0.4", - "tmp": "0.2.3", + "tmp": "0.2.7", "ts-standard": "^11.0.0", "xvfb-maybe": "^0.2.1" },