From 2d567f6664507d13e94e0803fde5dd2701bf4915 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2019 06:55:26 +0000 Subject: [PATCH] chore: upgrade graphql from 14.5.7 to 14.5.8 Snyk has created this PR to upgrade graphql from 14.5.7 to 14.5.8. See this package in NPM: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/cds-snc/project/046259b8-042d-430c-aec4-97d5aaffb892?utm_source=github&utm_medium=upgrade-pr --- api/package-lock.json | 6 +++--- api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 1fc6160ca..0fa0a59c2 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -3972,9 +3972,9 @@ "dev": true }, "graphql": { - "version": "14.5.7", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.7.tgz", - "integrity": "sha512-as410RMJSUFqF8RcH2QWxZ5ioqHzsH9VWnWbaU+UnDXJ/6azMDIYPrtXCBPXd8rlunEVb7W8z6fuUnNHMbFu9A==", + "version": "14.5.8", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.8.tgz", + "integrity": "sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==", "requires": { "iterall": "^1.2.2" } diff --git a/api/package.json b/api/package.json index bfbf4d179..fdb733e93 100644 --- a/api/package.json +++ b/api/package.json @@ -23,7 +23,7 @@ "dotenv-safe": "^8.1.0", "express": "^4.17.1", "express-graphql": "^0.9.0", - "graphql": "^14.5.7", + "graphql": "^14.5.8", "graphql-custom-types": "^1.5.1", "graphql-upload": "^8.0.7", "lodash.unionby": "^4.8.0",