From 250570a122d3e3b3669dcc0f8c89ab12dc8f1a38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 23:21:19 +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 2dbc77f..2dcf3f4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "apollo-server-express": "^2.2.6", "compression": "^1.7.3", "express": "^4.16.4", - "got": "^9.3.2", + "got": "^11.8.5", "graphql": "^14.0.2" }, "devDependencies": {