From 045e68be56084daa580a5ca275ea9fba5124a4a2 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 19 Dec 2021 11:47:22 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.1.0 to 16.2.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.1.0...v16.2.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 630868e..9f02a17 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.1.0", + "graphql": "^16.2.0", "graphql-tag": "^2.12.6", "moment": "^2.24.0", "node-sass": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index 084d238..a56838b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6768,10 +6768,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.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" - integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== +graphql@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656" + integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA== gzip-size@^6.0.0: version "6.0.0"