From ad1eb8e870bbe1fe8c652802ba39ffb6f024ab96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:00:39 +0000 Subject: [PATCH] Bump graphql from 16.6.0 to 16.8.1 in /sample 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] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 34eb5b5..c56e9e0 100644 --- a/sample/package.json +++ b/sample/package.json @@ -11,7 +11,7 @@ "hapi": "18.1.0", "hapi-plugin-graphiql": "2.3.0", "boom": "7.3.0", - "graphql": "16.6.0", + "graphql": "16.8.1", "@graphql-tools/schema": "9.0.13", "graphql-tools-types": "1.3.1", "graphql-tools-sequelize": "..",