From ecd4a90dc257f0b4446c72aeb3448226862072cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:03:32 +0000 Subject: [PATCH] Bump graphql from 15.7.2 to 16.0.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.0.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.0.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 ad960a3..319e712 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@architect/functions": "^4.0.0", "@architect/sandbox": "latest", "@begin/data": "^3.0.0", - "graphql": "^15.5.2", + "graphql": "^16.0.1", "graphql-tools": "^8.2.0", "npm-run-all": "^4.1.5", "tiny-json-http": "^7.3.0",