From 8f9562a3017755f223dfa7bb43a7c299201e3a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:59:10 +0000 Subject: [PATCH] Bump graphql from 16.5.0 to 16.6.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.5.0 to 16.6.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.5.0...v16.6.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9bc139c..13a2dd0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cross-env": "^7.0.3", "dotenv": "^16.0.1", "express": "^4.18.1", - "graphql": "^16.5.0", + "graphql": "^16.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "serve-static": "^1.14.1", diff --git a/yarn.lock b/yarn.lock index 0574342..bee1118 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1433,10 +1433,10 @@ graphql-tag@^2.12.3: dependencies: tslib "^2.1.0" -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== +graphql@^16.6.0: + version "16.6.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb" + integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw== has-flag@^3.0.0: version "3.0.0"