From 863e46bc86e640c3718d4924842fa4551a3f4593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 10:09:40 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.4.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.4.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.4.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..2541af2 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.4.0", "graphql-tools": "^8.2.0", "npm-run-all": "^4.1.5", "tiny-json-http": "^7.3.0",