From b7456cecd4dd67662e7198116cb14bef8ed00a08 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 6 May 2025 14:55:18 -0400 Subject: [PATCH] release/2025-05-09 - Restore GraphQL Dep --- package-lock.json | 10 ++++++++++ package.json | 1 + 2 files changed, 11 insertions(+) diff --git a/package-lock.json b/package-lock.json index 9a30f7a90..8c170ca95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,6 +36,7 @@ "dotenv": "^16.4.5", "express": "^4.21.1", "firebase-admin": "^13.2.0", + "graphql": "^16.11.0", "graphql-request": "^6.1.0", "intuit-oauth": "^4.2.0", "ioredis": "^5.6.0", @@ -7761,6 +7762,15 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "license": "ISC" }, + "node_modules/graphql": { + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==", + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, "node_modules/graphql-request": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz", diff --git a/package.json b/package.json index 849341b8c..7fb1acbfd 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "dotenv": "^16.4.5", "express": "^4.21.1", "firebase-admin": "^13.2.0", + "graphql": "^16.11.0", "graphql-request": "^6.1.0", "intuit-oauth": "^4.2.0", "ioredis": "^5.6.0",