Bump graphql-request from 3.7.0 to 5.0.0 (#7810)

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

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

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

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] 2022-09-12 20:35:28 +02:00 committed by GitHub
parent 7a797d3ae0
commit 4db08e3d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -30588,12 +30588,13 @@
"dev": true
},
"graphql-request": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.7.0.tgz",
"integrity": "sha512-dw5PxHCgBneN2DDNqpWu8QkbbJ07oOziy8z+bK/TAXufsOLaETuVO4GkXrbs0WjhdKhBMN3BkpN/RIvUHkmNUQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-5.0.0.tgz",
"integrity": "sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==",
"dev": true,
"requires": {
"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"
}

View File

@ -159,7 +159,7 @@
"eslint-plugin-unicorn": "^43.0.1",
"github-api": "^3.4.0",
"graphql": "^16.6.0",
"graphql-request": "^3.7.0",
"graphql-request": "^5.0.0",
"husky": "^7.0.4",
"jasmine-ajax": "4.0.0",
"jasmine-core": "4.1.1",