From 73da38b1036efa1bb263e0f49522cf2647a9d986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 06:15:28 +0000 Subject: [PATCH] fix: upgrade graphql from 16.9.0 to 16.10.0 Snyk has created this PR to upgrade graphql from 16.9.0 to 16.10.0. See this package in yarn: graphql See this project in Snyk: https://app.snyk.io/org/gableroux/project/ca9e69bf-9575-4776-aeec-7729cfeffe58?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index 65fd82c..1ab15e5 100644 --- a/functions/package.json +++ b/functions/package.json @@ -21,7 +21,7 @@ "eris": "^0.17.2", "firebase-admin": "^12.7.0", "firebase-functions": "^6.1.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "lodash": "^4.17.21", "node-fetch": "^2.7.0", "semver": "^7.6.3", diff --git a/functions/yarn.lock b/functions/yarn.lock index e66c291..83b585d 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -2823,10 +2823,10 @@ graphql-request@6.1.0: "@graphql-typed-document-node/core" "^3.2.0" cross-fetch "^3.1.5" -graphql@^16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f" - integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== +graphql@^16.10.0: + version "16.10.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c" + integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ== gtoken@^7.0.0: version "7.1.0"