From ece579ff168c10ced2b02f662e545b34d593397c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jun 2022 00:45:29 +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 9bf21a3..c57cbc5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/k3rn31p4nic/node-trivia-api/issues" }, "dependencies": { - "got": "^8.1.0" + "got": "^11.8.5" }, "devDependencies": { "eslint": "^4.17.0"