From 4dae6448618f44e898fb55b2a6c048fe92517f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:12:50 +0000 Subject: [PATCH] chore(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 50afb4cb..5190117c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "axios": "^0.24.0", "class-transformer": "^0.5.1", "class-validator": "^0.13.1", - "graphql": "^15.5.0", + "graphql": "^16.6.0", "graphql-tools": "^7.0.4", "hbs": "^4.1.1", "mongoose": "^6.0.13",