Skip to content

Commit b25c273

Browse files
chore(deps): update dependency @graphql-hive/cli to v0.27.1 (ardatan#5814)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f920137 commit b25c273

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/hive-example/sources/authors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript": "5.1.6"
1515
},
1616
"devDependencies": {
17-
"@graphql-hive/cli": "0.27.0",
17+
"@graphql-hive/cli": "0.27.1",
1818
"@graphql-mesh/cli": "0.87.0",
1919
"@graphql-mesh/openapi": "0.95.1",
2020
"graphql": "16.7.1"

examples/hive-example/sources/books/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript": "5.1.6"
1515
},
1616
"devDependencies": {
17-
"@graphql-hive/cli": "0.27.0",
17+
"@graphql-hive/cli": "0.27.1",
1818
"@graphql-mesh/cli": "0.87.0",
1919
"@graphql-mesh/openapi": "0.95.1",
2020
"graphql": "16.7.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3090,10 +3090,10 @@
30903090
parse-filepath "^1.0.2"
30913091
tslib "~2.5.0"
30923092

3093-
"@graphql-hive/[email protected].0":
3094-
version "0.27.0"
3095-
resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.27.0.tgz#c4bf68d6dc71a75871dcf3c83c64f21445e6f783"
3096-
integrity sha512-YBA0IdWe7x3qF+LbipR3UXY2LStIxZZIDyzZYPqe9x+mCCB5gQyken4UpLMx3lIwTeIBgP5tpPvoRAH8eUldrQ==
3093+
"@graphql-hive/[email protected].1":
3094+
version "0.27.1"
3095+
resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.27.1.tgz#4d56ec367f07f1a4ab0218237b8f624258a4cd54"
3096+
integrity sha512-H0cnR4frnSG10w0aUCnbDrytwuyUGxeQEmwQLMOqQBhCYE9Ptzo2y84dYA1MHSu50jn7FuOJY9CfpsKF/VBzrw==
30973097
dependencies:
30983098
"@graphql-hive/core" "0.2.3"
30993099
"@graphql-inspector/core" "4.2.2"

0 commit comments

Comments
 (0)