From c11ba7a8986dc2581d4e99b0d1983533eff9a96b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 20:31:01 +0000 Subject: [PATCH] fix: cli/packages/prisma-yml/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- cli/packages/prisma-yml/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/packages/prisma-yml/package.json b/cli/packages/prisma-yml/package.json index c6ef7adc2b..d3906123e5 100644 --- a/cli/packages/prisma-yml/package.json +++ b/cli/packages/prisma-yml/package.json @@ -28,10 +28,10 @@ "debug": "^3.1.0", "dotenv": "^4.0.0", "fs-extra": "^5.0.0", - "graphql-request": "^1.5.0", + "graphql-request": "^2.0.0", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.1", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "js-yaml": "^3.10.0", "json-stable-stringify": "^1.0.1", "jsonwebtoken": "^8.1.0",