From 31671a7779428111f4f539e5d65a93ef6c1f7cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:38:37 +0000 Subject: [PATCH] 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:development ... 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 ba33e70..87fdae1 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "chai": "4.3.7", "eslint": "8.43.0", "eslint-config-impact-market": "2.2.0", - "graphql": "16.7.1", + "graphql": "16.8.1", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3", "prettier": "2.8.8", diff --git a/yarn.lock b/yarn.lock index 8fcc4ed..f604dde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4291,10 +4291,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql@16.7.1: - version "16.7.1" - resolved "https://registry.yarnpkg.com/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== handlebars@^4.7.7: version "4.7.7"