Skip to content

Commit bac68cf

Browse files
fix(deps): update all non-major dependencies (#210)
* 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 a2e75d8 commit bac68cf

File tree

7 files changed

+105
-90
lines changed

7 files changed

+105
-90
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.22) (from `0.4.21`, in `dependencies`)
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.76.1) (from `0.75.12`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.29.12) (from `0.29.11`, 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.2",
13-
"@graphql-mesh/transform-rename": "0.12.67",
13+
"@graphql-mesh/transform-rename": "0.12.68",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.19",

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "4.14.184",
57-
"@graphql-mesh/transform-prefix": "0.11.66"
57+
"@graphql-mesh/transform-prefix": "0.11.67"
5858
},
5959
"peerDependencies": {
6060
"graphql": "^15.2.0 || ^16.0.0",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.3",
50-
"@graphql-mesh/transform-type-merging": "0.4.21",
50+
"@graphql-mesh/transform-type-merging": "0.4.22",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {

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.75.12",
53-
"@graphql-mesh/graphql": "0.29.11",
52+
"@graphql-mesh/cli": "0.76.1",
53+
"@graphql-mesh/graphql": "0.29.12",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.4",
5656
"@graphprotocol/client-auto-type-merging": "1.0.5",

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.0"
14761476
tslib "^2.4.0"
14771477

1478-
"@graphql-mesh/[email protected].27":
1479-
version "0.6.27"
1480-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.27.tgz#6c85fb9fa075073b2d15e6faa703b3fd6a7657cb"
1481-
integrity sha512-ogdJ+qIcoMiO+WxTHs+VIWK/lhxZGY+bxWz48yTZqEeURtyPBs9AJyhEbvoetvBmUjOy+OYle0GvF2glB93Ikw==
1478+
"@graphql-mesh/[email protected].28":
1479+
version "0.6.28"
1480+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.28.tgz#1bbe0d7962aff94767393b2438e6590bd7ae4b50"
1481+
integrity sha512-xt7zrNViRkNQxmsoysAmIqs/R1E8y+4Ca0sGyTLn7UBgSyLBZFkIlZw1FoJC4zTAGRx/kmmfIJqoq5AB5PRU/A==
14821482
dependencies:
1483-
"@graphql-mesh/types" "0.80.0"
1484-
"@graphql-mesh/utils" "0.38.1"
1483+
"@graphql-mesh/types" "0.80.1"
1484+
"@graphql-mesh/utils" "0.39.0"
14851485
localforage "1.10.0"
14861486
tslib "^2.4.0"
14871487

1488-
"@graphql-mesh/cli@0.75.12":
1489-
version "0.75.12"
1490-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.12.tgz#78109a2a2fe0ada537b8f2840ceb2f442ffe7e3d"
1491-
integrity sha512-OUpEXqvtrmTKndPdgS/1SuNJpukafRO1oXnDqukK3zOQ4cieplnrnGALy/Efmdp9P7Xf62upceSOnGABApni0Q==
1488+
"@graphql-mesh/cli@0.76.1":
1489+
version "0.76.1"
1490+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.76.1.tgz#10872e10a726e9b55cb6b5a176eabdd3615f64a5"
1491+
integrity sha512-Lwxyza79pi4UuaGZFs3Hi3RbzyidKrt8tusrYXH3sBLXp1cIDBlNpoJigZTaBuccasJXUG5ZsqxO3/AukFk/4g==
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" "6.0.1"
1499+
"@graphql-mesh/config" "6.1.0"
15001500
"@graphql-mesh/cross-helpers" "0.2.2"
1501-
"@graphql-mesh/runtime" "0.42.1"
1502-
"@graphql-mesh/store" "0.8.30"
1503-
"@graphql-mesh/types" "0.80.0"
1504-
"@graphql-mesh/utils" "0.38.1"
1501+
"@graphql-mesh/runtime" "0.42.2"
1502+
"@graphql-mesh/store" "0.8.31"
1503+
"@graphql-mesh/types" "0.80.1"
1504+
"@graphql-mesh/utils" "0.39.0"
15051505
"@graphql-tools/code-file-loader" "7.3.3"
15061506
"@graphql-tools/graphql-file-loader" "7.5.2"
15071507
"@graphql-tools/load" "7.7.4"
@@ -1531,19 +1531,19 @@
15311531
ws "8.8.1"
15321532
yargs "17.5.1"
15331533

1534-
"@graphql-mesh/config@6.0.1":
1535-
version "6.0.1"
1536-
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-6.0.1.tgz#7632358aa7698eb786af4bcb906508fd98d94319"
1537-
integrity sha512-HynB8uxUQlEP7Vtp3tuOsk3UJ1IM00XYxIxO2Fud5XzTJhxFUOt7D/DFZ0B6eAf/yXYPauN0NQdRsRbr6O/AoQ==
1534+
"@graphql-mesh/config@6.1.0":
1535+
version "6.1.0"
1536+
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-6.1.0.tgz#c204f3e918d1bb7ac9a3ba62dfcff157708516a2"
1537+
integrity sha512-7qr/UGUa0nCutYYKpH2QFu/O3w/YdV736XA3T57r2UChnJuJkTCQuoafONNk47+sA1wLfeNa49fQjoP5QDDLfA==
15381538
dependencies:
15391539
"@envelop/core" "2.5.0"
1540-
"@graphql-mesh/cache-localforage" "0.6.27"
1540+
"@graphql-mesh/cache-localforage" "0.6.28"
15411541
"@graphql-mesh/cross-helpers" "0.2.2"
1542-
"@graphql-mesh/merger-bare" "0.15.11"
1543-
"@graphql-mesh/merger-stitching" "0.16.10"
1544-
"@graphql-mesh/store" "0.8.30"
1545-
"@graphql-mesh/types" "0.80.0"
1546-
"@graphql-mesh/utils" "0.38.1"
1542+
"@graphql-mesh/merger-bare" "0.15.12"
1543+
"@graphql-mesh/merger-stitching" "0.16.11"
1544+
"@graphql-mesh/store" "0.8.31"
1545+
"@graphql-mesh/types" "0.80.1"
1546+
"@graphql-mesh/utils" "0.39.0"
15471547
"@graphql-tools/code-file-loader" "7.3.3"
15481548
"@graphql-tools/graphql-file-loader" "7.5.2"
15491549
"@graphql-tools/load" "7.7.4"
@@ -1565,76 +1565,76 @@
15651565
react-native-fs "2.20.0"
15661566
react-native-path "0.0.5"
15671567

1568-
"@graphql-mesh/[email protected].11":
1569-
version "0.29.11"
1570-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.11.tgz#327c323fae42ac991a27dab5598e91ed4b25f5ab"
1571-
integrity sha512-2Yu3CMbEWf3Y6iyBgGlaMQNR11GhD/8KhXk+yx3k2yB04bLgPrcBNDSNpHaCT4mcyldFymm2j3GxWqGoZwgdFw==
1568+
"@graphql-mesh/[email protected].12":
1569+
version "0.29.12"
1570+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.12.tgz#a22ca8363c2a01c10d2e79cec696e92a68683d02"
1571+
integrity sha512-B3jQOyp6EoZBxe8Sv8Zd0ASWkhRjlAZPMmLzbvtxe4o3XLgElEZa/XN6T5P72GhC6zynIIqbXjHfxGw9srpkkw==
15721572
dependencies:
15731573
"@graphql-mesh/cross-helpers" "0.2.2"
1574-
"@graphql-mesh/store" "0.8.30"
1574+
"@graphql-mesh/store" "0.8.31"
15751575
"@graphql-mesh/string-interpolation" "0.3.2"
1576-
"@graphql-mesh/types" "0.80.0"
1577-
"@graphql-mesh/utils" "0.38.1"
1576+
"@graphql-mesh/types" "0.80.1"
1577+
"@graphql-mesh/utils" "0.39.0"
15781578
"@graphql-tools/delegate" "9.0.3"
15791579
"@graphql-tools/url-loader" "7.13.9"
15801580
"@graphql-tools/utils" "8.10.0"
15811581
"@graphql-tools/wrap" "9.0.4"
15821582
lodash.get "4.4.2"
15831583
tslib "^2.4.0"
15841584

1585-
"@graphql-mesh/[email protected].11":
1586-
version "0.15.11"
1587-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.11.tgz#06d6e3add853f2788943f142d53a87238eb37c29"
1588-
integrity sha512-ysljDJllHcYSSBWes9GALz22DAjkbnHiQh3hWZ79MJQ3bxXhCNDixHFbePBtSscP5T175sUzx/2MHXd5cKzCIQ==
1585+
"@graphql-mesh/[email protected].12":
1586+
version "0.15.12"
1587+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.12.tgz#8e0026726a9117ec5276d86d5b7c4b0d451f1a3c"
1588+
integrity sha512-bo+d8Pp6OIHa2D6DbdhWXjGXzKmjLDDEZxUlEztCC+9wsrJVOwiopzadNNW+P0nWbS4YsuNqUT7cpOtk8U8A7Q==
15891589
dependencies:
1590-
"@graphql-mesh/types" "0.80.0"
1591-
"@graphql-mesh/utils" "0.38.1"
1590+
"@graphql-mesh/types" "0.80.1"
1591+
"@graphql-mesh/utils" "0.39.0"
15921592
"@graphql-tools/schema" "9.0.1"
15931593
"@graphql-tools/utils" "8.10.0"
15941594
"@graphql-tools/wrap" "9.0.4"
15951595
tslib "^2.4.0"
15961596

1597-
"@graphql-mesh/[email protected].10":
1598-
version "0.16.10"
1599-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.10.tgz#9342a8d98c9ec8995aa495b5db3975575d5fe33c"
1600-
integrity sha512-zdTORmNklF7Zq9XNoiEyzIGpfEZKeAtXd3Gz2otjTJi+/bX7dlTxYP90Mhy9UQyLrPvXSAG4metv+uuGZPuYLQ==
1597+
"@graphql-mesh/[email protected].11":
1598+
version "0.16.11"
1599+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.11.tgz#1a0eddf212f586fea55249d981abae3291904209"
1600+
integrity sha512-ZXf6C/lEwxzgkzWuZkaOkDooz3sZ9BexFF0Te/E57Z+WyM5OcLwAn34cexGiNmzULYlSzvR1XsVbd5w1Q00boQ==
16011601
dependencies:
1602-
"@graphql-mesh/store" "0.8.30"
1603-
"@graphql-mesh/types" "0.80.0"
1604-
"@graphql-mesh/utils" "0.38.1"
1602+
"@graphql-mesh/store" "0.8.31"
1603+
"@graphql-mesh/types" "0.80.1"
1604+
"@graphql-mesh/utils" "0.39.0"
16051605
"@graphql-tools/delegate" "9.0.3"
16061606
"@graphql-tools/schema" "9.0.1"
16071607
"@graphql-tools/stitch" "8.7.6"
16081608
"@graphql-tools/stitching-directives" "2.3.6"
16091609
"@graphql-tools/utils" "8.10.0"
16101610
tslib "^2.4.0"
16111611

1612-
"@graphql-mesh/[email protected].1":
1613-
version "0.42.1"
1614-
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.42.1.tgz#c419049ce393bec8279bdf61201ce6168611a627"
1615-
integrity sha512-2gtcW3M3VE6TRpHcQjqXyeF9tPpFdCwboRRZ/fU49CkrmGG/nutAjUZ12QLchYrDHl9kN7D+mz3ArXzfO/G2tA==
1612+
"@graphql-mesh/[email protected].2":
1613+
version "0.42.2"
1614+
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.42.2.tgz#01462f394af45f7569d624820e4db4346bb44940"
1615+
integrity sha512-FK3vBRIyrjyhKqpzwp0WjvhDdax1f3027FfL6mKKc6pVwwhK0rE8DhRhORRXQasKJZIV9cP4r1A99TjRDMr2vA==
16161616
dependencies:
16171617
"@envelop/core" "2.5.0"
16181618
"@envelop/extended-validation" "1.8.0"
16191619
"@graphql-mesh/string-interpolation" "0.3.2"
1620-
"@graphql-mesh/types" "0.80.0"
1621-
"@graphql-mesh/utils" "0.38.1"
1620+
"@graphql-mesh/types" "0.80.1"
1621+
"@graphql-mesh/utils" "0.39.0"
16221622
"@graphql-tools/batch-delegate" "8.3.6"
16231623
"@graphql-tools/batch-execute" "8.5.3"
16241624
"@graphql-tools/delegate" "9.0.3"
16251625
"@graphql-tools/utils" "8.10.0"
16261626
"@graphql-tools/wrap" "9.0.4"
16271627
tslib "^2.4.0"
16281628

1629-
"@graphql-mesh/[email protected].30":
1630-
version "0.8.30"
1631-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.30.tgz#df3c176342d47f08abd85ab43d6bd297817d868c"
1632-
integrity sha512-T2f+X4uVBbKlrHEXonIzBOGMaf5QC9sb+j+XY6yPwo4gl0JoqAl8Rf3GPujV/cechpGPRCEiUb+OgeJbQMDv6w==
1629+
"@graphql-mesh/[email protected].31":
1630+
version "0.8.31"
1631+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.31.tgz#cd440d47fc32c74719acabd6edc34c41f5873e42"
1632+
integrity sha512-a+zOt13hyh1SemgJiI9qibR22DlCsn4/KkW57C+VgJa4WddJqHYcMwsvEq4kJrGEAk8rFXY44WnYtFaft1XgOQ==
16331633
dependencies:
16341634
"@graphql-inspector/core" "3.3.0"
16351635
"@graphql-mesh/cross-helpers" "0.2.2"
1636-
"@graphql-mesh/types" "0.80.0"
1637-
"@graphql-mesh/utils" "0.38.1"
1636+
"@graphql-mesh/types" "0.80.1"
1637+
"@graphql-mesh/utils" "0.39.0"
16381638
"@graphql-tools/utils" "8.10.0"
16391639
tslib "^2.4.0"
16401640

@@ -1647,48 +1647,48 @@
16471647
json-pointer "0.6.2"
16481648
lodash.get "4.4.2"
16491649

1650-
"@graphql-mesh/[email protected].66":
1651-
version "0.11.66"
1652-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.66.tgz#e2887377c7bb4c651cbaebca573772e6f5499d83"
1653-
integrity sha512-LBVFn+5AWcCZDKgrOYuS/ZlVSsXle+a+MKocJAR7MIqsP7EreJfBpnzJEkN7bIIukZRNgZ8IoD/4jlLh0AZLiA==
1650+
"@graphql-mesh/[email protected].67":
1651+
version "0.11.67"
1652+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.67.tgz#ae86ef276a861b0e6200a0e7ae6a1f68d38be625"
1653+
integrity sha512-GRfKMN9jc/I1t7PBmbgk4Vt4pMX6gwaw9Q4knAbWq+MlyJkJYs9yRPF09jHOIidEpc1PWOLNqXyIVqHL23XDAQ==
16541654
dependencies:
1655-
"@graphql-mesh/types" "0.80.0"
1656-
"@graphql-mesh/utils" "0.38.1"
1655+
"@graphql-mesh/types" "0.80.1"
1656+
"@graphql-mesh/utils" "0.39.0"
16571657
"@graphql-tools/delegate" "9.0.3"
16581658
"@graphql-tools/utils" "8.10.0"
16591659
"@graphql-tools/wrap" "9.0.4"
16601660
graphql-scalars "1.18.0"
16611661
tslib "^2.4.0"
16621662

1663-
"@graphql-mesh/[email protected].67":
1664-
version "0.12.67"
1665-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.67.tgz#e771d8ec0a472c778a217d822e723f9b49002955"
1666-
integrity sha512-1j409RCh6cxckpP21vd4J6iuv0LEFBqp7Wzb5HltsxhDL3snC1YMVuNHLxxY2Xr0doX+109v62k16KYcPkT6Jw==
1663+
"@graphql-mesh/[email protected].68":
1664+
version "0.12.68"
1665+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.68.tgz#a22754b1a6049f0e33e72431fa23408be3f2c3eb"
1666+
integrity sha512-YlvOifIQWfy+3XT2WMOuyp1xvoTfJmWrQSUmdvSP1Wyt3ocxdfouDJsh52wCvHaGwHJ6wBZ0eEmc6g4LHfYvvQ==
16671667
dependencies:
1668-
"@graphql-mesh/types" "0.80.0"
1669-
"@graphql-mesh/utils" "0.38.1"
1668+
"@graphql-mesh/types" "0.80.1"
1669+
"@graphql-mesh/utils" "0.39.0"
16701670
"@graphql-tools/delegate" "9.0.3"
16711671
"@graphql-tools/utils" "8.10.0"
16721672
"@graphql-tools/wrap" "9.0.4"
16731673
tslib "^2.4.0"
16741674

1675-
"@graphql-mesh/[email protected].21":
1676-
version "0.4.21"
1677-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.21.tgz#6b8b2ae85c92c7862173d8e775a6f9e023b1f3aa"
1678-
integrity sha512-Jkgl19zwynZvp/3uL9Orhk2s4qHsfBmx2zs7p6x5+J6/T7lLW6Yv0zLDQV0rTzYBV5I0sk63ANNV4GSi7skZ9g==
1675+
"@graphql-mesh/[email protected].22":
1676+
version "0.4.22"
1677+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.22.tgz#2c00e741cce1f97375d61634b03e33fe3de4b60c"
1678+
integrity sha512-q04sHwxMsmrdEDqhYfAgpqP84Qc5G4WkO4+u5tFfTNvc8EEdLqWrhs5PNYIEBo1sKTbpXVMbEdxX0798Pv1bMw==
16791679
dependencies:
1680-
"@graphql-mesh/types" "0.80.0"
1681-
"@graphql-mesh/utils" "0.38.1"
1680+
"@graphql-mesh/types" "0.80.1"
1681+
"@graphql-mesh/utils" "0.39.0"
16821682
"@graphql-tools/delegate" "9.0.3"
16831683
"@graphql-tools/stitching-directives" "2.3.6"
16841684
tslib "^2.4.0"
16851685

1686-
"@graphql-mesh/[email protected].0":
1687-
version "0.80.0"
1688-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.80.0.tgz#4be6520e7f04790d3bc99e9cc4ffc9b8f0c02b0b"
1689-
integrity sha512-rFC34VNSInR1ENFYbAAV7NBE2C6q7WU6JQUMyaLn2bT3HGpAO1pcEMi3MrnT3aHe/HWVhhJW42Vpfm+2ipF0Fg==
1686+
"@graphql-mesh/[email protected].1":
1687+
version "0.80.1"
1688+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.80.1.tgz#a02001687317f9bb6ac7c69b14e6f4960aa70223"
1689+
integrity sha512-+qXU1cSGRugD9yOOIV3KBMSWIPTsAGZyTeliycQhBwoG5T0G05m2/gM376IMvYiXtt6/ti9M8RvwXjgULO8y4w==
16901690
dependencies:
1691-
"@graphql-mesh/store" "0.8.30"
1691+
"@graphql-mesh/store" "0.8.31"
16921692
"@graphql-tools/delegate" "9.0.3"
16931693
"@graphql-tools/utils" "8.10.0"
16941694
"@graphql-typed-document-node/core" "3.1.1"
@@ -1702,14 +1702,14 @@
17021702
"@graphql-tools/utils" "8.10.0"
17031703
tslib "^2.4.0"
17041704

1705-
"@graphql-mesh/utils@0.38.1":
1706-
version "0.38.1"
1707-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.38.1.tgz#1daafa69befd6e87677dc3514396654fd9558dbe"
1708-
integrity sha512-fLyKqBsLI8LLMyAOeLe/sUdF+lBBKE/JSpqHLzZNaJDqZsw0krpzSmK6sF9fh4OXUtwIxR+YKBpbGLqQRox47w==
1705+
"@graphql-mesh/utils@0.39.0":
1706+
version "0.39.0"
1707+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.39.0.tgz#9aceada531c8fa85b3dece84ea98c1119ff48170"
1708+
integrity sha512-GNWd0YPuLhKK1BWTnksyZMkmqjdg3w85uYxryyleYIm+vfM9qH+xHXCYLD13ETz5p4ZOZTzlXTiDGVDAvaPSlg==
17091709
dependencies:
17101710
"@graphql-mesh/cross-helpers" "0.2.2"
17111711
"@graphql-mesh/string-interpolation" "0.3.2"
1712-
"@graphql-mesh/types" "0.80.0"
1712+
"@graphql-mesh/types" "0.80.1"
17131713
"@graphql-tools/delegate" "9.0.3"
17141714
"@graphql-tools/utils" "8.10.0"
17151715
"@graphql-typed-document-node/core" "3.1.1"

0 commit comments

Comments
 (0)