From c1d9a83b27a5341ea1f6de3beb6179be4debf7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 23:05:07 +0000 Subject: [PATCH] Bump graphql from 15.5.0 to 15.7.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 15.7.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v15.7.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... 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..9380c4b 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.7.2", "graphql-tools": "^7.0.3", "pg": "^8.4.0", "reflect-metadata": "^0.1.10", diff --git a/yarn.lock b/yarn.lock index cfeaf9b..267793d 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.7.2: + version "15.7.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef" + integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A== has-ansi@^2.0.0: version "2.0.0"