From c3ff9951e781c946284bc71944a97fd000bb72df Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:33 +0000 Subject: [PATCH 1/2] fix(package): update graphql to version 14.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91e8a41b9a..f773381456 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "create-react-class": "15.6.3", "csurf": "1.10.0", "express": "4.17.1", - "graphql": "14.3.1", + "graphql": "14.5.0", "graphql-playground-react": "1.7.20", "history": "4.9.0", "immutable": "4.0.0-rc.9", From 618a6111f71f30b14f29c32e9c047caa6695c325 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:43 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5160960d34..79d5db9a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6451,9 +6451,9 @@ } }, "graphql": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.3.1.tgz", - "integrity": "sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==", + "version": "14.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz", + "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==", "requires": { "iterall": "^1.2.2" }