From 8325859325189cc1a8ede58160bc2c7805301365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 10:03:57 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.3.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..2fc9a8e 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.3.0", "graphql-tools": "^8.2.0", "npm-run-all": "^4.1.5", "tiny-json-http": "^7.3.0",