From 2400791494c72609a7abfd109ca4b964019c6933 Mon Sep 17 00:00:00 2001 From: Jonathan Addington Date: Mon, 31 Mar 2025 13:56:01 -0400 Subject: [PATCH] Fix got package vulnerability (CVE-2022-33987) by adding override for version 11.8.5 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ccea027..5a30bfb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "ws": "^7.5.10", "nth-check": "^2.0.1", "body-parser": "^1.20.3", - "path-to-regexp": "^0.1.12" + "path-to-regexp": "^0.1.12", + "got": "^11.8.5" }, "resolutions": { "canvas": "2.9.3", @@ -39,7 +40,8 @@ "ws": "^7.5.10", "nth-check": "^2.0.1", "body-parser": "^1.20.3", - "path-to-regexp": "^0.1.12" + "path-to-regexp": "^0.1.12", + "got": "^11.8.5" }, "dependencies": { "bunyan": "^1.8.12",