From 7123124e77119a26a046c7dfee72d1b22859c13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Mar 2018 02:32:58 +0000 Subject: [PATCH] Bump graphql from 0.13.1 to 0.13.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v0.13.1...v0.13.2) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 581ee26..2f6b3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cthulhu-public", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4914,9 +4914,9 @@ "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" }, "graphql": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-0.13.1.tgz", - "integrity": "sha512-awNp3LTrQ7dJDSX3p3PBuxNDC+WFSOrWeV6+l4Xeh2PQJVOFyQ9SZPonXRz2WZc7aIxLZsf2nDZuuuc0qyEq/A==", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz", + "integrity": "sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==", "requires": { "iterall": "1.2.2" } diff --git a/package.json b/package.json index c1747f8..169e17b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "errorhandler": "^1.5.0", "express": "^4.16.3", "express-jwt": "^5.3.1", - "graphql": "^0.13.1", + "graphql": "^0.13.2", "graphql-iso-date": "^3.5.0", "graphql-request": "^1.5.1", "graphql-tools": "^2.23.0",