From 24c44e76191273791b4fec9e1f9554578dff70fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 06:25:12 +0000 Subject: [PATCH] chore(deps): bump graphql from 15.5.3 to 15.6.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.3 to 15.6.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.3...v15.6.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26f9c45b0..6ddf37012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "cross-env": "^7.0.2", "express": "^4.16.4", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^15.6.1", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "mastani-codehighlight": "0.0.7", @@ -11308,8 +11308,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", + "integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==", "engines": { "node": ">= 10.x" } @@ -31309,8 +31310,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==" + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", + "integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==" }, "graphql-request": { "version": "3.5.0", diff --git a/package.json b/package.json index f00a54c21..494c9fcab 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "cross-env": "^7.0.2", "express": "^4.16.4", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^15.6.1", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "mastani-codehighlight": "0.0.7",