|
1311 | 1311 | "@graphql-codegen/plugin-helpers" "^6.3.0" |
1312 | 1312 | tslib "^2.8.0" |
1313 | 1313 |
|
1314 | | -"@graphql-codegen/add@^7.0.0": |
1315 | | - version "7.0.0" |
1316 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-7.0.0.tgz#ec4854030d2e091dd2f8abf8ede7fd1f73364b19" |
1317 | | - integrity sha512-fQGlUQd0BpoevCTOKi3b7M+kuXCI13udXmJrIh1QMtTCLXUTYGgsubNVcPLr0cVjVwyBK/ZRgwtxdCmkVXqTwQ== |
| 1314 | +"@graphql-codegen/add@^7.0.0", "@graphql-codegen/add@^7.0.1": |
| 1315 | + version "7.0.1" |
| 1316 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-7.0.1.tgz#9972c7944fced5fa2223474fb481308c20ec9f2c" |
| 1317 | + integrity sha512-kWw6RMu9ysBw1wcgcgf9mOnswc5M3ekOApDTiaJC/UZNTEYins01srZHYTP7z3P/WlGGC844BRtjwh3U2kNd/A== |
1318 | 1318 | dependencies: |
1319 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
| 1319 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
1320 | 1320 | tslib "^2.8.0" |
1321 | 1321 |
|
1322 | | -"@graphql-codegen/cli@7.0.0": |
1323 | | - version "7.0.0" |
1324 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-7.0.0.tgz#58c5d6a877a7bfe82c40185d9835027ffc5fae6d" |
1325 | | - integrity sha512-SNgTiFU/jB3VJLr8koJjmXAwl60wG/9r5iQBiOmlf0m9KRaiCNmfDG6+VbeejJPkDIGJKQd0SwqV5i+fxdnjqA== |
| 1322 | +"@graphql-codegen/cli@7.1.0": |
| 1323 | + version "7.1.0" |
| 1324 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-7.1.0.tgz#e6c02324260d7ad53147460362d709054496c92d" |
| 1325 | + integrity sha512-2j1FzZtEnlHdQmOaDnTMGSNyu3RmDf4HGU9xbgpqDRSb+D8UYya2YFW1enIxhJccAQSLD9ACMwCXlB20wJXNiA== |
1326 | 1326 | dependencies: |
1327 | 1327 | "@babel/generator" "^7.18.13" |
1328 | 1328 | "@babel/template" "^7.18.10" |
1329 | 1329 | "@babel/types" "^7.18.13" |
1330 | | - "@graphql-codegen/client-preset" "^6.0.0" |
1331 | | - "@graphql-codegen/core" "^6.0.0" |
1332 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
| 1330 | + "@graphql-codegen/client-preset" "^6.0.1" |
| 1331 | + "@graphql-codegen/core" "^6.1.0" |
| 1332 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
1333 | 1333 | "@graphql-tools/apollo-engine-loader" "^8.0.28" |
1334 | 1334 | "@graphql-tools/code-file-loader" "^8.1.28" |
1335 | 1335 | "@graphql-tools/git-loader" "^8.0.32" |
|
1360 | 1360 | yaml "^2.3.1" |
1361 | 1361 | yargs "^18.0.0" |
1362 | 1362 |
|
1363 | | -"@graphql-codegen/client-preset@^6.0.0": |
1364 | | - version "6.0.0" |
1365 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-6.0.0.tgz#bc95bb9abbebe7d1c96245af787022c488fcd442" |
1366 | | - integrity sha512-nqidNH4rrulv0E2ZVkYcIWz5Jon+hLBKkx/Xp8KyRJ8WnNRD0kJO1ra8ECLU/JS8LuZehSJyCfoQh555TT5TEw== |
| 1363 | +"@graphql-codegen/client-preset@^6.0.1": |
| 1364 | + version "6.0.1" |
| 1365 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-6.0.1.tgz#bd164ed1dcef39ba3c818582e6c76c5029497bff" |
| 1366 | + integrity sha512-6wh0ZHG9WzBD6bE4AVOO6VCCMXK2orxHuXxaNKj+sj1w0qZ3Y3WIjZnqZLg6JZrHCIs/e+gy3T15Dc2pH8IbHA== |
1367 | 1367 | dependencies: |
1368 | 1368 | "@babel/helper-plugin-utils" "^7.20.2" |
1369 | 1369 | "@babel/template" "^7.20.7" |
1370 | | - "@graphql-codegen/add" "^7.0.0" |
1371 | | - "@graphql-codegen/gql-tag-operations" "6.0.0" |
1372 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
1373 | | - "@graphql-codegen/typed-document-node" "^7.0.0" |
1374 | | - "@graphql-codegen/typescript" "^6.0.0" |
1375 | | - "@graphql-codegen/typescript-operations" "^6.0.0" |
1376 | | - "@graphql-codegen/visitor-plugin-common" "^7.0.0" |
| 1370 | + "@graphql-codegen/add" "^7.0.1" |
| 1371 | + "@graphql-codegen/gql-tag-operations" "^6.0.1" |
| 1372 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
| 1373 | + "@graphql-codegen/typed-document-node" "^7.0.1" |
| 1374 | + "@graphql-codegen/typescript" "^6.0.2" |
| 1375 | + "@graphql-codegen/typescript-operations" "^6.0.3" |
| 1376 | + "@graphql-codegen/visitor-plugin-common" "^7.0.3" |
1377 | 1377 | "@graphql-tools/documents" "^1.0.0" |
1378 | 1378 | "@graphql-tools/utils" "^11.0.0" |
1379 | 1379 | "@graphql-typed-document-node/core" "3.2.0" |
|
1389 | 1389 | "@graphql-tools/utils" "^11.0.0" |
1390 | 1390 | tslib "^2.8.0" |
1391 | 1391 |
|
1392 | | -"@graphql-codegen/core@^6.0.0": |
1393 | | - version "6.0.0" |
1394 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-6.0.0.tgz#4cffc9d52abcd6e32ca818924f6c34548987c2b1" |
1395 | | - integrity sha512-/UDolbUC6q6MTHNvEUDq+vC3ugycxAQ71S62WB3RDXzbBVIG5MG5Kw89WFOh+dt/s+mRuX+tx+Vz/si81sZ0aw== |
| 1392 | +"@graphql-codegen/core@^6.1.0": |
| 1393 | + version "6.1.0" |
| 1394 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-6.1.0.tgz#2e09987ec37e5cbc4e37be51e1f9e83c7028382b" |
| 1395 | + integrity sha512-jReAzuCYlrSBJHW2bfBpDl/vMRCw0yQEoTvGi9K+3OTsazDXEQGOpCVfj8p/xO2h7ynu5Yrvzo0sUylVv0CnwA== |
1396 | 1396 | dependencies: |
1397 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
| 1397 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
1398 | 1398 | "@graphql-tools/schema" "^10.0.0" |
1399 | 1399 | "@graphql-tools/utils" "^11.0.0" |
1400 | 1400 | tslib "^2.8.0" |
1401 | 1401 |
|
1402 | | -"@graphql-codegen/gql-tag-operations@6.0.0": |
1403 | | - version "6.0.0" |
1404 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-6.0.0.tgz#1957ede9a5b6bd6962913adbce5f9ca7385b4f3d" |
1405 | | - integrity sha512-IBwQ/jYx5Z4yMV78oVGU3hhNu/I7xFiQpFXavZujwCvoyH611M/JAoZ/RTExjr9stzcKMmNxJV/1Pknv+5M9Fg== |
| 1402 | +"@graphql-codegen/gql-tag-operations@^6.0.1": |
| 1403 | + version "6.0.1" |
| 1404 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-6.0.1.tgz#2aa916dd01002955425e450de0f0242e35493d07" |
| 1405 | + integrity sha512-eHYUIchZLG6G+kafeKnUByL2Nkmb8Uj2vg33UVLFj8XJ2coC4b1iRDWxCdTXbupZrN0FaM0QRRBLs3zBEAzcJg== |
1406 | 1406 | dependencies: |
1407 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
1408 | | - "@graphql-codegen/visitor-plugin-common" "^7.0.0" |
| 1407 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
| 1408 | + "@graphql-codegen/visitor-plugin-common" "^7.0.3" |
1409 | 1409 | "@graphql-tools/utils" "^11.0.0" |
1410 | 1410 | auto-bind "^5.0.0" |
1411 | 1411 | tslib "^2.8.0" |
|
1433 | 1433 | import-from "4.0.0" |
1434 | 1434 | tslib "^2.8.0" |
1435 | 1435 |
|
1436 | | -"@graphql-codegen/plugin-helpers@^7.0.0": |
| 1436 | +"@graphql-codegen/plugin-helpers@^7.0.0", "@graphql-codegen/plugin-helpers@^7.0.1": |
1437 | 1437 | version "7.0.1" |
1438 | 1438 | resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.0.1.tgz#b806262faf5db4ce42e4d803a8f4bfd657574672" |
1439 | 1439 | integrity sha512-S2X0YT3XQbP2haqhIeku8GOXo2j8QuBu7BrLsOEHz4UeMu78y3rja1Q4ri3oJ0jq4dMgaQlazoVHI/A+FAKMGw== |
|
1462 | 1462 | "@graphql-tools/utils" "^11.0.0" |
1463 | 1463 | tslib "^2.8.0" |
1464 | 1464 |
|
1465 | | -"@graphql-codegen/schema-ast@^6.0.0": |
1466 | | - version "6.0.0" |
1467 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-6.0.0.tgz#dcb943c917a740d82146faa16e427055bf35b210" |
1468 | | - integrity sha512-ww6lfCZYBZk8SbnOKp76FLvBrMD6oqFhAGj8Ov8f+bsrNh0SG1M6mxLWh4nl9hWIu/iwsZgrJcuIrTfyBeF6jQ== |
| 1465 | +"@graphql-codegen/schema-ast@^6.0.1": |
| 1466 | + version "6.0.1" |
| 1467 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-6.0.1.tgz#5144bce74200d328aa46f7515e48b6ec2ebd6ca0" |
| 1468 | + integrity sha512-P16b6XCWXfcrA4fkuAyqoy883USAULifv8YWgEOrNKDAnr2DR+Kr85jSomknIUTY39wiuvisv4/lrdXobwK6sA== |
1469 | 1469 | dependencies: |
1470 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
| 1470 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
1471 | 1471 | "@graphql-tools/utils" "^11.0.0" |
1472 | 1472 | tslib "^2.8.0" |
1473 | 1473 |
|
|
1483 | 1483 | nock "^14.0.0" |
1484 | 1484 | tslib "^2.8.0" |
1485 | 1485 |
|
1486 | | -"@graphql-codegen/typed-document-node@^7.0.0": |
1487 | | - version "7.0.0" |
1488 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.0.tgz#9e7488e3bc3eeaf86af9176fd13c5aaffd6855dc" |
1489 | | - integrity sha512-gSsMEKe1QV5QmF+TsijSyhLYGYRYGD2fe7rGIJwca4s1gZK+aD3qjNFq3C0yFUsb92bsCxiOJTWeiPPfdPSMTg== |
| 1486 | +"@graphql-codegen/typed-document-node@^7.0.1": |
| 1487 | + version "7.0.2" |
| 1488 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.2.tgz#5589187a385ad13f71df3e0567e97ee1bebddc9d" |
| 1489 | + integrity sha512-vrjigzqpKsaQ2Ra4QBBuG9TcwG1O0pw9EOSFU0aj7mS2EK19vWs5N4rzwDDvHrQZW62wwqzUcqBoFitVBQqlmg== |
1490 | 1490 | dependencies: |
1491 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
1492 | | - "@graphql-codegen/visitor-plugin-common" "^7.0.0" |
| 1491 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
| 1492 | + "@graphql-codegen/visitor-plugin-common" "^7.0.4" |
1493 | 1493 | auto-bind "^5.0.0" |
1494 | 1494 | change-case-all "^2.1.0" |
1495 | 1495 | tslib "^2.8.0" |
|
1505 | 1505 | auto-bind "~4.0.0" |
1506 | 1506 | tslib "^2.8.0" |
1507 | 1507 |
|
1508 | | -"@graphql-codegen/typescript-operations@^6.0.0": |
1509 | | - version "6.0.2" |
1510 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.2.tgz#afd94cf6dc6f77ac7f579b3b82043b75e37861f7" |
1511 | | - integrity sha512-QYs8eQIOXsGKiWBlx4ZtIwYALa5RlLwznJELcnKayGubuEbglOsapJBswERXoogf3SMDrU21L58c1CYkYlyKIA== |
| 1508 | +"@graphql-codegen/typescript-operations@^6.0.3": |
| 1509 | + version "6.0.3" |
| 1510 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.3.tgz#23966ec2236833841d527cbeeeadcc09e2ba605e" |
| 1511 | + integrity sha512-5gnHdBgKkpKJOiqyKo37UfwigNtezfN94UI/NnyCROl6oDAyt0A+1VeS5cBlgRECdD/TQ1vjHCu14B41Sl7yLw== |
1512 | 1512 | dependencies: |
1513 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
1514 | | - "@graphql-codegen/schema-ast" "^6.0.0" |
1515 | | - "@graphql-codegen/visitor-plugin-common" "^7.0.1" |
| 1513 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
| 1514 | + "@graphql-codegen/schema-ast" "^6.0.1" |
| 1515 | + "@graphql-codegen/visitor-plugin-common" "^7.0.3" |
1516 | 1516 | auto-bind "^5.0.0" |
1517 | 1517 | tslib "^2.8.0" |
1518 | 1518 |
|
|
1538 | 1538 | auto-bind "~4.0.0" |
1539 | 1539 | tslib "^2.8.0" |
1540 | 1540 |
|
1541 | | -"@graphql-codegen/typescript@^6.0.0": |
1542 | | - version "6.0.1" |
1543 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-6.0.1.tgz#c45576b0c1702ae4edb6d90cb32951efdcc7a12d" |
1544 | | - integrity sha512-UmHKlOBqnmGs0ioZsfi7INIb6+YCXVMi3KSp/INO359fT3RJxWPLPiE7T30UaWXtLeO6fBNZcvhy3EGBI9UCvw== |
| 1541 | +"@graphql-codegen/typescript@^6.0.2": |
| 1542 | + version "6.0.2" |
| 1543 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-6.0.2.tgz#5a076dc38b9727970aef0df9fa0b33d95ed39939" |
| 1544 | + integrity sha512-zyLfKsFJ7TRkQ0PyaUVuiAek9TSbtVJwwBoOuaE9RAWr45+9Y5W1LYldpiSTcyfxKVSIniE7Gj0V87qzrpdyYw== |
1545 | 1545 | dependencies: |
1546 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
1547 | | - "@graphql-codegen/schema-ast" "^6.0.0" |
1548 | | - "@graphql-codegen/visitor-plugin-common" "^7.0.1" |
| 1546 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
| 1547 | + "@graphql-codegen/schema-ast" "^6.0.1" |
| 1548 | + "@graphql-codegen/visitor-plugin-common" "^7.0.3" |
1549 | 1549 | auto-bind "^5.0.0" |
1550 | 1550 | tslib "~2.8.0" |
1551 | 1551 |
|
|
1581 | 1581 | parse-filepath "^1.0.2" |
1582 | 1582 | tslib "^2.8.0" |
1583 | 1583 |
|
1584 | | -"@graphql-codegen/visitor-plugin-common@^7.0.0", "@graphql-codegen/visitor-plugin-common@^7.0.1": |
1585 | | - version "7.0.2" |
1586 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.2.tgz#3df94980fff51dd0dd140d1a6428d55ea24c2f75" |
1587 | | - integrity sha512-3v1dPjkSiAIsqwZ/6btSZ6BCYlYYpr3FdLhsBZ/JoPP2hYgN6AlGKdUyhYm5FsgDKU04L7al3+rfnTOCxqM0gw== |
| 1584 | +"@graphql-codegen/visitor-plugin-common@^7.0.0", "@graphql-codegen/visitor-plugin-common@^7.0.3", "@graphql-codegen/visitor-plugin-common@^7.0.4": |
| 1585 | + version "7.0.4" |
| 1586 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.4.tgz#d0ab0f80dd2a29b1786a4a270ccf2f1ffaf1d5b9" |
| 1587 | + integrity sha512-IESwu40Gpl+9x5vRGLsaYAWM9KRobnN74h+SB4EtfDrt0V87Q74ZzWZGmuS2m6A/fq7E/bS6YgSEMVACjaRUVw== |
1588 | 1588 | dependencies: |
1589 | | - "@graphql-codegen/plugin-helpers" "^7.0.0" |
| 1589 | + "@graphql-codegen/plugin-helpers" "^7.0.1" |
1590 | 1590 | "@graphql-tools/optimize" "^2.0.0" |
1591 | 1591 | "@graphql-tools/relay-operation-optimizer" "^7.1.1" |
1592 | 1592 | "@graphql-tools/utils" "^11.0.0" |
|
0 commit comments