refactor: upgrade graphql from 15.7.0 to 15.7.1 (#7706)

This commit is contained in:
Snyk bot
2022-01-03 14:56:55 +00:00
committed by GitHub
parent 410a1c74fb
commit d05fb9f2fa
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7448,9 +7448,9 @@
"dev": true
},
"graphql": {
"version": "15.7.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.0.tgz",
"integrity": "sha512-1jvUsS5mSzcgXLTQNQyrP7eKkBZW+HUnmx2LYSnfvkyseVpij8wwO/sFBGgxbkZ+zzFwYQxrHsOana5oMXmMxg=="
"version": "15.7.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.1.tgz",
"integrity": "sha512-x34S6gC0/peBZnlK60zCJox/d45A7p6At9oN9EPA3qhoIAlR4LNZmXRLkICBckwwTMJzVdA8cx3QIQZMOl606A=="
},
"graphql-extensions": {
"version": "0.15.0",

View File

@@ -33,7 +33,7 @@
"deepcopy": "2.1.0",
"express": "4.17.1",
"follow-redirects": "1.14.6",
"graphql": "15.7.0",
"graphql": "15.7.1",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.7.0",
"graphql-tag": "2.12.6",