From 574b1fa427098aab00124c2d7934aa0738aad15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:05:37 +0000 Subject: [PATCH] Bump graphql from 16.6.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.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 c8f0c14..1a0c18a 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@tylermenezes/cognitoforms-react": "^2.1.0", "fathom-react": "^1.0.1", "framer-motion": ">=4.0.0", - "graphql": "^16.0.1", + "graphql": "^16.8.1", "graphql-request": "^3.6.1", "lodash.get": "^4.4.2", "react-load-script": "^0.0.6", diff --git a/yarn.lock b/yarn.lock index e6d1342..d9e1d0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3013,10 +3013,10 @@ graphql-request@^3.6.1: extract-files "^9.0.0" form-data "^3.0.0" -graphql@^16.0.1: - version "16.6.0" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz" - integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== has-flag@^3.0.0: version "3.0.0"