From 89392037e38f3a9cd3da98339205e4d62944730d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 21:59:40 -0500 Subject: [PATCH] Build(deps): bump graphql from 15.5.0 to 15.5.1 (#6776) Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 15.5.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v15.5.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e5ab9dbe66e8..d68d3b2016538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "glob": "^7.1.7", "global-agent": "^2.2.0", "got": "11.8.2", - "graphql": "^15.5.0", + "graphql": "^15.5.1", "graphql-tag": "^2.12.5", "ioredis": "4.27.6", "joi": "17.4.1", @@ -15591,9 +15591,9 @@ "dev": true }, "node_modules/graphql": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz", - "integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", + "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==", "engines": { "node": ">= 10.x" } @@ -44315,9 +44315,9 @@ "dev": true }, "graphql": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz", - "integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==" + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", + "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==" }, "graphql-compose": { "version": "7.25.1", diff --git a/package.json b/package.json index 1b7846ea93d33..f62ff4db14e6a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "glob": "^7.1.7", "global-agent": "^2.2.0", "got": "11.8.2", - "graphql": "^15.5.0", + "graphql": "^15.5.1", "graphql-tag": "^2.12.5", "ioredis": "4.27.6", "joi": "17.4.1",