fix: upgrade graphql-relay from 0.6.0 to 0.7.0 (#7443)

Snyk has created this PR to upgrade graphql-relay from 0.6.0 to 0.7.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
This commit is contained in:
Snyk bot
2021-06-24 08:24:26 +03:00
committed by GitHub
parent d8dc524c08
commit 770e36ff43
2 changed files with 4 additions and 19 deletions

21
package-lock.json generated
View File

@@ -2884,11 +2884,6 @@
"dev": true,
"optional": true
},
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
},
"async-retry": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz",
@@ -6511,19 +6506,9 @@
"integrity": "sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q=="
},
"graphql-relay": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.6.0.tgz",
"integrity": "sha512-OVDi6C9/qOT542Q3KxZdXja3NrDvqzbihn1B44PH8P/c5s0Q90RyQwT6guhGqXqbYEH6zbeLJWjQqiYvcg2vVw==",
"requires": {
"prettier": "^1.16.0"
},
"dependencies": {
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew=="
}
}
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.7.0.tgz",
"integrity": "sha512-P8eS3IbZRhbfbcfud1Q6VPrIru4hchkb15MuOij+WQo9r0chD5NBIxiVjuRE2iG2EMHxIOrZb8LnMe82+YdITA=="
},
"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.6.0",
"graphql-relay": "0.7.0",
"graphql-tag": "2.12.4",
"graphql-upload": "11.0.0",
"intersect": "1.0.1",