Skip to content

Commit 6749e43

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/grpc to v0.18.4
1 parent 7088671 commit 6749e43

File tree

2 files changed

+104
-8
lines changed

2 files changed

+104
-8
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@graphql-mesh/postgraphile": "0.11.4",
3535
"@graphql-mesh/soap": "0.7.10",
3636
"@graphql-mesh/thrift": "0.8.5",
37-
"@graphql-mesh/grpc": "0.18.3",
37+
"@graphql-mesh/grpc": "0.18.4",
3838
"@graphql-mesh/mysql": "0.14.5",
3939
"@graphql-mesh/transform-cache": "0.11.2",
4040
"@graphql-mesh/transform-encapsulate": "0.3.1",

yarn.lock

Lines changed: 103 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,19 +2404,19 @@
24042404
"@graphql-tools/url-loader" "6.10.1"
24052405
"@graphql-tools/wrap" "7.0.8"
24062406

2407-
"@graphql-mesh/[email protected].3":
2408-
version "0.18.3"
2409-
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.18.3.tgz#1df9eb084c29e34dbcc62584a2b705609dbaab3e"
2410-
integrity sha512-zfs0uyMYiLefxGS/thQ5IMR+EUI6IJge0KpRi36z2R3EeBullhPZ3MZOULd0/LFPhCcjcavgvBH4RvnopCVmrA==
2407+
"@graphql-mesh/[email protected].4":
2408+
version "0.18.4"
2409+
resolved "https://registry.yarnpkg.com/@graphql-mesh/grpc/-/grpc-0.18.4.tgz#750e13865f2d4231f61ade0c556c92b839911bbe"
2410+
integrity sha512-5vC9clZBTkcMXLNfTwSaavP8ZzaYTBRS3LSKUkyLG9mo7B5eMOaDUjpiQL1/FgFaVndpKU5FWd91YpF0DGAuEw==
24112411
dependencies:
2412-
"@graphql-mesh/store" "0.3.1"
2412+
"@graphql-mesh/store" "0.3.2"
24132413
"@graphql-mesh/types" "0.56.0"
2414-
"@graphql-mesh/utils" "0.22.1"
2414+
"@graphql-mesh/utils" "0.22.2"
24152415
"@grpc/grpc-js" "^1.1.7"
24162416
"@grpc/proto-loader" "0.6.7"
24172417
globby "11.0.4"
24182418
graphql-compose "9.0.4"
2419-
graphql-scalars "1.13.6"
2419+
graphql-scalars "1.14.1"
24202420
grpc-reflection-js "0.1.2"
24212421
lodash "4.17.21"
24222422
long "4.0.0"
@@ -2675,6 +2675,15 @@
26752675
"@graphql-mesh/utils" "0.22.1"
26762676
"@graphql-tools/utils" "8.5.3"
26772677

2678+
"@graphql-mesh/[email protected]":
2679+
version "0.3.2"
2680+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.3.2.tgz#8175b91883e2a1b3cc0bb0d45d9b04110493bf18"
2681+
integrity sha512-AySK7fyharVWpgv80C/WU1afEsv1ZwjLFMFGsOibsqJTBXPYidiEw+2Wtm3unPSoBw3ZV3Au2yiaNL1mj0Vp/A==
2682+
dependencies:
2683+
"@graphql-inspector/core" "3.0.2"
2684+
"@graphql-mesh/utils" "0.22.2"
2685+
"@graphql-tools/utils" "8.5.3"
2686+
26782687
"@graphql-mesh/[email protected]":
26792688
version "0.8.5"
26802689
resolved "https://registry.yarnpkg.com/@graphql-mesh/thrift/-/thrift-0.8.5.tgz#cfb72c00721f26a712a5c183a672db017085359b"
@@ -3132,6 +3141,29 @@
31323141
object-hash "2.2.0"
31333142
tiny-lru "7.0.6"
31343143

