Skip to content

Commit 53b4db2

Browse files
fix(deps): update all non-major dependencies (#219)
* 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>
1 parent 7a46082 commit 53b4db2

10 files changed

+123
-93
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-add-source-name": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- 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`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@graphprotocol/client-auto-pagination": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- 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`)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/client-auto-type-merging": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.25) (from `0.4.24`, in `dependencies`)
8+
- 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`)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphprotocol/client-cli": patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.1) (from `0.77.0`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.1) (from `0.31.0`, in `dependencies`)

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "2.2.3",
13-
"@graphql-mesh/transform-rename": "0.12.70",
13+
"@graphql-mesh/transform-rename": "0.12.71",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.19",

packages/add-source-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@graphql-tools/delegate": "9.0.4",
5858
"@graphql-tools/wrap": "9.0.5",
5959
"@graphql-tools/utils": "8.10.1",
60-
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
60+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
6161
},
6262
"type": "module"
6363
}

packages/auto-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "4.14.184",
57-
"@graphql-mesh/transform-prefix": "0.11.69"
57+
"@graphql-mesh/transform-prefix": "0.11.70"
5858
},
5959
"peerDependencies": {
6060
"graphql": "^15.2.0 || ^16.0.0",
61-
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
61+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
6262
},
6363
"type": "module"
6464
}

packages/auto-type-merging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.4",
50-
"@graphql-mesh/transform-type-merging": "0.4.24",
50+
"@graphql-mesh/transform-type-merging": "0.4.25",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.2.0 || ^16.0.0",
55-
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0"
55+
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0"
5656
},
5757
"type": "module"
5858
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-mesh/cli": "0.77.0",
53-
"@graphql-mesh/graphql": "0.31.0",
52+
"@graphql-mesh/cli": "0.77.1",
53+
"@graphql-mesh/graphql": "0.31.1",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.4",
5656
"@graphprotocol/client-auto-type-merging": "1.0.6",

yarn.lock

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,33 +1475,33 @@
14751475
"@graphql-tools/utils" "8.10.1"
14761476
tslib "^2.4.0"
14771477

1478-
"@graphql-mesh/[email protected].30":
1479-
version "0.6.30"
1480-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.30.tgz#23f2464587cc7a1306212de186b1c5f26da8ef2c"
1481-
integrity sha512-JErJcLVaeSu+7Ks4Opy5sphBfUTIhG1TNIigTdOopbq8sICxWyoc+gBDAPAktJsHUMPB4kdixgEyCgWpYBfiWw==
1478+
"@graphql-mesh/[email protected].31":
1479+
version "0.6.31"
1480+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.31.tgz#38227d9bbc25bf3bd58832244d1216bd6b85537d"
1481+
integrity sha512-MF6CwGriUNfaniBML58xJzA/pDQjxzY/bq9CxsdZx6iJwNvpOi1X46+e6Pjha5rUE7rrvpIetCGfFak9PbVFjg==
14821482
dependencies:
1483-
"@graphql-mesh/types" "0.81.0"
1484-
"@graphql-mesh/utils" "0.41.0"
1483+
"@graphql-mesh/types" "0.82.0"
1484+
"@graphql-mesh/utils" "0.41.1"
14851485
localforage "1.10.0"
14861486
tslib "^2.4.0"
14871487

1488-
"@graphql-mesh/[email protected].0":
1489-
version "0.77.0"
1490-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.0.tgz#b4eefaf21977653976e817daa1902ff606e025cc"
1491-
integrity sha512-F4IF3fr1Hn7CTaAIfKR01RbiVlNEEnrEGn6xt5FxSNWOKpSt+jl8UQCi7oWAv4eDjyiOvzLX8AIPFWus0gEODg==
1488+
"@graphql-mesh/[email protected].1":
1489+
version "0.77.1"
1490+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.1.tgz#bdf4fd650db6dc47115eb42c0483f9e67f4371a6"
1491+
integrity sha512-+bIx0k6+WNLXnAmZsfeJQ/ekIHu59sJWdh9dWlJHl+dOO9hZmo9971Ck8pqMPlIAxbPTUXcZkKmVHVu4mRejaA==
14921492
dependencies:
14931493
"@graphql-codegen/core" "2.6.2"
14941494
"@graphql-codegen/typed-document-node" "2.3.3"
14951495
"@graphql-codegen/typescript" "2.7.3"
14961496
"@graphql-codegen/typescript-generic-sdk" "3.0.1"
14971497
"@graphql-codegen/typescript-operations" "2.5.3"
14981498
"@graphql-codegen/typescript-resolvers" "2.7.3"
1499-
"@graphql-mesh/config" "7.0.0"
1499+
"@graphql-mesh/config" "7.1.0"
15001500
"@graphql-mesh/cross-helpers" "0.2.3"
1501-
"@graphql-mesh/runtime" "0.43.0"
1502-
"@graphql-mesh/store" "0.8.33"
1503-
"@graphql-mesh/types" "0.81.0"
1504-
"@graphql-mesh/utils" "0.41.0"
1501+
"@graphql-mesh/runtime" "0.43.1"
1502+
"@graphql-mesh/store" "0.8.34"
1503+
"@graphql-mesh/types" "0.82.0"
1504+
"@graphql-mesh/utils" "0.41.1"
15051505
"@graphql-tools/code-file-loader" "7.3.4"
15061506
"@graphql-tools/graphql-file-loader" "7.5.3"
15071507
"@graphql-tools/load" "7.7.5"
@@ -1531,19 +1531,19 @@
15311531
ws "8.8.1"
15321532
yargs "17.5.1"
15331533

