From fcb77794ddf4b5595326d2567521f2532c31833d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 10 May 2022 04:38:15 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.4.0 to 16.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.4.0...v16.5.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a36c2ef..6b5e15f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "apollo-link-http": "^1.5.15", "core-js": "3", "dayjs": "^1.11.2", - "graphql": "^16.4.0", + "graphql": "^16.5.0", "graphql-tag": "^2.12.6", "moment": "^2.29.3", "node-sass": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index 7cbff8b..81c356a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7058,10 +7058,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.4.0: - version "16.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.4.0.tgz#bb10b1b4683045dedcb67000eb4ad134a36c59e6" - integrity sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg== +graphql@^16.5.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85" + integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA== gzip-size@^6.0.0: version "6.0.0"