From de9840f98cfff6e8f06c4c96e1ed2a26755d3cd9 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 9 Oct 2020 13:07:26 +0200 Subject: [PATCH] chore(graphql): removing node-fetch dependnecy --- plugins/graphql/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/graphql/package.json b/plugins/graphql/package.json index edd3f2782e..6fa210f33e 100644 --- a/plugins/graphql/package.json +++ b/plugins/graphql/package.json @@ -30,7 +30,6 @@ "express-promise-router": "^3.0.3", "graphql": "^15.3.0", "helmet": "^4.0.0", - "node-fetch": "^2.6.0", "reflect-metadata": "^0.1.13", "winston": "^3.2.1", "yn": "^4.0.0"