1534-
"@graphql-mesh/config@7.0.0":
1535-
version "7.0.0"
1536-
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.0.0.tgz#dac813a2521a035b92a87fcd91730d990bd59e5a"
1537-
integrity sha512-fUcu2lvfklqkSGW3K03xSb9CbMNC5XuuVCE0jyBgu6GWF3f5Q8cZvO1Nue6e37IsErg2kkAsBBz1psfjFXKelw==
1534+
"@graphql-mesh/config@7.1.0":
1535+
version "7.1.0"
1536+
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.1.0.tgz#cf7627c32275157167e45059cc151f41d653af6b"
1537+
integrity sha512-jpJ/7dhtRAz5iAMiH8rSFVrXlsMHquKjVApA7A2gOsiP8xv0tejtu0ykGEoQj/ScvUp4pDC9cj42kplDmxSbuA==
15381538
dependencies:
15391539
"@envelop/core" "2.5.0"
1540-
"@graphql-mesh/cache-localforage" "0.6.30"
1540+
"@graphql-mesh/cache-localforage" "0.6.31"
15411541
"@graphql-mesh/cross-helpers" "0.2.3"
1542-
"@graphql-mesh/merger-bare" "0.15.14"
1543-
"@graphql-mesh/merger-stitching" "0.16.13"
1544-
"@graphql-mesh/store" "0.8.33"
1545-
"@graphql-mesh/types" "0.81.0"
1546-
"@graphql-mesh/utils" "0.41.0"
1542+
"@graphql-mesh/merger-bare" "0.15.15"
1543+
"@graphql-mesh/merger-stitching" "0.16.14"
1544+
"@graphql-mesh/store" "0.8.34"
1545+
"@graphql-mesh/types" "0.82.0"
1546+
"@graphql-mesh/utils" "0.41.1"
15471547
"@graphql-tools/code-file-loader" "7.3.4"
15481548
"@graphql-tools/graphql-file-loader" "7.5.3"
15491549
"@graphql-tools/load" "7.7.5"
@@ -1564,61 +1564,61 @@
15641564
react-native-fs "2.20.0"
15651565
react-native-path "0.0.5"
15661566

1567-
"@graphql-mesh/[email protected].0":
1568-
version "0.31.0"
1569-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.0.tgz#310c101a76a220ef9d2d2ca36532943e78e078b5"
1570-
integrity sha512-1jXN1mOzuyDn5JQ1rKGyfaiaXb3ULeSXWCqZxXhOctH581mavWPQjqATSaKUWAazq9UJzOGNutyuWUSgFJwU1Q==
1567+
"@graphql-mesh/[email protected].1":
1568+
version "0.31.1"
1569+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.1.tgz#ed8a2209c0c66a2c6207b12d3a650da0104fd8e3"
1570+
integrity sha512-gaWCgIE04XHWoRFAFCTadbeFlES6H3HjatOyCucvL6a40JUOH2FpIAAoKw2rjb5T3Rx37AfN8xETCOI7Ws6OaA==
15711571
dependencies:
15721572
"@graphql-mesh/cross-helpers" "0.2.3"
1573-
"@graphql-mesh/store" "0.8.33"
1573+
"@graphql-mesh/store" "0.8.34"
15741574
"@graphql-mesh/string-interpolation" "0.3.2"
1575-
"@graphql-mesh/types" "0.81.0"
1576-
"@graphql-mesh/utils" "0.41.0"
1575+
"@graphql-mesh/types" "0.82.0"
1576+
"@graphql-mesh/utils" "0.41.1"
15771577
"@graphql-tools/delegate" "9.0.4"
15781578
"@graphql-tools/url-loader" "7.14.1"
15791579
"@graphql-tools/utils" "8.10.1"
15801580
"@graphql-tools/wrap" "9.0.5"
15811581
lodash.get "4.4.2"
15821582
tslib "^2.4.0"
15831583

