|
584 | 584 | open "7.1.0" |
585 | 585 | tslib "~2.0.0" |
586 | 586 |
|
587 | | -"@graphql-codegen/typescript-graphql-request@^2.0.3": |
588 | | - version "2.0.3" |
589 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-2.0.3.tgz#d197289357e89990555cd4acbe4c3b2a930ae334" |
590 | | - integrity sha512-++PkrQZ3krTzhlGlHRIE0sJBJXAZ1zKwgCAJcNkUvXeV0heBxs7aiYKFyBErwAXJTjC9m0CETU28thsZi04eZg== |
| 587 | +"@graphql-codegen/typescript-graphql-request@^3.0.1": |
| 588 | + version "3.0.1" |
| 589 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.0.1.tgz#dbfb1e6566919359d3c6c5b8ba3a90faf2c92634" |
| 590 | + integrity sha512-KuHjMM3GEItM555zE7ySZn5cu7A6Tr1kgunob1QMUcSVRaE26ChNtD1Ummm2PXQEM4VXNu64eK5DWJ/xkR0eBg== |
591 | 591 | dependencies: |
592 | 592 | "@graphql-codegen/plugin-helpers" "^1.18.2" |
593 | | - "@graphql-codegen/visitor-plugin-common" "^1.17.20" |
| 593 | + "@graphql-codegen/visitor-plugin-common" "^1.18.1" |
594 | 594 | auto-bind "~4.0.0" |
595 | | - tslib "~2.0.1" |
| 595 | + tslib "~2.1.0" |
596 | 596 |
|
597 | 597 | "@graphql-codegen/typescript-operations@^1.17.14": |
598 | 598 | version "1.17.14" |
|
615 | 615 | auto-bind "~4.0.0" |
616 | 616 | tslib "~2.1.0" |
617 | 617 |
|
618 | | -"@graphql-codegen/visitor-plugin-common@^1.17.20": |
619 | | - version "1.18.0" |
620 | | - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.0.tgz#f4366ec1093c01e752e85f8bd30d09c58b1d6951" |
621 | | - integrity sha512-OR/Cm9nVaqMLe94Ski60UDhaAf/4+QeV/CQRYrCmxFzEsm03U41VplcNgJBXIAB3EgP/LEIZtgkRc1H4N9u9+Q== |
622 | | - dependencies: |
623 | | - "@graphql-codegen/plugin-helpers" "^1.18.2" |
624 | | - "@graphql-tools/optimize" "^1.0.1" |
625 | | - "@graphql-tools/relay-operation-optimizer" "^6" |
626 | | - array.prototype.flatmap "^1.2.4" |
627 | | - auto-bind "~4.0.0" |
628 | | - dependency-graph "^0.9.0" |
629 | | - graphql-tag "^2.11.0" |
630 | | - parse-filepath "^1.0.2" |
631 | | - pascal-case "^3.1.1" |
632 | | - tslib "~2.0.1" |
633 | | - |
634 | 618 | "@graphql-codegen/visitor-plugin-common@^1.18.1", "@graphql-codegen/visitor-plugin-common@^1.18.2": |
635 | 619 | version "1.18.2" |
636 | 620 | resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.2.tgz#1a30bd33f011b4fb976e0f8462d160126db875ea" |
@@ -1918,11 +1902,6 @@ dependency-graph@^0.10.0: |
1918 | 1902 | resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.10.0.tgz#dfebe384f1f36faf7782be203a7a71102a6335a6" |
1919 | 1903 | integrity sha512-c9amUgpgxSi1bE5/sbLwcs5diLD0ygCQYmhfM5H1s5VH1mCsYkcmAL3CcNdv4kdSw6JuMoHeDGzLgj/gAXdWVg== |
1920 | 1904 |
|
1921 | | -dependency-graph@^0.9.0: |
1922 | | - version "0.9.0" |
1923 | | - resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318" |
1924 | | - integrity sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w== |
1925 | | - |
1926 | 1905 | dequal@2.0.2: |
1927 | 1906 | version "2.0.2" |
1928 | 1907 | resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d" |
@@ -2254,7 +2233,7 @@ eslint-visitor-keys@^2.0.0: |
2254 | 2233 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
2255 | 2234 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
2256 | 2235 |
|
2257 | | -eslint@^7.13.0: |
| 2236 | +eslint@^7.18.0: |
2258 | 2237 | version "7.18.0" |
2259 | 2238 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67" |
2260 | 2239 | integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ== |
@@ -2760,10 +2739,10 @@ graphql-tag@^2.11.0: |
2760 | 2739 | resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd" |
2761 | 2740 | integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA== |
2762 | 2741 |
|
2763 | | -graphql@^15.4.0: |
2764 | | - version "15.4.0" |
2765 | | - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347" |
2766 | | - integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA== |
| 2742 | +graphql@^15.5.0: |
| 2743 | + version "15.5.0" |
| 2744 | + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5" |
| 2745 | + integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA== |
2767 | 2746 |
|
2768 | 2747 | growly@^1.3.0: |
2769 | 2748 | version "1.3.0" |
@@ -4505,7 +4484,7 @@ prelude-ls@~1.1.2: |
4505 | 4484 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" |
4506 | 4485 | integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= |
4507 | 4486 |
|
4508 | | -prettier@^2.1.2: |
| 4487 | +prettier@^2.2.1: |
4509 | 4488 | version "2.2.1" |
4510 | 4489 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" |
4511 | 4490 | integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== |
@@ -5448,7 +5427,7 @@ typedarray-to-buffer@^3.1.5: |
5448 | 5427 | dependencies: |
5449 | 5428 | is-typedarray "^1.0.0" |
5450 | 5429 |
|
5451 | | -typescript@^4.0.5: |
| 5430 | +typescript@^4.1.3: |
5452 | 5431 | version "4.1.3" |
5453 | 5432 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" |
5454 | 5433 | integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== |
|
0 commit comments