From fc98bd94e15315a5173368f6109794cb16e2004d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 19:12:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8368be49c127..81877d5e0f8b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express-rate-limit": "^5.1.3", "flat": "^5.0.0", "github-slugger": "^1.2.1", - "got": "^9.6.0", + "got": "^11.8.5", "gray-matter": "^4.0.1", "helmet": "^3.21.2", "html-entities": "^1.2.1",