1584-
"@graphql-mesh/[email protected].14":
1585-
version "0.15.14"
1586-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.14.tgz#814860f61da5e6eaecdb3a1d78c1a7647867d26e"
1587-
integrity sha512-Xo0Q8SQ3eo06NS4XnNdeuC6SJQ1b0pA30JfWPIJgy+eVCkxZPTb2L4qrPuXtx3+3t0SJsiKIyqMk/sxT46LqnQ==
1584+
"@graphql-mesh/[email protected].15":
1585+
version "0.15.15"
1586+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.15.tgz#f01df188883597d41e6f40ca633d45d12f537677"
1587+
integrity sha512-A68S8vEvSg05dm8WpgISz4ipIchWLC0zjGVD/z0+EMvblpPODnWzmaL0Q2PdcUr3hfq+fM7JUEFz4mOOWh6mzg==
15881588
dependencies:
1589-
"@graphql-mesh/types" "0.81.0"
1590-
"@graphql-mesh/utils" "0.41.0"
1589+
"@graphql-mesh/types" "0.82.0"
1590+
"@graphql-mesh/utils" "0.41.1"
15911591
"@graphql-tools/schema" "9.0.2"
15921592
"@graphql-tools/utils" "8.10.1"
15931593
"@graphql-tools/wrap" "9.0.5"
15941594
tslib "^2.4.0"
15951595

1596-
"@graphql-mesh/[email protected].13":
1597-
version "0.16.13"
1598-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.13.tgz#90f189340578f18a63498086c248c21bda583d55"
1599-
integrity sha512-LPC6N+XCVH9yoaf2s+9RNr7LgCL8kJAeBsbhXr8vSV+2zMUmjMC+9PmGir8Fllygq1mVtb+o2BfqsdEseRMIVg==
1596+
"@graphql-mesh/[email protected].14":
1597+
version "0.16.14"
1598+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.14.tgz#7c4d840abb45407c475372120ce9e043c5b2b8fc"
1599+
integrity sha512-oUrYjAZpIMDL5b5z2BC3NuUP9XKyAp0eeiVF6YXJIp0vpyft09M/HDi8CUtQHWrb3mx7+7z5JAUsKjZG/rtM4Q==
16001600
dependencies:
1601-
"@graphql-mesh/store" "0.8.33"
1602-
"@graphql-mesh/types" "0.81.0"
1603-
"@graphql-mesh/utils" "0.41.0"
1601+
"@graphql-mesh/store" "0.8.34"
1602+
"@graphql-mesh/types" "0.82.0"
1603+
"@graphql-mesh/utils" "0.41.1"
16041604
"@graphql-tools/delegate" "9.0.4"
16051605
"@graphql-tools/schema" "9.0.2"
16061606
"@graphql-tools/stitch" "8.7.7"
16071607
"@graphql-tools/stitching-directives" "2.3.7"
16081608
"@graphql-tools/utils" "8.10.1"
16091609
tslib "^2.4.0"
16101610

1611-
"@graphql-mesh/[email protected].0":
1612-
version "0.43.0"
1613-
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.0.tgz#f7c2bc152955a970d5e08cb7a8e233cc1915e0b6"
1614-
integrity sha512-7y3yVbu95qETPEzZ1iw3S66CWDZodcnG4GvHPb98ZvT7G+AqwbQ9x8Ahe2PXCipuXJPyz7JZg7yw7L5KBp55XQ==
1611+
"@graphql-mesh/[email protected].1":
1612+
version "0.43.1"
1613+
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.1.tgz#1878c61589015d2dd734d0aaa02d5fb2223c319a"
1614+
integrity sha512-Ashmb46BtLdhz5KkxvDk5nJuyRplmDTicMIZ/DJWhTYO0P+QVKKZHLUyMXkBYYYk2kSsOp/mHwQdbZmcSLO/rg==
16151615
dependencies:
16161616
"@envelop/core" "2.5.0"
16171617
"@envelop/extended-validation" "1.8.0"
16181618
"@graphql-mesh/cross-helpers" "0.2.3"
16191619
"@graphql-mesh/string-interpolation" "0.3.2"
1620-
"@graphql-mesh/types" "0.81.0"
1621-
"@graphql-mesh/utils" "0.41.0"
1620+
"@graphql-mesh/types" "0.82.0"
1621+
"@graphql-mesh/utils" "0.41.1"
16221622
"@graphql-tools/batch-delegate" "8.3.7"
16231623
"@graphql-tools/batch-execute" "8.5.4"
16241624
"@graphql-tools/delegate" "9.0.4"
@@ -1628,15 +1628,15 @@
16281628
fetchache "0.1.2"
16291629
tslib "^2.4.0"
16301630

