From fc50a4ca4fa31a8a8f7ed40b9d8c92a7cd801ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:26:52 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.7.1 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.1) --- 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 b172c46..8e22b64 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@opentelemetry/semantic-conventions": "^1.17.0", "@svgr/webpack": "^8.0.1", "@t3-oss/env-nextjs": "^0.6.1", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "next": "^13.5.3", "next-auth": "^4.23.1", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index c8dfa97..1956eed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5749,10 +5749,10 @@ graphql-yoga@3.9.1: lru-cache "^7.14.1" tslib "^2.3.1" -graphql@^16.7.1: - version "16.7.1" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz#11475b74a7bff2aefd4691df52a0eca0abd9b642" - integrity sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== has-bigints@^1.0.1, has-bigints@^1.0.2: version "1.0.2"