From b6342b43602aefa6f6b739a2b168aeb9727f4142 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:26:03 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f5f752..1db5574 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@snyk/dep-graph": "^1.28.1", "shescape": "2.1.4", "snyk-poetry-lockfile-parser": "^1.9.0", - "tmp": "0.2.3" + "tmp": "0.2.4" }, "devDependencies": { "@types/jest": "^28.1.3",