From f5e53bf2192966480b43f40450f231ffe3738d64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 09:32:18 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 0481337b..ab48ed4a 100644 --- a/src/package.json +++ b/src/package.json @@ -88,7 +88,7 @@ "string2stream": "MitocGroup/string2stream", "sync-exec": "^0.6.x", "tar-stream": "^1.5.x", - "tmp": "^0.0.x" + "tmp": "^0.2.4" }, "optionalDependencies": { "aws-sdk": "^2.140.x"