From cba60ff6a1c27b091b6154252e23917abf00a3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:15:52 +0000 Subject: [PATCH] Bump graphql from 15.5.1 to 15.5.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 15.5.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v15.5.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development 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 59a8fb3..1b10107 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "dotenv-cli": "^4.0.0", - "graphql": "^15.5.1", + "graphql": "^15.5.2", "graphql-request": "^3.4.0", "rimraf": "^3.0.2" } diff --git a/yarn.lock b/yarn.lock index 1b1de29..e2176a0 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.5.2: + version "15.5.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.2.tgz#efa19f8f2bf1a48eb7d5c85bf17e144ba8bb0480" + integrity sha512-dZjLPWNQqYv0dqV2RNbiFed0LtSp6yd4jchsDGnuhDKa9OQHJYCfovaOEvY91w9gqbYO7Se9LKDTl3xxYva/3w== har-schema@^2.0.0: version "2.0.0"