From ebebe3cb76bfc70b09f7dfeb67cf095c03758eca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2024 18:07:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5d1c57..a3d5b6e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lintfix": "npx eslint --fix *.js test" }, "dependencies": { - "tmp": "0.2.1", + "tmp": "0.2.2", "haraka-constants": "*", "haraka-utils": "*" },