From ffa2a37477aaef04511bbfc5866bf08ccb46770c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 26 Dec 2023 17:35:25 +0100 Subject: [PATCH] pin undici v5.28.1 because it supports Node.js v16 Signed-off-by: Matteo Collina --- .github/dependabot.yml | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfa7fa6c..e7e7b8f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + ignore: + - dependency-name: "undici" diff --git a/package.json b/package.json index ddebc0b3..37688019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mercurius", - "version": "13.3.2", + "version": "13.3.3", "description": "Fastify GraphQL adapter with subscription support", "main": "index.js", "types": "index.d.ts", @@ -70,7 +70,7 @@ "secure-json-parse": "^2.7.0", "single-user-cache": "^0.6.0", "tiny-lru": "^11.0.0", - "undici": "^6.0.1", + "undici": "5.28.1", "ws": "^8.2.2" }, "tsd": {