From 1df4276549710c1af1c965c889555459956c1965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:14:43 +0000 Subject: [PATCH] chore(deps): bump tmp from 0.2.3 to 0.2.4 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:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aeeaf8925..66a96ca44 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "p-queue": "6.6.2", "strip-ansi": "5.2.0", "table": "6.9.0", - "tmp": "0.2.3", + "tmp": "0.2.4", "update-notifier": "5.1.0", "ws": "^8.18.2", "yargs": "17.7.2",