From 80c465ecf251393c33ec321a0885cf17df886028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 10:12:43 +0000 Subject: [PATCH] Bump graphql from 15.5.1 to 15.7.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 15.7.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v15.7.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development 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 59a8fb3..95ec820 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "dotenv-cli": "^4.0.0", - "graphql": "^15.5.1", + "graphql": "^15.7.2", "graphql-request": "^3.4.0", "rimraf": "^3.0.2" } diff --git a/yarn.lock b/yarn.lock index 1b1de29..eedab25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2282,10 +2282,10 @@ graphql-request@^3.4.0: extract-files "^9.0.0" form-data "^3.0.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== +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== har-schema@^2.0.0: version "2.0.0"