From 93ca4071f13c75723ab2d0242563696290dc9298 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 20:23:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:st:20140206 - https://snyk.io/vuln/npm:st:20171013 - https://snyk.io/vuln/npm:negotiator:20160616 - https://snyk.io/vuln/npm:mime:20170907 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f367c6babc4..9034d97436c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ms": "^0.7.1", "npmconf": "0.0.24", "optional": "^0.1.3", - "st": "0.2.4", + "st": "1.2.2", "stream-buffers": "^3.0.1", "tap": "^5.7.0" },