From f7eedbd5973a4341eb6d0a18b5a223182b98b3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 10:03:54 +0000 Subject: [PATCH] Bump graphql from 15.7.2 to 16.0.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.0.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.0.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 ad960a3..787e8d3 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.0", "graphql-tools": "^8.2.0", "npm-run-all": "^4.1.5", "tiny-json-http": "^7.3.0",