From cd5f5b5c02af84a8d7a1a36bc723f99b59371ad9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Sep 2021 09:14:45 +0000 Subject: [PATCH] feat: upgrade graphql from 14.6.0 to 15.5.2 Snyk has created this PR to upgrade graphql from 14.6.0 to 15.5.2. See this package in npm: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/acinader/project/953c8e1a-a9ef-4134-afbe-43474913abbb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 001f81eab1..39a95c5bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8251,12 +8251,9 @@ } }, "graphql": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.6.0.tgz", - "integrity": "sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==", - "requires": { - "iterall": "^1.2.2" - } + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.2.tgz", + "integrity": "sha512-dZjLPWNQqYv0dqV2RNbiFed0LtSp6yd4jchsDGnuhDKa9OQHJYCfovaOEvY91w9gqbYO7Se9LKDTl3xxYva/3w==" }, "graphql-config": { "version": "2.0.1", diff --git a/package.json b/package.json index ad52053d9c..14cfb8393d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "create-react-class": "15.7.0", "csurf": "1.11.0", "express": "4.17.1", - "graphql": "14.6.0", + "graphql": "15.5.2", "graphql-playground-react": "1.7.20", "history": "4.10.1", "immutable": "4.0.0-rc.9",