From 20f8d890d987425675828d62d1a2a11989ad8d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 15:56:33 +0000 Subject: [PATCH] fix(deps): bump tmp from 0.2.3 to 0.2.5 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.5. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1028f84..c59a57b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "chalk": "^4.1.2", "lodash": "^4.17.21", "shelljs": "^0.9.2", - "tmp": "^0.2.3", + "tmp": "^0.2.5", "winston": "^3.17.0" }, "bin": { @@ -19803,9 +19803,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "license": "MIT", "engines": { "node": ">=14.14" diff --git a/package.json b/package.json index bfdaa29..93cfe82 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "chalk": "^4.1.2", "lodash": "^4.17.21", "shelljs": "^0.9.2", - "tmp": "^0.2.3", + "tmp": "^0.2.5", "winston": "^3.17.0" }, "devDependencies": {