3144+
"@graphql-mesh/[email protected]":
3145+
version "0.22.2"
3146+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.22.2.tgz#40d16ac326f0e8036160dc05b31714aa72ad040d"
3147+
integrity sha512-tJUc7Ihx52Dbp8PIuOolwPpz32+eTnCXUBbByVk/+DScDZcAN3uGOpP1s0KND1V76T3hyKnJu5oKOT+KmGt+xA==
3148+
dependencies:
3149+
"@ardatan/string-interpolation" "1.2.12"
3150+
"@graphql-mesh/types" "0.56.0"
3151+
"@graphql-tools/delegate" "8.4.2"
3152+
"@graphql-tools/utils" "8.5.3"
3153+
"@graphql-typed-document-node/core" "3.1.1"
3154+
chalk "4.1.2"
3155+
cross-undici-fetch "0.1.1"
3156+
date-fns "2.27.0"
3157+
fetchache "0.1.1"
3158+
flatstr "1.0.12"
3159+
graphql-jit "0.7.2"
3160+
graphql-subscriptions "2.0.0"
3161+
is-url "1.2.4"
3162+
js-yaml "4.1.0"
3163+
lodash "4.17.21"
3164+
object-hash "2.2.0"
3165+
tiny-lru "7.0.6"
3166+
31353167
"@graphql-portal/config@^0.12.0":
31363168
version "0.12.0"
31373169
resolved "https://registry.yarnpkg.com/@graphql-portal/config/-/config-0.12.0.tgz#6b2937558beadcf7cbbfc67bacdbfb7e0611452e"
@@ -9469,6 +9501,17 @@ [email protected], cross-undici-fetch@^0.0.26:
94699501
node-fetch "^2.6.5"
94709502
undici "^4.9.3"
94719503

9504+
9505+
version "0.1.1"
9506+
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.1.1.tgz#c3f8666d59a95248115e28029b58d1472a3ebcb2"
9507+
integrity sha512-RRNXXFiqCtCBN0K9POGAcBXzcrEI8tI/DHGEViZ9IicZzrRZG0HC/dT5TN8aojnHtv2xtOWxaxsd+PmZYrkd/A==
9508+
dependencies:
9509+
abort-controller "^3.0.0"
9510+
form-data-encoder "^1.7.1"
9511+
formdata-node "^4.3.1"
9512+
node-fetch "^2.6.5"
9513+
undici "^4.9.3"
9514+
94729515
cross-undici-fetch@^0.0.20:
94739516
version "0.0.20"
94749517
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.0.20.tgz#6b7c5ac82a3601edd439f37275ac0319d77a120a"
@@ -9948,6 +9991,11 @@ [email protected]:
99489991
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.26.0.tgz#fa45305543c392c4f914e50775fd2a4461e60fbd"
99499992
integrity sha512-VQI812dRi3cusdY/fhoBKvc6l2W8BPWU1FNVnFH9Nttjx4AFBRzfSVb/Eyc7jBT6e9sg1XtAGsYpBQ6c/jygbg==
99509993

9994+
9995+
version "2.27.0"
9996+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.27.0.tgz#e1ff3c3ddbbab8a2eaadbb6106be2929a5a2d92b"
9997+
integrity sha512-sj+J0Mo2p2X1e306MHq282WS4/A8Pz/95GIFcsPNMPMZVI3EUrAdSv90al1k+p74WGLCruMXk23bfEDZa71X9Q==
9998+
99519999
date-fns@^2.16.1:
995210000
version "2.21.1"
995310001
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.1.tgz#679a4ccaa584c0706ea70b3fa92262ac3009d2b0"
@@ -11963,6 +12011,11 @@ [email protected]:
1196312011
semver "^7.3.2"
1196412012
tapable "^1.0.0"
1196512013

12014+
form-data-encoder@^1.7.1:
12015+
version "1.7.1"
12016+
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-1.7.1.tgz#ac80660e4f87ee0d3d3c3638b7da8278ddb8ec96"
12017+
integrity sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==
12018+
1196612019
[email protected], form-data@^4.0.0:
1196712020
version "4.0.0"
1196812021
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
@@ -12009,6 +12062,14 @@ [email protected]:
1200912062
resolved "https://registry.yarnpkg.com/form-urlencoded/-/form-urlencoded-6.0.5.tgz#61263c5cb6806523d0c6124318a9bcb612b7742b"
1201012063
integrity sha512-7M7IhZNujsHqjYovM1WTSqcAVOqfvgF8acu6ok1ct1a00l6LVrmagJKkOdRUH/PYKEDOZ7ZAw/Mtq1/Q8CuRTQ==
1201112064

