Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#219)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Sep 1, 2022
1 parent 7a46082 commit 53b4db2
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 93 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphprotocol/client-add-source-name": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphprotocol/client-auto-pagination": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@graphprotocol/client-auto-type-merging": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.25` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.25) (from `0.4.24`, in `dependencies`)
- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`)
8 changes: 8 additions & 0 deletions .changeset/@graphprotocol_client-cli-219-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@graphprotocol/client-cli": patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/cli@0.77.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.1) (from `0.77.0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/graphql@0.31.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.1) (from `0.31.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.3",
"@graphql-mesh/transform-rename": "0.12.70",
"@graphql-mesh/transform-rename": "0.12.71",
"concurrently": "7.3.0",
"graphql": "16.6.0",
"nodemon": "2.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/add-source-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/utils": "8.10.1",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/auto-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
},
"devDependencies": {
"@types/lodash": "4.14.184",
"@graphql-mesh/transform-prefix": "0.11.69"
"@graphql-mesh/transform-prefix": "0.11.70"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"dependencies": {
"@graphql-tools/delegate": "9.0.4",
"@graphql-mesh/transform-type-merging": "0.4.24",
"@graphql-mesh/transform-type-merging": "0.4.25",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/cli": "0.77.0",
"@graphql-mesh/graphql": "0.31.0",
"@graphql-mesh/cli": "0.77.1",
"@graphql-mesh/graphql": "0.31.1",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "1.1.4",
"@graphprotocol/client-auto-type-merging": "1.0.6",
Expand Down
170 changes: 85 additions & 85 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1475,33 +1475,33 @@
"@graphql-tools/utils" "8.10.1"
tslib "^2.4.0"

"@graphql-mesh/cache-localforage@0.6.30":
version "0.6.30"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.30.tgz#23f2464587cc7a1306212de186b1c5f26da8ef2c"
integrity sha512-JErJcLVaeSu+7Ks4Opy5sphBfUTIhG1TNIigTdOopbq8sICxWyoc+gBDAPAktJsHUMPB4kdixgEyCgWpYBfiWw==
"@graphql-mesh/cache-localforage@0.6.31":
version "0.6.31"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.31.tgz#38227d9bbc25bf3bd58832244d1216bd6b85537d"
integrity sha512-MF6CwGriUNfaniBML58xJzA/pDQjxzY/bq9CxsdZx6iJwNvpOi1X46+e6Pjha5rUE7rrvpIetCGfFak9PbVFjg==
dependencies:
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
localforage "1.10.0"
tslib "^2.4.0"

"@graphql-mesh/cli@0.77.0":
version "0.77.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.0.tgz#b4eefaf21977653976e817daa1902ff606e025cc"
integrity sha512-F4IF3fr1Hn7CTaAIfKR01RbiVlNEEnrEGn6xt5FxSNWOKpSt+jl8UQCi7oWAv4eDjyiOvzLX8AIPFWus0gEODg==
"@graphql-mesh/cli@0.77.1":
version "0.77.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.1.tgz#bdf4fd650db6dc47115eb42c0483f9e67f4371a6"
integrity sha512-+bIx0k6+WNLXnAmZsfeJQ/ekIHu59sJWdh9dWlJHl+dOO9hZmo9971Ck8pqMPlIAxbPTUXcZkKmVHVu4mRejaA==
dependencies:
"@graphql-codegen/core" "2.6.2"
"@graphql-codegen/typed-document-node" "2.3.3"
"@graphql-codegen/typescript" "2.7.3"
"@graphql-codegen/typescript-generic-sdk" "3.0.1"
"@graphql-codegen/typescript-operations" "2.5.3"
"@graphql-codegen/typescript-resolvers" "2.7.3"
"@graphql-mesh/config" "7.0.0"
"@graphql-mesh/config" "7.1.0"
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/runtime" "0.43.0"
"@graphql-mesh/store" "0.8.33"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/runtime" "0.43.1"
"@graphql-mesh/store" "0.8.34"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/code-file-loader" "7.3.4"
"@graphql-tools/graphql-file-loader" "7.5.3"
"@graphql-tools/load" "7.7.5"
Expand Down Expand Up @@ -1531,19 +1531,19 @@
ws "8.8.1"
yargs "17.5.1"

"@graphql-mesh/config@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.0.0.tgz#dac813a2521a035b92a87fcd91730d990bd59e5a"
integrity sha512-fUcu2lvfklqkSGW3K03xSb9CbMNC5XuuVCE0jyBgu6GWF3f5Q8cZvO1Nue6e37IsErg2kkAsBBz1psfjFXKelw==
"@graphql-mesh/config@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.1.0.tgz#cf7627c32275157167e45059cc151f41d653af6b"
integrity sha512-jpJ/7dhtRAz5iAMiH8rSFVrXlsMHquKjVApA7A2gOsiP8xv0tejtu0ykGEoQj/ScvUp4pDC9cj42kplDmxSbuA==
dependencies:
"@envelop/core" "2.5.0"
"@graphql-mesh/cache-localforage" "0.6.30"
"@graphql-mesh/cache-localforage" "0.6.31"
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/merger-bare" "0.15.14"
"@graphql-mesh/merger-stitching" "0.16.13"
"@graphql-mesh/store" "0.8.33"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/merger-bare" "0.15.15"
"@graphql-mesh/merger-stitching" "0.16.14"
"@graphql-mesh/store" "0.8.34"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/code-file-loader" "7.3.4"
"@graphql-tools/graphql-file-loader" "7.5.3"
"@graphql-tools/load" "7.7.5"
Expand All @@ -1564,61 +1564,61 @@
react-native-fs "2.20.0"
react-native-path "0.0.5"

"@graphql-mesh/graphql@0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.0.tgz#310c101a76a220ef9d2d2ca36532943e78e078b5"
integrity sha512-1jXN1mOzuyDn5JQ1rKGyfaiaXb3ULeSXWCqZxXhOctH581mavWPQjqATSaKUWAazq9UJzOGNutyuWUSgFJwU1Q==
"@graphql-mesh/graphql@0.31.1":
version "0.31.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.1.tgz#ed8a2209c0c66a2c6207b12d3a650da0104fd8e3"
integrity sha512-gaWCgIE04XHWoRFAFCTadbeFlES6H3HjatOyCucvL6a40JUOH2FpIAAoKw2rjb5T3Rx37AfN8xETCOI7Ws6OaA==
dependencies:
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/store" "0.8.33"
"@graphql-mesh/store" "0.8.34"
"@graphql-mesh/string-interpolation" "0.3.2"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/url-loader" "7.14.1"
"@graphql-tools/utils" "8.10.1"
"@graphql-tools/wrap" "9.0.5"
lodash.get "4.4.2"
tslib "^2.4.0"

"@graphql-mesh/merger-bare@0.15.14":
version "0.15.14"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.14.tgz#814860f61da5e6eaecdb3a1d78c1a7647867d26e"
integrity sha512-Xo0Q8SQ3eo06NS4XnNdeuC6SJQ1b0pA30JfWPIJgy+eVCkxZPTb2L4qrPuXtx3+3t0SJsiKIyqMk/sxT46LqnQ==
"@graphql-mesh/merger-bare@0.15.15":
version "0.15.15"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.15.tgz#f01df188883597d41e6f40ca633d45d12f537677"
integrity sha512-A68S8vEvSg05dm8WpgISz4ipIchWLC0zjGVD/z0+EMvblpPODnWzmaL0Q2PdcUr3hfq+fM7JUEFz4mOOWh6mzg==
dependencies:
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/schema" "9.0.2"
"@graphql-tools/utils" "8.10.1"
"@graphql-tools/wrap" "9.0.5"
tslib "^2.4.0"

"@graphql-mesh/merger-stitching@0.16.13":
version "0.16.13"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.13.tgz#90f189340578f18a63498086c248c21bda583d55"
integrity sha512-LPC6N+XCVH9yoaf2s+9RNr7LgCL8kJAeBsbhXr8vSV+2zMUmjMC+9PmGir8Fllygq1mVtb+o2BfqsdEseRMIVg==
"@graphql-mesh/merger-stitching@0.16.14":
version "0.16.14"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.14.tgz#7c4d840abb45407c475372120ce9e043c5b2b8fc"
integrity sha512-oUrYjAZpIMDL5b5z2BC3NuUP9XKyAp0eeiVF6YXJIp0vpyft09M/HDi8CUtQHWrb3mx7+7z5JAUsKjZG/rtM4Q==
dependencies:
"@graphql-mesh/store" "0.8.33"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/store" "0.8.34"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/schema" "9.0.2"
"@graphql-tools/stitch" "8.7.7"
"@graphql-tools/stitching-directives" "2.3.7"
"@graphql-tools/utils" "8.10.1"
tslib "^2.4.0"

"@graphql-mesh/runtime@0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.0.tgz#f7c2bc152955a970d5e08cb7a8e233cc1915e0b6"
integrity sha512-7y3yVbu95qETPEzZ1iw3S66CWDZodcnG4GvHPb98ZvT7G+AqwbQ9x8Ahe2PXCipuXJPyz7JZg7yw7L5KBp55XQ==
"@graphql-mesh/runtime@0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.1.tgz#1878c61589015d2dd734d0aaa02d5fb2223c319a"
integrity sha512-Ashmb46BtLdhz5KkxvDk5nJuyRplmDTicMIZ/DJWhTYO0P+QVKKZHLUyMXkBYYYk2kSsOp/mHwQdbZmcSLO/rg==
dependencies:
"@envelop/core" "2.5.0"
"@envelop/extended-validation" "1.8.0"
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/string-interpolation" "0.3.2"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/batch-delegate" "8.3.7"
"@graphql-tools/batch-execute" "8.5.4"
"@graphql-tools/delegate" "9.0.4"
Expand All @@ -1628,15 +1628,15 @@
fetchache "0.1.2"
tslib "^2.4.0"

"@graphql-mesh/store@0.8.33":
version "0.8.33"
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.33.tgz#67a2a87ae918c87187682b6b489b925a23b50c4c"
integrity sha512-RaXlr+lbIzBxQF7fLUAxdcBTwGAySM3tKTrLqUmPPUokF2bPt5ayrfHrf+LCp1gDnkmOTWSVeqcmXvMuz49ZWQ==
"@graphql-mesh/store@0.8.34":
version "0.8.34"
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.34.tgz#16ee5e89844dbd3649e87de5b93eb7145effca9e"
integrity sha512-EkaoSuYtQDu7CI/7IPFH9/6HPaCDsilw4Bs+SRQN1q3a2oOXanJ0lIdrxuhhgu1kp6P8KYD/cTB1FMMiGTQpYA==
dependencies:
"@graphql-inspector/core" "3.3.0"
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/utils" "8.10.1"
tslib "^2.4.0"

Expand All @@ -1649,48 +1649,48 @@
json-pointer "0.6.2"
lodash.get "4.4.2"

"@graphql-mesh/transform-prefix@0.11.69":
version "0.11.69"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.69.tgz#3df01b440ef5f6bedb8be83d7099f7b55c7323a6"
integrity sha512-bGWb04aPrOPseKgTar1KbFcRbOysVmqqMejq4YAl2QeajpAkCZfF04AcUBlzeFFH8GO7mA/IDJKdktMeyBKo4w==
"@graphql-mesh/transform-prefix@0.11.70":
version "0.11.70"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.70.tgz#32351caf3c57210de7625c5928ef0a1ad885bf68"
integrity sha512-eIPrXXQbqxFQs2KxbkGKfVnsa7p6xkcBMc09Gaev3AHfBVtvBaWr1DKehEYn/ElbmgAMxRBw4dRtBmZ03j2KOA==
dependencies:
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/utils" "8.10.1"
"@graphql-tools/wrap" "9.0.5"
graphql-scalars "1.18.0"
tslib "^2.4.0"

"@graphql-mesh/transform-rename@0.12.70":
version "0.12.70"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.70.tgz#458a6c82549c4847ccebdafd141d5aba3f9485ec"
integrity sha512-CEGaxWVCeFE/PVxv5T+LK7XuFschemQoDAAYufuL505fPH6a56vrDrtyVSN6qeQ04d9ZkwDIeDobdohDszrDTw==
"@graphql-mesh/transform-rename@0.12.71":
version "0.12.71"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.71.tgz#3a4d6b6d64d5b61f1615d5938a1fec214e0b4183"
integrity sha512-ZyVYqCjSY/8bQd8+r8mOE1oBoY+lH5AOigz/oW6Sb4nAQP/2u+/4ogOFfwXaiCtdqYZv2RIgI8HU5NMYEzBgVw==
dependencies:
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/utils" "8.10.1"
"@graphql-tools/wrap" "9.0.5"
tslib "^2.4.0"

"@graphql-mesh/transform-type-merging@0.4.24":
version "0.4.24"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.24.tgz#005eb270026e34476525bc1ff33aad1a738c97fb"
integrity sha512-AIRVNdTZt18bnvhzUuA7gs/ieX4yaDjdVOQGjTOqLeNu0JH9rXWBCpZ1X6V8uKZnJTyHuME9nkFrPqqbteuwDw==
"@graphql-mesh/transform-type-merging@0.4.25":
version "0.4.25"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.25.tgz#02d8d361bb65af78aa25e28f93a61f7daf418d1c"
integrity sha512-P7X9dZaqQBkcxxbsdNg6KcEuMwdQYcZQ5kXo10H7BB+yiHXSJ8xcD4zP8aisdiK3Dy0qH5G+MiMMVxVEWaD+dA==
dependencies:
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/utils" "0.41.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-mesh/utils" "0.41.1"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/stitching-directives" "2.3.7"
tslib "^2.4.0"

"@graphql-mesh/types@0.81.0":
version "0.81.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.81.0.tgz#9d9b2a4c36b6b885895d1dcc53025e3ad2fad6cf"
integrity sha512-az9yqijkC2duJ+tvLg44Wj70tai+QDlk64ufaw/JHTe1fJKpw71QdM79cNRRNnmgpG8O6SdSkf/hOwHoowODZg==
"@graphql-mesh/types@0.82.0":
version "0.82.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.82.0.tgz#6e395374007550700395f80a69da13bea5006a75"
integrity sha512-ioaQ3LtHf+GNBKgD0AA0DCHzFmZNgOm1Ec0ummbaoc9dgdYvSlp/gqRfgC0MEIL45xPrCSqLE79mrmNgh6PpWw==
dependencies:
"@graphql-mesh/store" "0.8.33"
"@graphql-mesh/store" "0.8.34"
"@graphql-tools/batch-delegate" "8.3.7"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/utils" "8.10.1"
Expand All @@ -1705,14 +1705,14 @@
"@graphql-tools/utils" "8.10.1"
tslib "^2.4.0"

"@graphql-mesh/utils@0.41.0":
version "0.41.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.0.tgz#a199ec5ccbc16d41b7a23779bd74e64652743b78"
integrity sha512-eExRk9RQx+/bfv4DGpnJv1k0VkG4n45/OMMYlJHU7tkbbx6grph9xDats74q32HQ6Rx/Vfjj0pVcf7D6DqxOZw==
"@graphql-mesh/utils@0.41.1":
version "0.41.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.1.tgz#c96ca15c9c16050abd445cb2088f4344658ca4ef"
integrity sha512-mq69z12lXBdMJxODk0KV3XnrufkQITGYgAZbY8WJSRzS9D2TUrZ1PxF9124hiI+rpeUAryPD3fm33ipL+krISw==
dependencies:
"@graphql-mesh/cross-helpers" "0.2.3"
"@graphql-mesh/string-interpolation" "0.3.2"
"@graphql-mesh/types" "0.81.0"
"@graphql-mesh/types" "0.82.0"
"@graphql-tools/delegate" "9.0.4"
"@graphql-tools/utils" "8.10.1"
"@graphql-typed-document-node/core" "3.1.1"
Expand Down

0 comments on commit 53b4db2

Please sign in to comment.