From 5530b8815b7d518036b1262fbdb60443f4c119cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:10:18 +0000 Subject: [PATCH] Bump graphql from 16.3.0 to 16.8.1 in /data-driven-dependencies Bumps [graphql](https://github.com/graphql/graphql-js) from 16.3.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.3.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-driven-dependencies/package.json | 2 +- data-driven-dependencies/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data-driven-dependencies/package.json b/data-driven-dependencies/package.json index cfc59a29..8df022f6 100644 --- a/data-driven-dependencies/package.json +++ b/data-driven-dependencies/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "chance": "^1.1.8", - "graphql": "^16.3.0", + "graphql": "^16.8.1", "next": "latest", "prettier": "^2.6.1", "react": "^18.0.0", diff --git a/data-driven-dependencies/yarn.lock b/data-driven-dependencies/yarn.lock index 5278eeac..f415f3f0 100644 --- a/data-driven-dependencies/yarn.lock +++ b/data-driven-dependencies/yarn.lock @@ -467,10 +467,10 @@ glob-parent@^6.0.2: dependencies: is-glob "^4.0.3" -graphql@^16.3.0: - version "16.3.0" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz" - integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== +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"