From a1b1977245e1433c83558117d37eada567cabc9b Mon Sep 17 00:00:00 2001 From: Gauthier Deroo Date: Tue, 21 Nov 2023 17:18:41 +0100 Subject: [PATCH] deps(graphql-request)!: update graphql and graphql-request packages (#664) We have to update these packages because there are issues with Node LTS(20.9.0) if we do not update packages BREAKING CHANGE: Changes to underlying dependencies that this library depends on --- packages/graphql-request/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql-request/package.json b/packages/graphql-request/package.json index b025ed3d3..edb5234ca 100644 --- a/packages/graphql-request/package.json +++ b/packages/graphql-request/package.json @@ -41,8 +41,8 @@ "@golevelup/nestjs-common": "^2.0.0", "@golevelup/nestjs-discovery": "^4.0.0", "@golevelup/nestjs-modules": "^0.7.0", - "graphql": "^15.6.1", - "graphql-request": "^3.5.0" + "graphql": "^16.8.1", + "graphql-request": "^6.1.0" }, "jest": { "moduleFileExtensions": [