From 73428f94a6211ee36fc7a0fb6fa697f7ee505e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 23:07:16 +0000 Subject: [PATCH] Bump graphql from 15.5.0 to 15.5.1 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) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7777ad..e695b33 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bcryptjs": "^2.4.3", "express": "^4.17.1", "express-session": "^1.17.1", - "graphql": "^15.5.0", + "graphql": "^15.5.1", "graphql-tools": "^7.0.3", "pg": "^8.4.0", "reflect-metadata": "^0.1.10", diff --git a/yarn.lock b/yarn.lock index cfeaf9b..7489a88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2477,10 +2477,10 @@ graphql-ws@3.1.0: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-3.1.0.tgz#cd09d385a21ab88af4c226da79c19351df9b27e8" integrity sha512-zbex3FSiFz0iRgfkzDNWpOY/sYWoX+iZ5XUhakaDwOh99HSuk8rPt5suuxdXUVzEg5TGQ9rwzNaz/+mTPtS0yg== -graphql@*, graphql@^15.3.0, graphql@^15.5.0: - version "15.5.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5" - integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA== +graphql@*, graphql@^15.3.0, graphql@^15.5.1: + version "15.5.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad" + integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw== has-ansi@^2.0.0: version "2.0.0"