Skip to content

Commit

Permalink
pin undici v5.28.1 because it supports Node.js v16
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 26, 2023
1 parent e2bf8fe commit ffa2a37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "undici"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit ffa2a37

Please sign in to comment.