From e57a46a928e6d9cd44d298a65e530a1ca3e6fee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 22:15:32 +0000 Subject: [PATCH] npm(deps): bump graphql from 15.8.0 to 16.6.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.6.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.6.0) --- 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..0ce3dc6 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.6.0", "ioredis": "^4.27.5", "lodash": "^4.17.21", "object-hash": "^2.2.0"