From f116c0797bfe07d713d17ea93406946f58bdf488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 08:15:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 691f07e..948dbf2 100644 --- a/package.json +++ b/package.json @@ -49,10 +49,10 @@ "javascript-natural-sort": "^0.7.1", "lodash": "^4.17.11", "miniq": "^1.0.1", - "tmp": "0.0.33", + "tmp": "0.2.4", "trash": "^4.3.0", "walk-sync": "^0.3.3", - "snyk": "^1.192.4" + "snyk": "^1.996.0" }, "devDependencies": { "chai": "^4.1.2",