From 05881eb42a818cf6c9fb7f45972384cec20bcbb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 14:11:14 +0000 Subject: [PATCH] fix: upgrade graphql from 15.3.0 to 15.8.0 Snyk has created this PR to upgrade graphql from 15.3.0 to 15.8.0. See this package in npm: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/biancajmarin23/project/b3dd1a44-6ee0-4128-8958-21c8e600d061?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-typescript-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-typescript-graphql/package.json b/examples/with-typescript-graphql/package.json index 796b595e1a704..74d12cdc710ac 100644 --- a/examples/with-typescript-graphql/package.json +++ b/examples/with-typescript-graphql/package.json @@ -13,7 +13,7 @@ "@graphql-tools/merge": "6.0.18", "@graphql-tools/schema": "6.0.18", "apollo-server-micro": "^2.16.1", - "graphql": "15.3.0", + "graphql": "15.8.0", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2"