From 1565343cb022c16e61846d4d4e74f9ae1f4f277e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 16:29:01 +0000 Subject: [PATCH] fix: upgrade graphql from 16.5.0 to 16.9.0 Snyk has created this PR to upgrade graphql from 16.5.0 to 16.9.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/c30f5015-c6d0-4eca-8ab1-1d23d9688966?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-fauna/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-fauna/package.json b/examples/with-fauna/package.json index 1393ff874557e..b81d996b77b64 100644 --- a/examples/with-fauna/package.json +++ b/examples/with-fauna/package.json @@ -10,7 +10,7 @@ "classnames": "2.3.1", "date-fns": "2.28.0", "faunadb": "4.5.4", - "graphql": "16.5.0", + "graphql": "16.9.0", "graphql-request": "4.3.0", "next": "latest", "react": "18.1.0",