fix: upgrade graphql from 15.5.3 to 15.6.0 (#7612)

This commit is contained in:
Snyk bot
2021-10-12 09:42:38 +02:00
committed by GitHub
parent 85ef7217b0
commit 407ed6ee36
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6470,9 +6470,9 @@
"dev": true
},
"graphql": {
"version": "15.5.3",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.3.tgz",
"integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA=="
"version": "15.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz",
"integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ=="
},
"graphql-extensions": {
"version": "0.15.0",

View File

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