Skip to content

Commit

Permalink
fix(deps): update dependency graphql-request to v5 (#4678)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency graphql-request to v5

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Sep 9, 2022
1 parent 939e07c commit 1b0988a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-tools_prisma-loader-4678-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-tools/prisma-loader": patch
---

dependencies updates:

- Updated dependency [`graphql-request@^5.0.0` ↗︎](https://www.npmjs.com/package/graphql-request/v/null) (from `^4.0.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"chalk": "^4.1.0",
"debug": "^4.3.1",
"dotenv": "^16.0.0",
"graphql-request": "^4.0.0",
"graphql-request": "^5.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5670,7 +5670,7 @@ cross-env@7.0.3:
dependencies:
cross-spawn "^7.0.1"

cross-fetch@3.1.5, cross-fetch@^3.0.4, cross-fetch@^3.0.6:
cross-fetch@3.1.5, cross-fetch@^3.0.4, cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
Expand Down Expand Up @@ -7724,12 +7724,13 @@ graphlib@^2.1.8:
dependencies:
lodash "^4.17.15"

graphql-request@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-4.0.0.tgz#5e4361d33df1a95ccd7ad23a8ebb6bbca9d5622f"
integrity sha512-cdqQLCXlBGkaLdkLYRl4LtkwaZU6TfpE7/tnUQFl3wXfUPWN74Ov+Q61VuIh+AltS789YfGB6whghmCmeXLvTw==
graphql-request@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.0.0.tgz#7504a807d0e11be11a3c448e900f0cc316aa18ef"
integrity sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==
dependencies:
cross-fetch "^3.0.6"
"@graphql-typed-document-node/core" "^3.1.1"
cross-fetch "^3.1.5"
extract-files "^9.0.0"
form-data "^3.0.0"

Expand Down

0 comments on commit 1b0988a

Please sign in to comment.