From 00fe3711b3507bfb99096d68d1e1a5c4dabc794c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:51:58 -0700 Subject: [PATCH] build(deps): bump graphql from 16.7.1 to 16.8.1 (#369) 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:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7098440f..6f66ea2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "escape-string-regexp": "^2.0.0", "express": "^4.17.1", "express-rate-limit": "^6.3.0", - "graphql": "^16.0.0", + "graphql": "^16.8.1", "graphql-compose": "^9.0.7", "graphql-compose-mongoose": "^9.7.1", "graphql-depth-limit": "^1.1.0", @@ -8676,9 +8676,9 @@ } }, "node_modules/graphql": { - "version": "16.7.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", - "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index 954e0c27..8231c510 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "escape-string-regexp": "^2.0.0", "express": "^4.17.1", "express-rate-limit": "^6.3.0", - "graphql": "^16.0.0", + "graphql": "^16.8.1", "graphql-compose": "^9.0.7", "graphql-compose-mongoose": "^9.7.1", "graphql-depth-limit": "^1.1.0",