fix: peer dependency mismatch for GraphQL dependencies (#7934)

This commit is contained in:
Marvin ROGER
2022-04-11 15:55:11 +02:00
committed by Manuel Trezza
parent f47d58471e
commit 0a6faa81fa
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7507,9 +7507,9 @@
"dev": true
},
"graphql": {
"version": "15.7.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.1.tgz",
"integrity": "sha512-x34S6gC0/peBZnlK60zCJox/d45A7p6At9oN9EPA3qhoIAlR4LNZmXRLkICBckwwTMJzVdA8cx3QIQZMOl606A=="
"version": "15.8.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz",
"integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw=="
},
"graphql-executor": {
"version": "0.0.18",

View File

@@ -34,7 +34,7 @@
"deepcopy": "2.1.0",
"express": "4.17.2",
"follow-redirects": "1.14.8",
"graphql": "15.7.1",
"graphql": "15.8.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.7.0",
"graphql-tag": "2.12.6",