Bump graphql from 15.5.0 to 15.6.1 (#7293)

Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 15.6.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v15.6.1)

---
updated-dependencies:
- dependency-name: graphql
  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-10-13 13:19:46 +01:00 committed by GitHub
parent 33dbfbe94f
commit 91b37ad9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -28683,9 +28683,9 @@
"dev": true
},
"graphql": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
"integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==",
"version": "15.6.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==",
"dev": true
},
"graphql-request": {

View File

@ -138,7 +138,7 @@
"css-loader": "^5.2.6",
"dotenv": "^8.2.0",
"github-api": "^3.4.0",
"graphql": "^15.4.0",
"graphql": "^15.6.1",
"graphql-request": "^3.1.0",
"husky": "^7.0.1",
"jasmine-ajax": "4.0.0",