From 8f4e8332d6f36849fdd56c78802755a918d864de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:06:47 +0000 Subject: [PATCH] build(deps): bump graphql from 16.3.0 to 16.6.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.3.0 to 16.6.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.3.0...v16.6.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba714f..8c62015 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@emotion/styled": "~11.8.1", "emotion-normalize": "~11.0.1", "google-map-react": "~2.1.10", - "graphql": "~16.3.0", + "graphql": "~16.6.0", "graphql-tag": "~2.12.6", "react": "~17.0.2", "react-dom": "~17.0.2",