From c643470e999de6caffb361307a2fbfc51ac8cbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 01:19:26 +0000 Subject: [PATCH] Bump graphql from 15.5.1 to 16.2.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 16.2.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v16.2.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-major ... 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 ff4a18a..1ac642a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "dotenv-cli": "^4.0.0", - "graphql": "^15.5.1", + "graphql": "^16.2.0", "graphql-request": "^3.4.0", "rimraf": "^3.0.2", "typescript": "^4.5.4", diff --git a/yarn.lock b/yarn.lock index 2bd7fc1..ab46deb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3597,10 +3597,10 @@ graphql-request@^3.4.0: extract-files "^9.0.0" form-data "^3.0.0" -graphql@^15.5.1: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +graphql@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656" + integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA== har-schema@^2.0.0: version "2.0.0"