From 3d3daaa9207cd15572848c02aa00006d5a122f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:04:33 +0000 Subject: [PATCH] Bump graphql from 15.8.0 to 16.2.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.2.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.8.0...v16.2.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..176854d 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.2.0", "graphql-tools": "^8.2.0", "npm-run-all": "^4.1.5", "tiny-json-http": "^7.3.0",