From 784eae6c1b75af9fe0a49d250bb6031d6b60c572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:44:30 +0000 Subject: [PATCH] Bump tmp from 0.1.0 to 0.2.6 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.1.0 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.1.0...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 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..f0cfdf1 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.6", "knex": "^0.19.5", "pg": "^4.5.7" }