From 5e58e1686b0fb68a8e3562564d35e3425a629886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:38:21 +0000 Subject: [PATCH] Bump graphql from 14.7.0 to 16.8.1 in /_examples/chat Bumps [graphql](https://github.com/graphql/graphql-js) from 14.7.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.7.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- _examples/chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/chat/package.json b/_examples/chat/package.json index 2ec639430ec..72f74f835b3 100644 --- a/_examples/chat/package.json +++ b/_examples/chat/package.json @@ -5,7 +5,7 @@ "dependencies": { "@apollo/client": "^3.2.3", "apollo-utilities": "^1.0.26", - "graphql": "^14.0.2", + "graphql": "^16.8.1", "graphql-sse": "^2.0.0", "graphql-tag": "^2.10.0", "graphql-ws": "^5.8.1",