From 5dfb8bcd3cb47d409e100d0c45ddc07d7c358c45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 03:20:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bf21a3..7130feb 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": "^9.5.1" }, "devDependencies": { "eslint": "^4.17.0"