From 05be76a80374e15a333be81993a1cdc3e98d44f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:05:40 +0000 Subject: [PATCH] Bump graphql from 15.4.0 to 15.5.1 in /backend Bumps [graphql](https://github.com/graphql/graphql-js) from 15.4.0 to 15.5.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index b9ec4b5f..7b50bfd8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -26,7 +26,7 @@ "express": "~4.17.1", "express-bearer-token": "^2.4.0", "google-auth-library": "^6.1.3", - "graphql": "^15.4.0", + "graphql": "^15.5.1", "http-errors": "~1.8.0", "jsonwebtoken": "^8.5.1", "mongoose": "^5.11.17", diff --git a/backend/yarn.lock b/backend/yarn.lock index dcf574cc..bded1fd9 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2668,10 +2668,10 @@ graphql-upload@^8.0.2: http-errors "^1.7.3" object-path "^0.11.4" -graphql@^15.3.0, graphql@^15.4.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347" - integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA== +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== growly@^1.3.0: version "1.3.0"