From 8ebf2e5103157d89d08e875da1e29f14c7abd3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 06:46:01 +0000 Subject: [PATCH] Bump tmp from 0.0.28 to 0.2.4 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.28 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.28...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 058fb021d23..1d9ddb93df9 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "testcafe-reporter-spec": "^2.1.1", "testcafe-reporter-xunit": "^2.1.0", "time-limit-promise": "^1.0.2", - "tmp": "0.0.28", + "tmp": "0.2.4", "tree-kill": "^1.1.0", "typescript": "^3.3.3" },