1631-
"@graphql-mesh/[email protected].33":
1632-
version "0.8.33"
1633-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.33.tgz#67a2a87ae918c87187682b6b489b925a23b50c4c"
1634-
integrity sha512-RaXlr+lbIzBxQF7fLUAxdcBTwGAySM3tKTrLqUmPPUokF2bPt5ayrfHrf+LCp1gDnkmOTWSVeqcmXvMuz49ZWQ==
1631+
"@graphql-mesh/[email protected].34":
1632+
version "0.8.34"
1633+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.34.tgz#16ee5e89844dbd3649e87de5b93eb7145effca9e"
1634+
integrity sha512-EkaoSuYtQDu7CI/7IPFH9/6HPaCDsilw4Bs+SRQN1q3a2oOXanJ0lIdrxuhhgu1kp6P8KYD/cTB1FMMiGTQpYA==
16351635
dependencies:
16361636
"@graphql-inspector/core" "3.3.0"
16371637
"@graphql-mesh/cross-helpers" "0.2.3"
1638-
"@graphql-mesh/types" "0.81.0"
1639-
"@graphql-mesh/utils" "0.41.0"
1638+
"@graphql-mesh/types" "0.82.0"
1639+
"@graphql-mesh/utils" "0.41.1"
16401640
"@graphql-tools/utils" "8.10.1"
16411641
tslib "^2.4.0"
16421642

@@ -1649,48 +1649,48 @@
16491649
json-pointer "0.6.2"
16501650
lodash.get "4.4.2"
16511651

1652-
"@graphql-mesh/[email protected].69":
1653-
version "0.11.69"
1654-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.69.tgz#3df01b440ef5f6bedb8be83d7099f7b55c7323a6"
1655-
integrity sha512-bGWb04aPrOPseKgTar1KbFcRbOysVmqqMejq4YAl2QeajpAkCZfF04AcUBlzeFFH8GO7mA/IDJKdktMeyBKo4w==
1652+
"@graphql-mesh/[email protected].70":
1653+
version "0.11.70"
1654+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.70.tgz#32351caf3c57210de7625c5928ef0a1ad885bf68"
1655+
integrity sha512-eIPrXXQbqxFQs2KxbkGKfVnsa7p6xkcBMc09Gaev3AHfBVtvBaWr1DKehEYn/ElbmgAMxRBw4dRtBmZ03j2KOA==
16561656
dependencies:
1657-
"@graphql-mesh/types" "0.81.0"
1658-
"@graphql-mesh/utils" "0.41.0"
1657+
"@graphql-mesh/types" "0.82.0"
1658+
"@graphql-mesh/utils" "0.41.1"
16591659
"@graphql-tools/delegate" "9.0.4"
16601660
"@graphql-tools/utils" "8.10.1"
16611661
"@graphql-tools/wrap" "9.0.5"
16621662
graphql-scalars "1.18.0"
16631663
tslib "^2.4.0"
16641664

1665-
"@graphql-mesh/[email protected].70":
1666-
version "0.12.70"
1667-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.70.tgz#458a6c82549c4847ccebdafd141d5aba3f9485ec"
1668-
integrity sha512-CEGaxWVCeFE/PVxv5T+LK7XuFschemQoDAAYufuL505fPH6a56vrDrtyVSN6qeQ04d9ZkwDIeDobdohDszrDTw==
1665+
"@graphql-mesh/[email protected].71":
1666+
version "0.12.71"
1667+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.71.tgz#3a4d6b6d64d5b61f1615d5938a1fec214e0b4183"
1668+
integrity sha512-ZyVYqCjSY/8bQd8+r8mOE1oBoY+lH5AOigz/oW6Sb4nAQP/2u+/4ogOFfwXaiCtdqYZv2RIgI8HU5NMYEzBgVw==
16691669
dependencies:
1670-
"@graphql-mesh/types" "0.81.0"
1671-
"@graphql-mesh/utils" "0.41.0"
1670+
"@graphql-mesh/types" "0.82.0"
1671+
"@graphql-mesh/utils" "0.41.1"
16721672
"@graphql-tools/delegate" "9.0.4"
16731673
"@graphql-tools/utils" "8.10.1"
16741674
"@graphql-tools/wrap" "9.0.5"
16751675
tslib "^2.4.0"
16761676

