Skip to content

Commit

Permalink
fix: add missing dependency to utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 25, 2024
1 parent 9a0ae14 commit 40d1380
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 40d1380

Please sign in to comment.