From b4ecca5df37b327c30c31833b68aa4f9f6287ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 05:40:56 +0000 Subject: [PATCH] Bump tmp from 0.1.0 to 0.2.4 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.1.0 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.1.0...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 118e710..552cccd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express-method-override": "0.0.3", "morgan": "^1.9.1", "request": "2.88.0", - "tmp": "0.1.0", + "tmp": "0.2.4", "knex": "^0.19.5", "pg": "^4.5.7" }