From c6bb58377f466adc6b94b8f1f83abbb1329c90a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:48:45 +0000 Subject: [PATCH] chore(deps-dev): bump tmp from 0.0.33 to 0.2.4 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce5f03b..0e0caaa 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "rimraf": "^2.6.3", "standard": "^17.1.2", "tape": "~4.6.2", - "tmp": "0.0.33" + "tmp": "0.2.4" }, "license": "ISC" }