1677-
"@graphql-mesh/[email protected].24":
1678-
version "0.4.24"
1679-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.24.tgz#005eb270026e34476525bc1ff33aad1a738c97fb"
1680-
integrity sha512-AIRVNdTZt18bnvhzUuA7gs/ieX4yaDjdVOQGjTOqLeNu0JH9rXWBCpZ1X6V8uKZnJTyHuME9nkFrPqqbteuwDw==
1677+
"@graphql-mesh/[email protected].25":
1678+
version "0.4.25"
1679+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.25.tgz#02d8d361bb65af78aa25e28f93a61f7daf418d1c"
1680+
integrity sha512-P7X9dZaqQBkcxxbsdNg6KcEuMwdQYcZQ5kXo10H7BB+yiHXSJ8xcD4zP8aisdiK3Dy0qH5G+MiMMVxVEWaD+dA==
16811681
dependencies:
1682-
"@graphql-mesh/types" "0.81.0"
1683-
"@graphql-mesh/utils" "0.41.0"
1682+
"@graphql-mesh/types" "0.82.0"
1683+
"@graphql-mesh/utils" "0.41.1"
16841684
"@graphql-tools/delegate" "9.0.4"
16851685
"@graphql-tools/stitching-directives" "2.3.7"
16861686
tslib "^2.4.0"
16871687

1688-
"@graphql-mesh/types@0.81.0":
1689-
version "0.81.0"
1690-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.81.0.tgz#9d9b2a4c36b6b885895d1dcc53025e3ad2fad6cf"
1691-
integrity sha512-az9yqijkC2duJ+tvLg44Wj70tai+QDlk64ufaw/JHTe1fJKpw71QdM79cNRRNnmgpG8O6SdSkf/hOwHoowODZg==
1688+
"@graphql-mesh/types@0.82.0":
1689+
version "0.82.0"
1690+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.82.0.tgz#6e395374007550700395f80a69da13bea5006a75"
1691+
integrity sha512-ioaQ3LtHf+GNBKgD0AA0DCHzFmZNgOm1Ec0ummbaoc9dgdYvSlp/gqRfgC0MEIL45xPrCSqLE79mrmNgh6PpWw==
16921692
dependencies:
1693-
"@graphql-mesh/store" "0.8.33"
1693+
"@graphql-mesh/store" "0.8.34"
16941694
"@graphql-tools/batch-delegate" "8.3.7"
16951695
"@graphql-tools/delegate" "9.0.4"
16961696
"@graphql-tools/utils" "8.10.1"
@@ -1705,14 +1705,14 @@
17051705
"@graphql-tools/utils" "8.10.1"
17061706
tslib "^2.4.0"
17071707

1708-
"@graphql-mesh/[email protected].0":
1709-
version "0.41.0"
1710-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.0.tgz#a199ec5ccbc16d41b7a23779bd74e64652743b78"
1711-
integrity sha512-eExRk9RQx+/bfv4DGpnJv1k0VkG4n45/OMMYlJHU7tkbbx6grph9xDats74q32HQ6Rx/Vfjj0pVcf7D6DqxOZw==
1708+
"@graphql-mesh/[email protected].1":
1709+
version "0.41.1"
1710+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.1.tgz#c96ca15c9c16050abd445cb2088f4344658ca4ef"
1711+
integrity sha512-mq69z12lXBdMJxODk0KV3XnrufkQITGYgAZbY8WJSRzS9D2TUrZ1PxF9124hiI+rpeUAryPD3fm33ipL+krISw==
17121712
dependencies:
17131713
"@graphql-mesh/cross-helpers" "0.2.3"
17141714
"@graphql-mesh/string-interpolation" "0.3.2"
1715-
"@graphql-mesh/types" "0.81.0"
1715+
"@graphql-mesh/types" "0.82.0"
17161716
"@graphql-tools/delegate" "9.0.4"
17171717
"@graphql-tools/utils" "8.10.1"
17181718
"@graphql-typed-document-node/core" "3.1.1"

0 commit comments

Comments
 (0)