refactor: upgrade graphql from 15.6.0 to 15.6.1 (#7696)

This commit is contained in:
Snyk bot
2021-11-14 04:14:21 +01:00
committed by GitHub
parent 426ccdc8f3
commit 251ff0ef71
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7476,9 +7476,9 @@
"dev": true
},
"graphql": {
"version": "15.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz",
"integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ=="
"version": "15.6.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw=="
},
"graphql-extensions": {
"version": "0.15.0",

View File

@@ -33,7 +33,7 @@
"deepcopy": "2.1.0",
"express": "4.17.1",
"follow-redirects": "1.14.4",
"graphql": "15.6.0",
"graphql": "15.6.1",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.9.0",
"graphql-tag": "2.12.5",