From 1d3a60023a76839839cb89ac580951875efeb113 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Wed, 25 Sep 2024 11:48:13 +0530 Subject: [PATCH] fix: add missing dependency to utils package (#9297) --- packages/core/utils/package.json | 1 + yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 4c343a9774..f4a9830415 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -44,6 +44,7 @@ "bignumber.js": "^9.1.2", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", + "graphql": "^16.9.0", "jsonwebtoken": "^9.0.2", "pg": "^8.13.0", "pg-connection-string": "^2.7.0", diff --git a/yarn.lock b/yarn.lock index cb9b17e88b..c094698fb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6754,6 +6754,7 @@ __metadata: dotenv-expand: ^11.0.6 expect-type: ^0.20.0 express: ^4.21.0 + graphql: ^16.9.0 jest: ^29.7.0 jsonwebtoken: ^9.0.2 pg: ^8.13.0 @@ -21416,6 +21417,13 @@ __metadata: languageName: node linkType: hard +"graphql@npm:^16.9.0": + version: 16.9.0 + resolution: "graphql@npm:16.9.0" + checksum: a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a + languageName: node + linkType: hard + "gunzip-maybe@npm:^1.4.2": version: 1.4.2 resolution: "gunzip-maybe@npm:1.4.2"