12065+
formdata-node@^4.3.1:
12066+
version "4.3.1"
12067+
resolved "https://registry.yarnpkg.com/formdata-node/-/formdata-node-4.3.1.tgz#e7b78a2a51f524ccc483b4d223c89690fd22061d"
12068+
integrity sha512-8xKSa9et4zb+yziWsD/bI+EYjdg1z2p9EpKr+o+Yk12F/wP66bmDdvjj2ZXd2K/MJlR3HBzWnuV7f82jzHRqCA==
12069+
dependencies:
12070+
node-domexception "1.0.0"
12071+
web-streams-polyfill "4.0.0-beta.1"
12072+
1201212073
formidable@^1.2.2:
1201312074
version "1.2.2"
1201412075
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.2.tgz#bf69aea2972982675f00865342b982986f6b8dd9"
@@ -12603,6 +12664,19 @@ [email protected]:
1260312664
lodash.merge "4.6.2"
1260412665
lodash.mergewith "4.6.2"
1260512666

12667+
12668+
version "0.7.2"
12669+
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.2.tgz#8cf08863c22377ea4a0c4b3c12a258f3c94934ca"
12670+
integrity sha512-u+FuMCBZfoB0v8Iw6blh+D3Feke2m6hS1TFhStJcLTCOyH+KmJPo3XCFJC5QLHxqT+PJEfyf0S+zKJUZjZrhsg==
12671+
dependencies:
12672+
"@graphql-typed-document-node/core" "3.1.0"
12673+
fast-json-stringify "^1.13.0"
12674+
generate-function "^2.3.1"
12675+
json-schema "^0.4.0"
12676+
lodash.memoize "^4.1.2"
12677+
lodash.merge "4.6.2"
12678+
lodash.mergewith "4.6.2"
12679+
1260612680
[email protected], graphql-language-service-interface@^2.8.2, graphql-language-service-interface@^2.9.5:
1260712681
version "2.9.5"
1260812682
resolved "https://registry.yarnpkg.com/graphql-language-service-interface/-/graphql-language-service-interface-2.9.5.tgz#ab60fdda7020354d25ae548cac597a19621c1737"
@@ -12692,6 +12766,13 @@ [email protected]:
1269212766
dependencies:
1269312767
tslib "~2.3.0"
1269412768

12769+
12770+
version "1.14.1"
12771+
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.14.1.tgz#546a12ac2901e17202f354c71e336942feb9afa2"
12772+
integrity sha512-IrJ2SI9IkCmWHyr7yIvtPNGWTWF3eTS+iNnw1DQMmEtsOgs1dUmT0ge+8M1+1xm+q3/5ZqB95yUYyThDyOTE+Q==
12773+
dependencies:
12774+
tslib "~2.3.0"
12775+
1269512776
1269612777
version "1.9.0"
1269712778
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.9.0.tgz#fd3171cafc6f51b71d58f6a8ff89ea97477c16d3"
@@ -15293,6 +15374,11 @@ json-schema@^0.2.3:
1529315374
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.5.tgz#97997f50972dd0500214e208c407efa4b5d7063b"
1529415375
integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==
1529515376

15377+
json-schema@^0.4.0:
15378+
version "0.4.0"
15379+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
15380+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
15381+
1529615382
json-source-map@^0.6.1:
1529715383
version "0.6.1"
1529815384
resolved "https://registry.yarnpkg.com/json-source-map/-/json-source-map-0.6.1.tgz#e0b1f6f4ce13a9ad57e2ae165a24d06e62c79a0f"
@@ -16936,6 +17022,11 @@ [email protected]:
1693617022
prettier "^1.19.1"
1693717023
ramda "^0.27.0"
1693817024

17025+
17026+
version "1.0.0"
17027+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
17028+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
17029+
1693917030
1694017031
version "1.11.0"
1694117032
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
@@ -22669,6 +22760,11 @@ wcwidth@^1.0.1:
2266922760
dependencies:
2267022761
defaults "^1.0.3"
2267122762

22763+
22764+
version "4.0.0-beta.1"
22765+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz#3b19b9817374b7cee06d374ba7eeb3aeb80e8c95"
22766+
integrity sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==
22767+
2267222768
2267322769
version "2.1.2"
2267422770
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.2.tgz#3a6c8faebf9097a6ccd17f5f45c9485d8d62dab1"

0 commit comments

Comments
 (0)