From 9f008c8681116bae5bf916af41648b61cf3e8e36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 04:31:39 +0000 Subject: [PATCH] fix: upgrade graphql from 16.3.0 to 16.9.0 Snyk has created this PR to upgrade graphql from 16.3.0 to 16.9.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/halagu1l/project/22d7a991-e206-4933-9221-4f42e515785a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b1505766..5347367eb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@open-rpc/schema-utils-js": "1.15.0", "gatsby": "~4.16.0", "gh-pages": "~4.0.0", - "graphql": "~16.3.0", + "graphql": "~16.9.0", "graphql-request": "~4.1.0", "js-yaml": "~4.1.0", "json-schema-merge-allof": "~0.8.1"