From 1c0bb50a79668489245c0408344e81971234e1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:51:51 +0000 Subject: [PATCH] build(deps): bump tmp from 0.0.33 to 0.2.4 in /backend Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 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.33...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 0be8c03f4..be911470e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -67,7 +67,7 @@ "strip-combining-marks": "^1.0.0", "threads": "^1.7.0", "tlds": "^1.221.1", - "tmp": "0.0.33", + "tmp": "0.2.4", "tsconfig-paths": "^3.9.0", "twemoji": "^12.1.4", "typeorm": "^0.3.17",