fix: upgrade graphql-relay from 0.7.0 to 0.8.0 (#7467)

Snyk has created this PR to upgrade graphql-relay from 0.7.0 to 0.8.0.

See this package in npm:
https://www.npmjs.com/package/graphql-relay

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Manuel Trezza <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
Snyk bot
2021-07-23 16:05:31 +03:00
committed by GitHub
parent 470382253d
commit 9923cd3869
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6479,9 +6479,9 @@
"integrity": "sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q=="
},
"graphql-relay": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.7.0.tgz",
"integrity": "sha512-P8eS3IbZRhbfbcfud1Q6VPrIru4hchkb15MuOij+WQo9r0chD5NBIxiVjuRE2iG2EMHxIOrZb8LnMe82+YdITA=="
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.8.0.tgz",
"integrity": "sha512-NU7CkwNxPzkqpBgv76Cgycrc3wmWVA2K5Sxm9DHSSLLuQTpaSRAUsX1sf2gITf+XQpkccsv56/z0LojXTyQbUw=="
},
"graphql-subscriptions": {
"version": "1.2.1",

View File

@@ -35,7 +35,7 @@
"follow-redirects": "1.14.1",
"graphql": "15.5.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.7.0",
"graphql-relay": "0.8.0",
"graphql-tag": "2.12.4",
"graphql-upload": "11.0.0",
"intersect": "1.0.1",