From c581e9e8090c082490460bee23284063e4588f25 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 27 Jan 2022 04:39:58 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.2.0 to 16.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.2.0...v16.3.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b16ed4..58922f3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "apollo-link-http": "^1.5.15", "core-js": "3", "dayjs": "^1.10.7", - "graphql": "^16.2.0", + "graphql": "^16.3.0", "graphql-tag": "^2.12.6", "moment": "^2.24.0", "node-sass": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index cfb0b32..44d1477 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6812,10 +6812,10 @@ graphql-ws@^5.4.1: resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef" integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A== -graphql@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656" - integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA== +graphql@^16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" + integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== gzip-size@^6.0.0: version "6.0.0"