fix: upgrade graphql from 15.5.2 to 15.5.3 (#7596)

Snyk has created this PR to upgrade graphql from 15.5.2 to 15.5.3.

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

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

Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
Snyk bot
2021-09-30 04:49:13 +02:00
committed by GitHub
parent c9633c1566
commit bcbc035627
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.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.2.tgz",
"integrity": "sha512-dZjLPWNQqYv0dqV2RNbiFed0LtSp6yd4jchsDGnuhDKa9OQHJYCfovaOEvY91w9gqbYO7Se9LKDTl3xxYva/3w=="
"version": "15.5.3",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.3.tgz",
"integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA=="
},
"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.2",
"graphql": "15.5.3",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.8.0",
"graphql-tag": "2.12.5",