refactor: upgrade graphql from 15.6.1 to 15.7.0 (#7704)

This commit is contained in:
Snyk bot
2021-11-17 13:28:34 +01:00
committed by GitHub
parent 251ff0ef71
commit ae99b92809
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.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw=="
"version": "15.7.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.0.tgz",
"integrity": "sha512-1jvUsS5mSzcgXLTQNQyrP7eKkBZW+HUnmx2LYSnfvkyseVpij8wwO/sFBGgxbkZ+zzFwYQxrHsOana5oMXmMxg=="
},
"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.1",
"graphql": "15.7.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.9.0",
"graphql-tag": "2.12.5",