From 487ba0b5bd3aa3b80e4c215c48d408f2ffdc20d3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 16 Dec 2022 06:52:43 -0500 Subject: [PATCH] *Ensure we only use node-fetch 2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b5746cb..ed98184 100644 --- a/package.json +++ b/package.json @@ -77,5 +77,8 @@ "supports-color": "https://github.com/LumeWeb/supports-color.git", "typescript": "^4.9.4" }, - "packageManager": "yarn@4.0.0-rc.33" + "packageManager": "yarn@4.0.0-rc.33", + "resolutions": { + "*/node-fetch": "2" + } }