From 156ffa26fa30de78ac6e73810ec2c8b7bd94e7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:46:19 +0000 Subject: [PATCH] Bump graphql from 16.8.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... 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 4e62bff6e4..a3a31a8ba3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cors": "^2.8.5", "cuid": "^2.1.8", "focus-trap-react": "^8.11.2", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "i18next": "^23.4.5", "i18next-http-backend": "^1.4.5", "joi": "^17.9.1", diff --git a/yarn.lock b/yarn.lock index a556b23215..dca44eec81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6412,10 +6412,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql@^16.8.0: - version "16.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" - integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== growly@^1.3.0: version "1.3.0"