From b1dc76b80449af1b84de106b806be0e4bb80d359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Feb 2024 06:41:26 +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 91e2a72e3..63d1aee4d 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "sshpk": "^1.16.1", "tcp-port-used": "^1.0.2", "term-size": "^2.2.1", - "tmp": "^0.2.1", + "tmp": "^0.2.2", "tree-kill": "^1.2.2", "ts-node": "^9.0.0", "uuid": "^8.3.2",