From d736aab8bd9c7da22b5b95927940e26a89406c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:45:46 +0000 Subject: [PATCH] Bump tmp from 0.0.33 to 0.2.6 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...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 a3c2679..a1205b1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "moment": "^2.22.1", "morgan": "^1.9.0", "session-file-store": "^1.2.0", - "tmp": "0.0.33", + "tmp": "0.2.6", "winston": "^3.2.1", "winston-daily-rotate-file": "^3.6.0" },