|
1367 | 1367 | "@graphql-tools/utils" "^8.8.0"
|
1368 | 1368 | tslib "~2.4.0"
|
1369 | 1369 |
|
1370 |
| -"@graphql-codegen/[email protected].2": |
1371 |
| - version "1.5.2" |
1372 |
| - resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.2.tgz#ae7515b97a6a3e2329f07193689f00b7559a7eaa" |
1373 |
| - integrity sha512-MVgHHwz0jDnqA26WvOBhFWio3kb/Q9hST4anEpekCtY1C+upuIlSYF/Salc2jey1/t6snSH8SsxEDydLjW4Zbw== |
| 1370 | +"@graphql-codegen/[email protected].3": |
| 1371 | + version "1.5.3" |
| 1372 | + resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.3.tgz#0a6b511b92b7ab52a20c4aaffb6add48fd1c9587" |
| 1373 | + integrity sha512-CIaqZDXp35wSG0kXDn3em+TAyAP4Eq+VgEdoqXfGQ8KllcJUmLAg4MbJqGONLaarQktzSphE7h2412GWUJJZ1A== |
1374 | 1374 | dependencies:
|
1375 | 1375 | "@babel/helper-plugin-utils" "^7.14.5"
|
1376 | 1376 | "@babel/template" "^7.15.4"
|
|
1692 | 1692 | resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
|
1693 | 1693 | integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
|
1694 | 1694 |
|
1695 |
| -"@graphql-yoga/common@^2.12.4": |
1696 |
| - version "2.12.4" |
1697 |
| - resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.4.tgz#2c29e9edbb21f0eb4afbacb6e36865957dd70710" |
1698 |
| - integrity sha512-ZGOGhSnpY6bW5z5hh2/gu+bvTSmjmJ2PMXT+cfrqjnSYGBI16e3glH0BQWOgPpRlQPJ0cLYLJVaIe3P0yYOrbA== |
| 1695 | +"@graphql-yoga/common@^2.12.5": |
| 1696 | + version "2.12.5" |
| 1697 | + resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.5.tgz#930cf3599a3398f6a56f2f1755e6c9785e60bedb" |
| 1698 | + integrity sha512-5p634xtfphiHNPd39kyDc3VSIX8shkinywalNiMHEAal1DGYCn4x/mKbA6Q7tgWvrCqC4fAAuklHoxxi7TIyxA== |
1699 | 1699 | dependencies:
|
1700 | 1700 | "@envelop/core" "^2.4.0"
|
1701 | 1701 | "@envelop/parser-cache" "^4.4.0"
|
1702 | 1702 | "@envelop/validation-cache" "^4.4.0"
|
1703 | 1703 | "@graphql-tools/schema" "^8.5.0"
|
1704 | 1704 | "@graphql-tools/utils" "^8.8.0"
|
1705 | 1705 | "@graphql-typed-document-node/core" "^3.1.1"
|
1706 |
| - "@graphql-yoga/subscription" "^2.2.2" |
| 1706 | + "@graphql-yoga/subscription" "^2.2.3" |
1707 | 1707 | "@whatwg-node/fetch" "^0.2.6"
|
1708 | 1708 | dset "^3.1.1"
|
1709 | 1709 | tslib "^2.3.1"
|
1710 | 1710 |
|
1711 |
| -"@graphql-yoga/[email protected].5": |
1712 |
| - version "2.13.5" |
1713 |
| - resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.5.tgz#b6b3e206ac45671faa09349efcb41547669599ba" |
1714 |
| - integrity sha512-oFdo4hwhW9wFFBjFMruE126mtFlkB9IcUB7CoCu4XeN/2izMmYe0d6znPe51hcrm293ipzGvZgxG9LSJFKrUfg== |
| 1711 | +"@graphql-yoga/[email protected].6": |
| 1712 | + version "2.13.6" |
| 1713 | + resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.6.tgz#536b9e9b63d56c87e4886dd86808eab8ff83a979" |
| 1714 | + integrity sha512-gQDP2pZ88lR6+ZZbq6VosiCmhKR9cMWIAbtjTqcFu5k3isKdJnJvCSzk8vZuMjdwWl+IlyJaTVZTN8Xor+Z2tQ== |
1715 | 1715 | dependencies:
|
1716 | 1716 | "@envelop/core" "^2.4.0"
|
1717 | 1717 | "@graphql-tools/utils" "^8.8.0"
|
1718 |
| - "@graphql-yoga/common" "^2.12.4" |
1719 |
| - "@graphql-yoga/subscription" "^2.2.2" |
| 1718 | + "@graphql-yoga/common" "^2.12.5" |
| 1719 | + "@graphql-yoga/subscription" "^2.2.3" |
1720 | 1720 | "@whatwg-node/fetch" "^0.2.6"
|
1721 | 1721 | tslib "^2.3.1"
|
1722 | 1722 |
|
1723 |
| -"@graphql-yoga/subscription@^2.2.2": |
1724 |
| - version "2.2.2" |
1725 |
| - resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.2.2.tgz#3a940a0c7daadede4adb824b262b29ce24f08425" |
1726 |
| - integrity sha512-830Aszxon2YDRW4+NXLjlh9ssP56hreMIA6vQIVCMzzQEbv4CnjPYDde6vVqCSZhJ51SvlJsVRYFbPEObEuzWw== |
| 1723 | +"@graphql-yoga/subscription@^2.2.3": |
| 1724 | + version "2.2.3" |
| 1725 | + resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.2.3.tgz#e378fa17a12675ae7b34b2f51e39bc02df312ba0" |
| 1726 | + integrity sha512-It/Dfh+nW2ClTtmOylAa+o7fbKIRYRTH6jfKLj3YB75tkv/rFZ70bjlChDCrEMa46I+zDMg7+cdkrQOXov2fDg== |
1727 | 1727 | dependencies:
|
1728 |
| - "@graphql-yoga/typed-event-target" "^0.1.0" |
| 1728 | + "@graphql-yoga/typed-event-target" "^0.1.1" |
1729 | 1729 | "@repeaterjs/repeater" "^3.0.4"
|
1730 | 1730 | tslib "^2.3.1"
|
1731 | 1731 |
|
1732 |
| -"@graphql-yoga/typed-event-target@^0.1.0": |
1733 |
| - version "0.1.0" |
1734 |
| - resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-0.1.0.tgz#c83b4f3cb2793ba29c3442193c9369884fe8fde6" |
1735 |
| - integrity sha512-3zsJSSUgrJalE1/KoNN1ga1jU6GhTyEnAWACMP2vFzr3hkVyhB3QIkAYaGOVu0sg87K67gfD8QblT+WFZbsX6g== |
| 1732 | +"@graphql-yoga/typed-event-target@^0.1.1": |
| 1733 | + version "0.1.1" |
| 1734 | + resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-0.1.1.tgz#248d56a76046d805af8c0da3ef590cdb95d2c192" |
| 1735 | + integrity sha512-l23kLKHKhfD7jmv4OUlzxMTihSqgIjGWCSb0KdlLkeiaF2jjuo8pRhX200hFTrtjRHGSYS1fx2lltK/xWci+vw== |
1736 | 1736 | dependencies:
|
1737 | 1737 | "@repeaterjs/repeater" "^3.0.4"
|
1738 | 1738 | tslib "^2.3.1"
|
|
0 commit comments