Skip to content

Commit 6ccbd0b

Browse files
fix(deps): update all non-major dependencies (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ecbb37 commit 6ccbd0b

File tree

5 files changed

+96
-109
lines changed

5 files changed

+96
-109
lines changed

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.1.0",
13-
"@graphql-mesh/transform-rename": "0.12.60",
13+
"@graphql-mesh/transform-rename": "0.12.61",
1414
"concurrently": "7.3.0",
1515
"graphql": "16.5.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.182",
57-
"@graphql-mesh/transform-prefix": "0.11.59"
57+
"@graphql-mesh/transform-prefix": "0.11.60"
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": "8.8.0",
50-
"@graphql-mesh/transform-type-merging": "0.4.14",
50+
"@graphql-mesh/transform-type-merging": "0.4.15",
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.1",
53-
"@graphql-mesh/graphql": "0.29.4",
52+
"@graphql-mesh/cli": "0.75.2",
53+
"@graphql-mesh/graphql": "0.29.5",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.0",
5656
"@graphprotocol/client-auto-type-merging": "1.0.1",

yarn.lock

Lines changed: 91 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,33 +1458,33 @@
14581458
"@graphql-tools/utils" "8.6.13"
14591459
tslib "^2.4.0"
14601460

1461-
"@graphql-mesh/[email protected].20":
1462-
version "0.6.20"
1463-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.20.tgz#d67d6e192bff4be00335df72a4a87ece4603230d"
1464-
integrity sha512-1gHfWySPr3N7OGt+fmul5M7KofIdsBToVPqKUSaf1QzaY7puJc+xUbrRlBBIRH28cv1xxOJz5Lt/jGHVEH4b/Q==
1461+
"@graphql-mesh/[email protected].21":
1462+
version "0.6.21"
1463+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.21.tgz#d0856589e97cdff3203adfcca76059c67473aba5"
1464+
integrity sha512-L6mNU/J5S+xmD3kFC0f5qKAg5xiE9LsGjtUIJS8LE2xkwSI98I3jh7FhbCO/ngrIZzicrDwfskh8dMNL28nf2Q==
14651465
dependencies:
1466-
"@graphql-mesh/types" "0.78.3"
1467-
"@graphql-mesh/utils" "0.37.4"
1466+
"@graphql-mesh/types" "0.78.4"
1467+
"@graphql-mesh/utils" "0.37.5"
14681468
localforage "1.10.0"
14691469
tslib "^2.4.0"
14701470

1471-
"@graphql-mesh/[email protected].1":
1472-
version "0.75.1"
1473-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.1.tgz#1639ccd04fae4c058f7f766b737ab95c00f2f08a"
1474-
integrity sha512-Oe63vG8HRwgICxYnsGGhx8kDbDLZh60IWSRPBqHm/4y+asJlR1bcBtso52img140Rwa5cV/WdRl1TJvLhwUdLw==
1471+
"@graphql-mesh/[email protected].2":
1472+
version "0.75.2"
1473+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.2.tgz#acdbc5866c3d78331b3bc956ed944e8b1bb443d2"
1474+
integrity sha512-HeOu0tmqXQxjBlsF3LxcNDEM9KNp7x6hya8pe1PjfsP5IqMzoUogZtX9/fb7wyr9fs2myym1rJLPzpWwpQWneg==
14751475
dependencies:
14761476
"@graphql-codegen/core" "2.6.0"
14771477
"@graphql-codegen/typed-document-node" "2.3.2"
14781478
"@graphql-codegen/typescript" "2.7.2"
14791479
"@graphql-codegen/typescript-generic-sdk" "2.4.2"
14801480
"@graphql-codegen/typescript-operations" "2.5.2"
14811481
"@graphql-codegen/typescript-resolvers" "2.7.2"
1482-
"@graphql-mesh/config" "5.1.1"
1482+
"@graphql-mesh/config" "5.1.2"
14831483
"@graphql-mesh/cross-helpers" "0.2.0"
1484-
"@graphql-mesh/runtime" "0.41.3"
1485-
"@graphql-mesh/store" "0.8.23"
1486-
"@graphql-mesh/types" "0.78.3"
1487-
"@graphql-mesh/utils" "0.37.4"
1484+
"@graphql-mesh/runtime" "0.41.4"
1485+
"@graphql-mesh/store" "0.8.24"
1486+
"@graphql-mesh/types" "0.78.4"
1487+
"@graphql-mesh/utils" "0.37.5"
14881488
"@graphql-tools/code-file-loader" "7.3.0"
14891489
"@graphql-tools/graphql-file-loader" "7.4.0"
14901490
"@graphql-tools/load" "7.7.0"
@@ -1514,19 +1514,19 @@
15141514
ws "8.8.1"
15151515
yargs "17.5.1"
15161516

1517-
"@graphql-mesh/[email protected].1":
1518-
version "5.1.1"
1519-
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-5.1.1.tgz#4bc033a891e5ec8a0fe06e914980f8a2317c9c33"
1520-
integrity sha512-shOEgHAA/SapBOZYCPEKQ+C6pfAgejqTLV89/hs1SVKo/kpBIASujuTLwVt3c7z3M8BhJZ+uhoKitzH1jXWWQA==
1517+
"@graphql-mesh/[email protected].2":
1518+
version "5.1.2"
1519+
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-5.1.2.tgz#9c921eea89803fc656f5147917d9e4dfb807ac50"
1520+
integrity sha512-8k1FHfAwTHAdeDgsXbJdYGkbpTTiSN3/sWRNdW0yEvo6+lMeRkScswu81z21HR338JH15HBPKtP7BUOC1J4jBw==
15211521
dependencies:
15221522
"@envelop/core" "2.4.0"
1523-
"@graphql-mesh/cache-localforage" "0.6.20"
1523+
"@graphql-mesh/cache-localforage" "0.6.21"
15241524
"@graphql-mesh/cross-helpers" "0.2.0"
1525-
"@graphql-mesh/merger-bare" "0.15.3"
1526-
"@graphql-mesh/merger-stitching" "0.16.3"
1527-
"@graphql-mesh/store" "0.8.23"
1528-
"@graphql-mesh/types" "0.78.3"
1529-
"@graphql-mesh/utils" "0.37.4"
1525+
"@graphql-mesh/merger-bare" "0.15.4"
1526+
"@graphql-mesh/merger-stitching" "0.16.4"
1527+
"@graphql-mesh/store" "0.8.24"
1528+
"@graphql-mesh/types" "0.78.4"
1529+
"@graphql-mesh/utils" "0.37.5"
15301530
"@graphql-tools/code-file-loader" "7.3.0"
15311531
"@graphql-tools/graphql-file-loader" "7.4.0"
15321532
"@graphql-tools/load" "7.7.0"
@@ -1548,74 +1548,74 @@
15481548
react-native-fs "2.20.0"
15491549
react-native-path "0.0.5"
15501550

1551-
"@graphql-mesh/[email protected].4":
1552-
version "0.29.4"
1553-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.4.tgz#8c741b2f6dac3af3352333c9195f39d9506f9d64"
1554-
integrity sha512-Wh+BFw2wdBZCLKuoQTd+CDuAvTZ1OEX2sEkOXX7pNFPiiQ235iepNDvmZSfVfMWK1AyBQOGlLtUEKEGJhBCmSQ==
1551+
"@graphql-mesh/[email protected].5":
1552+
version "0.29.5"
1553+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.5.tgz#5f5881a7145133bca42596e7ba86d3c95d338bbe"
1554+
integrity sha512-NN3qZdvBJdhk9HUo//4BSqq0sRIt1kMhD/2iJ+N8zGWmzmuShJctqcrAqoG6hYzddhq1Xuc5zqkekuL1QdIRyw==
15551555
dependencies:
15561556
"@graphql-mesh/cross-helpers" "0.2.0"
1557-
"@graphql-mesh/store" "0.8.23"
1557+
"@graphql-mesh/store" "0.8.24"
15581558
"@graphql-mesh/string-interpolation" "0.3.0"
1559-
"@graphql-mesh/types" "0.78.3"
1560-
"@graphql-mesh/utils" "0.37.4"
1559+
"@graphql-mesh/types" "0.78.4"
1560+
"@graphql-mesh/utils" "0.37.5"
15611561
"@graphql-tools/delegate" "8.8.0"
1562-
"@graphql-tools/url-loader" "7.12.1"
1562+
"@graphql-tools/url-loader" "7.13.0"
15631563
"@graphql-tools/utils" "8.8.0"
15641564
"@graphql-tools/wrap" "8.5.0"
15651565
lodash.get "4.4.2"
15661566
tslib "^2.4.0"
15671567

1568-
"@graphql-mesh/[email protected].3":
1569-
version "0.15.3"
1570-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.3.tgz#69f840efb4b3fcc21914100c3f01c6d9df80e282"
1571-
integrity sha512-IROpbAbOtggxewnt5eOoafhMNGxCIWzgmpWd4o5H21bwtCk2TcmiK2XdVx6v5pXXdDztg8rYceOJMVAb8qPvGQ==
1568+
"@graphql-mesh/[email protected].4":
1569+
version "0.15.4"
1570+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.4.tgz#0ed55affdd45837eafd32d5a6190edc3f2c5a15f"
1571+
integrity sha512-w21Y+1XEBLItjmhEzuia1KKpk/69X22aTqPgFzM83zacvMXkgadbiPnejmB7CWEl/WKreOAI07tzLeZJ8eS7fg==
15721572
dependencies:
1573-
"@graphql-mesh/types" "0.78.3"
1574-
"@graphql-mesh/utils" "0.37.4"
1573+
"@graphql-mesh/types" "0.78.4"
1574+
"@graphql-mesh/utils" "0.37.5"
15751575
"@graphql-tools/schema" "8.5.0"
15761576
"@graphql-tools/utils" "8.8.0"
15771577
tslib "^2.4.0"
15781578

1579-
"@graphql-mesh/[email protected].3":
1580-
version "0.16.3"
1581-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.3.tgz#380b397578c303badbd96b5b8e40bf79558e89e1"
1582-
integrity sha512-z1AOfbJpaP9Kg1j/uezrxvTX8bN/3jrI4cX811V187vnc39HletkKx0iWu/EFiREfo3lKlYYhO5q9uw81PSMNw==
1579+
"@graphql-mesh/[email protected].4":
1580+
version "0.16.4"
1581+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.4.tgz#9e03b9bd2627c2ab06522380c3ea1130ea645b63"
1582+
integrity sha512-NmjNeg5pTFVlF7rB7wSFz6l19RKwZdfJpZFqkse87ASBuriKwz34Vwq4zzTMqxJPIuwCNHJ8ACOLhWfFQd0N0w==
15831583
dependencies:
1584-
"@graphql-mesh/store" "0.8.23"
1585-
"@graphql-mesh/types" "0.78.3"
1586-
"@graphql-mesh/utils" "0.37.4"
1584+
"@graphql-mesh/store" "0.8.24"
1585+
"@graphql-mesh/types" "0.78.4"
1586+
"@graphql-mesh/utils" "0.37.5"
15871587
"@graphql-tools/delegate" "8.8.0"
15881588
"@graphql-tools/schema" "8.5.0"
15891589
"@graphql-tools/stitch" "8.7.0"
15901590
"@graphql-tools/stitching-directives" "2.3.0"
15911591
"@graphql-tools/utils" "8.8.0"
15921592
tslib "^2.4.0"
15931593

1594-
"@graphql-mesh/[email protected].3":
1595-
version "0.41.3"
1596-
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.41.3.tgz#c2a0c78ad623bc4e69af2aafa5dd0d6f9ed0a75f"
1597-
integrity sha512-1Fb5R0HEfeVByGjckSxUFNf+zijXjzA8hy/R0MTvzakHr8vgJuJoA4s0xTYWDHJa+v0YDdsKhtzz+MVnsojEKQ==
1594+
"@graphql-mesh/[email protected].4":
1595+
version "0.41.4"
1596+
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.41.4.tgz#11269985069683b1bdca1b092bf7375d802a25be"
1597+
integrity sha512-tRJjNArv1dv5JssyeNS/AbTQWhCt/LFYztcBWOVD0iIsoXcc6jLXmF5NdgsYido+MEojXzqm3voIGsYCkuHXrg==
15981598
dependencies:
15991599
"@envelop/core" "2.4.0"
16001600
"@envelop/extended-validation" "1.7.0"
16011601
"@graphql-mesh/string-interpolation" "0.3.0"
1602-
"@graphql-mesh/types" "0.78.3"
1603-
"@graphql-mesh/utils" "0.37.4"
1602+
"@graphql-mesh/types" "0.78.4"
1603+
"@graphql-mesh/utils" "0.37.5"
16041604
"@graphql-tools/batch-delegate" "8.3.0"
16051605
"@graphql-tools/delegate" "8.8.0"
16061606
"@graphql-tools/utils" "8.8.0"
16071607
"@graphql-tools/wrap" "8.5.0"
16081608
tslib "^2.4.0"
16091609

1610-
"@graphql-mesh/[email protected].23":
1611-
version "0.8.23"
1612-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.23.tgz#10e094f06801c91ffe7051a79029dfe3280cbe6f"
1613-
integrity sha512-0HWlKVD0TwPwtkMqWhxbvfOPBg59MtS7tI2TCCAz2nqBtz7oK0vARi5xru7A1xNytZ7t+fBOFbIaCrvsgois1A==
1610+
"@graphql-mesh/[email protected].24":
1611+
version "0.8.24"
1612+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.24.tgz#1013d984fa31b1b4c8bb401b689b35f7c1df84c9"
1613+
integrity sha512-ehjgWqvo4P18dBNGi8pVn4NLgRB42KQtWiWp5ffJFHzNzatopc7cDemVLfLlgVid5hxEDlynSXZdjkUzg804HA==
16141614
dependencies:
16151615
"@graphql-inspector/core" "3.3.0"
16161616
"@graphql-mesh/cross-helpers" "0.2.0"
1617-
"@graphql-mesh/types" "0.78.3"
1618-
"@graphql-mesh/utils" "0.37.4"
1617+
"@graphql-mesh/types" "0.78.4"
1618+
"@graphql-mesh/utils" "0.37.5"
16191619
"@graphql-tools/utils" "8.8.0"
16201620
tslib "^2.4.0"
16211621

@@ -1628,48 +1628,48 @@
16281628
json-pointer "0.6.2"
16291629
lodash.get "4.4.2"
16301630

1631-
"@graphql-mesh/[email protected].59":
1632-
version "0.11.59"
1633-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.59.tgz#5ee79c70194fe1dddfeda01c395ab6aa7941b4d4"
1634-
integrity sha512-ssL4X44s23HkCKIJRzYNs0kf8g8JintN8rdRyaYQt/9lsshu2mjzQiJFIEICHnB8hpKj7f3VmK0mCNJQBISLIw==
1631+
"@graphql-mesh/[email protected].60":
1632+
version "0.11.60"
1633+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.60.tgz#527d834b30973f3e694b33f3cc2c9041c29a6e3a"
1634+
integrity sha512-evBVt4ozjjjepI2g9TDfwKzkc/kH5368lqwaLwUPMEeiTlOm2SO7hR+F887dio/TqSBlww/D28tkFP8G+25CwQ==
16351635
dependencies:
1636-
"@graphql-mesh/types" "0.78.3"
1637-
"@graphql-mesh/utils" "0.37.4"
1636+
"@graphql-mesh/types" "0.78.4"
1637+
"@graphql-mesh/utils" "0.37.5"
16381638
"@graphql-tools/delegate" "8.8.0"
16391639
"@graphql-tools/utils" "8.8.0"
16401640
"@graphql-tools/wrap" "8.5.0"
16411641
graphql-scalars "1.17.0"
16421642
tslib "^2.4.0"
16431643

1644-
"@graphql-mesh/[email protected].60":
1645-
version "0.12.60"
1646-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.60.tgz#6ff09d0d0133b4e67a21b8807efff01cc5f5a732"
1647-
integrity sha512-iPMP54BJ7p9umdiz96dM33NuIckF9yRg+cp5dFw6PBEfIpEohypolrLhD4hnsR92x50wAS+dvTqONpolSSjz2Q==
1644+
"@graphql-mesh/[email protected].61":
1645+
version "0.12.61"
1646+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.61.tgz#cea917ff7a99a2741212d7752458f44b5415189c"
1647+
integrity sha512-4Msy5laNjtRsg20gBmmKGT4Qmh20meO37HZXxtndVPZuMb4GrZSRm3J8qOM5d9f31bQ38Ns7luSIienkpkmkyA==
16481648
dependencies:
1649-
"@graphql-mesh/types" "0.78.3"
1650-
"@graphql-mesh/utils" "0.37.4"
1649+
"@graphql-mesh/types" "0.78.4"
1650+
"@graphql-mesh/utils" "0.37.5"
16511651
"@graphql-tools/delegate" "8.8.0"
16521652
"@graphql-tools/utils" "8.8.0"
16531653
"@graphql-tools/wrap" "8.5.0"
16541654
tslib "^2.4.0"
16551655

1656-
"@graphql-mesh/[email protected].14":
1657-
version "0.4.14"
1658-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.14.tgz#b6001b44b6cf857c602a3cfa95b22692b0ea41f4"
1659-
integrity sha512-tEew0eovSHMLpmZfgTOpQZ+clXdJcZ2djapb1Ps98ZdpuHdilRIhpLvPwN59SJVxOBDG5hkrqF2hTSbTcmJtMQ==
1656+
"@graphql-mesh/[email protected].15":
1657+
version "0.4.15"
1658+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.15.tgz#8514e11fd2aa9eeb88e1c2d076e62add6c1a8e99"
1659+
integrity sha512-dGgl1kZ9NXbq2tvHypOgDvfQVoBwyJyY8vBJZRpm7Q7LvBj9DxrdyAUPdmTLqVehidAjxcDyn40aINCrALk1PQ==
16601660
dependencies:
1661-
"@graphql-mesh/types" "0.78.3"
1662-
"@graphql-mesh/utils" "0.37.4"
1661+
"@graphql-mesh/types" "0.78.4"
1662+
"@graphql-mesh/utils" "0.37.5"
16631663
"@graphql-tools/delegate" "8.8.0"
16641664
"@graphql-tools/stitching-directives" "2.3.0"
16651665
tslib "^2.4.0"
16661666

1667-
"@graphql-mesh/[email protected].3":
1668-
version "0.78.3"
1669-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.78.3.tgz#b4315bd210b63150a3b6385bb982d7b3d9f2fcd5"
1670-
integrity sha512-Gy+dBQwMDjIsGQIZU74M7ilyji9gJJLQwQ+JdI1ghUrfvMNtAvrp+Y3J00EyqpsGE1qPQXWKEdT2NfkA1VyNTg==
1667+
"@graphql-mesh/[email protected].4":
1668+
version "0.78.4"
1669+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.78.4.tgz#fcdf032d27163a96419e58d410756d3c3d34596a"
1670+
integrity sha512-+yt+aFcrCBW+ABZ7a+qXp+H11MliX6dDRnbUqsY4Tl02mUp5Sn8y/lW4GPpfpMCv+ljS1I4fnlP5hvhPzRVJqw==
16711671
dependencies:
1672-
"@graphql-mesh/store" "0.8.23"
1672+
"@graphql-mesh/store" "0.8.24"
16731673
"@graphql-tools/delegate" "8.8.0"
16741674
"@graphql-tools/utils" "8.8.0"
16751675
"@graphql-typed-document-node/core" "3.1.1"
@@ -1683,14 +1683,14 @@
16831683
"@graphql-tools/utils" "8.6.13"
16841684
tslib "^2.4.0"
16851685

1686-
"@graphql-mesh/[email protected].4":
1687-
version "0.37.4"
1688-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.37.4.tgz#fb323bbe35d203816775207ab6e7180a50f2c1ee"
1689-
integrity sha512-Wzz+XQeMpF34AMPHb8fcB4om7p6zsDCg1rW+9k9d30PRxz34nJzYUHWNQNJo+kP/f6orpRl8Ir0byPfiJuwl2Q==
1686+
"@graphql-mesh/[email protected].5":
1687+
version "0.37.5"
1688+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.37.5.tgz#13632794dbdc6a847275795a5d6e24f963ea7b88"
1689+
integrity sha512-iZHWqOAEKddGhIvy3z5wtgFf6ZlC/w2RHule11BEC1TLnoFp6EBfJrXWdr2wES8jyh3qTYsYkuYYyI8j9zmNHQ==
16901690
dependencies:
16911691
"@graphql-mesh/cross-helpers" "0.2.0"
16921692
"@graphql-mesh/string-interpolation" "0.3.0"
1693-
"@graphql-mesh/types" "0.78.3"
1693+
"@graphql-mesh/types" "0.78.4"
16941694
"@graphql-tools/delegate" "8.8.0"
16951695
"@graphql-tools/utils" "8.8.0"
16961696
"@graphql-typed-document-node/core" "3.1.1"
@@ -1843,17 +1843,17 @@
18431843
"@graphql-tools/utils" "8.8.0"
18441844
tslib "^2.4.0"
18451845

1846-
"@graphql-tools/url-loader@7.12.1":
1847-
version "7.12.1"
1848-
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.12.1.tgz#931a65da4faced1a71ddc5af638b87140ff3dfb6"
1849-
integrity sha512-Fd3ZZLEEr9GGFHEbdrcaMHFQu01BLpFnNDBkISupvjokd497O5Uh0xZvsZGC6mxVt0WWQWpgaK2ef+oLuOdLqQ==
1846+
"@graphql-tools/url-loader@7.13.0":
1847+
version "7.13.0"
1848+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.13.0.tgz#f1523ae782b846b0d06dc8488b622ba8ce9a7f33"
1849+
integrity sha512-hM3yIDij0EqrHrLKNRpFRhQD0tmzt7E5OevOL9O3CLKCcv2Ho4wXQD7gscwVJJdg2Qyr22Pqr/IdtR8QiMScRA==
18501850
dependencies:
18511851
"@graphql-tools/delegate" "8.8.0"
18521852
"@graphql-tools/utils" "8.8.0"
18531853
"@graphql-tools/wrap" "8.5.0"
18541854
"@n1ru4l/graphql-live-query" "^0.9.0"
18551855
"@types/ws" "^8.0.0"
1856-
cross-undici-fetch "^0.4.11"
1856+
"@whatwg-node/fetch" "^0.0.2"
18571857
dset "^3.1.2"
18581858
extract-files "^11.0.0"
18591859
graphql-ws "^5.4.1"
@@ -3634,19 +3634,6 @@ cross-undici-fetch@^0.3.0:
36343634
undici "^5.1.0"
36353635
web-streams-polyfill "^3.2.0"
36363636

3637-
cross-undici-fetch@^0.4.11:
3638-
version "0.4.11"
3639-
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.4.11.tgz#bef38dc729a01db6e07c84fee6de1089b5d3d0a4"
3640-
integrity sha512-pRp+EWewyOPYIeUvwOqCIqylCFWqlBwwr6nlZB38v3PhWxS1RYfSgHUJApYTT8jm71SbL5p4qg5kUQv6ZyS24A==
3641-
dependencies:
3642-
abort-controller "^3.0.0"
3643-
busboy "^1.6.0"
3644-
form-data-encoder "^1.7.1"
3645-
formdata-node "^4.3.1"
3646-
node-fetch "^2.6.7"
3647-
undici "5.5.1"
3648-
web-streams-polyfill "^3.2.0"
3649-
36503637
csstype@^3.0.2:
36513638
version "3.0.11"
36523639
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"

0 commit comments

Comments
 (0)