Bump graphql-request from 3.4.0 to 3.6.1 (#7334)

Bumps [graphql-request](https://github.com/prisma/graphql-request) from 3.4.0 to 3.6.1.
- [Release notes](https://github.com/prisma/graphql-request/releases)
- [Commits](https://github.com/prisma/graphql-request/compare/3.4.0...3.6.1)

---
updated-dependencies:
- dependency-name: graphql-request
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-01 14:16:47 +00:00 committed by GitHub
parent 94d909c3ab
commit 5aa4aa853f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -24887,9 +24887,9 @@
"integrity": "sha512-re7UdjE5UnwdrovyhNzZ6gathI4Rs3KGCBSc8HCIjUo5hO42CtzyblmWLj6QWVw7huHyDMfpKxhiO2II77nhDw=="
},
"cross-fetch": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz",
"integrity": "sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz",
"integrity": "sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==",
"dev": true,
"requires": {
"node-fetch": "2.6.1"
@ -28689,9 +28689,9 @@
"dev": true
},
"graphql-request": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.4.0.tgz",
"integrity": "sha512-acrTzidSlwAj8wBNO7Q/UQHS8T+z5qRGquCQRv9J1InwR01BBWV9ObnoE+JS5nCCEj8wSGS0yrDXVDoRiKZuOg==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.6.1.tgz",
"integrity": "sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==",
"dev": true,
"requires": {
"cross-fetch": "^3.0.6",

View File

@ -139,7 +139,7 @@
"dotenv": "^8.2.0",
"github-api": "^3.4.0",
"graphql": "^15.6.1",
"graphql-request": "^3.1.0",
"graphql-request": "^3.6.1",
"husky": "^7.0.1",
"jasmine-ajax": "4.0.0",
"jasmine-core": "~2.8.0",