Skip to content

Commit

Permalink
chore(deps): bump graphql-request from 3.1.0 to 3.2.0 (#2112)
Browse files Browse the repository at this point in the history
Bumps [graphql-request](https://github.com/prisma/graphql-request) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/prisma/graphql-request/releases)
- [Commits](jasonkuhrt/graphql-request@3.1.0...3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2020
1 parent fcfcdbe commit 2250e3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"fs-extra": "9.0.1",
"graphql-request": "^3.1.0",
"graphql-request": "^3.2.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5107,7 +5107,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

cross-fetch@3.0.6, cross-fetch@^3.0.5:
cross-fetch@3.0.6, cross-fetch@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
integrity sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==
Expand Down Expand Up @@ -7323,12 +7323,12 @@ graphql-extensions@^0.12.5:
apollo-server-env "^2.4.5"
apollo-server-types "^0.6.0"

graphql-request@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-3.1.0.tgz#c487488a1aa7b9a0f02335026b4ec897d645f9d4"
integrity sha512-Flg2Bd4Ek9BDJ5qacZC/iYuiS3LroHxQTmlUnfqjo/6jKwowY25FVtoLTnssMCBrYspRYEYEIfF1GN8J3/o5JQ==
graphql-request@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-3.2.0.tgz#d356bbea6dc496ab7969aa0892a0ba9ac938a347"
integrity sha512-s4zIfQsDkGUv5ECCkGq55Png7hJjFBV7PMIadB403VDaXv0T1RThPSRgZM1hiKgB420rOItkR5BDQ3vPvaAWqw==
dependencies:
cross-fetch "^3.0.5"
cross-fetch "^3.0.6"
extract-files "^9.0.0"
form-data "^3.0.0"

Expand Down

0 comments on commit 2250e3f

Please sign in to comment.