Skip to content

Commit

Permalink
deps(graphql-request)!: update graphql and graphql-request packages (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
GauthierD- committed Nov 21, 2023
1 parent ec69e13 commit a1b1977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit a1b1977

Please sign in to comment.