From 20eb4eb5323a0ded0cdcb21994d34954916967eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:24:01 +0000 Subject: [PATCH] npm(deps): bump graphql from 15.8.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c294490..ffb81e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "axios": "^0.22.0", "body-parser": "^1.19.0", "dotenv": "^10.0.0", - "graphql": "^15.5.0", + "graphql": "^16.8.1", "ioredis": "^4.27.5", "lodash": "^4.17.21", "object-hash": "^2.2.0"