From 04722cc1bae2782a1a3995b1d21e1534b5af0d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 02:54:47 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.5.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- server/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index 74ed42d..f5b7aca 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "@full-stack-ts/shared": "^0.0.0", "add": "^2.0.6", "date-fns": "^2.28.0", - "graphql": "^15.0.0", + "graphql": "^16.5.0", "graphql-tag": "^2.0.0", "react-error-boundary": "^3.1.4", "yarn": "^1.22.18" diff --git a/server/package.json b/server/package.json index d9327d7..0fea8ba 100644 --- a/server/package.json +++ b/server/package.json @@ -28,7 +28,7 @@ "chalk": "^4.0.0", "execa": "^5.0.0", "express": "^4.17.3", - "graphql": "^15.0.0", + "graphql": "^16.5.0", "lowdb": "^1.0.0", "pkg-up": "^3.0.0", "uuid": "^8.3.2" diff --git a/yarn.lock b/yarn.lock index e157697..66b4b89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4001,10 +4001,10 @@ graphql-ws@^5.4.1: resolved "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.6.3.tgz" integrity sha512-ZolWOi6bzI35ovGROCZROB9nDbwZiJdIsaPdzW/jkICCGNb3qL/33IONY/yQiBa+Je2uA11HfY4Uxse4+/ePYA== -graphql@^15.0.0: - version "15.8.0" - resolved "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== +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== has-ansi@^2.0.0: version "2.0.0"