From 3b860408d94b6219a546923b79e8ecf237e7c251 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 26 Apr 2022 04:39:25 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.3.0 to 16.4.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.3.0...v16.4.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bd6dda..b9db0f0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "apollo-link-http": "^1.5.15", "core-js": "3", "dayjs": "^1.11.1", - "graphql": "^16.3.0", + "graphql": "^16.4.0", "graphql-tag": "^2.12.6", "moment": "^2.29.3", "node-sass": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index a880ff4..e642f55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7037,10 +7037,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.3.0: - version "16.3.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" - integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== +graphql@^16.4.0: + version "16.4.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.4.0.tgz#bb10b1b4683045dedcb67000eb4ad134a36c59e6" + integrity sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg== gzip-size@^6.0.0: version "6.0.0"