|
14 | 14 | dependencies:
|
15 | 15 | tslib "^2.0.1"
|
16 | 16 |
|
| 17 | +"@graphile/pg-pubsub@^4.12.1": |
| 18 | + version "4.12.1" |
| 19 | + resolved "https://registry.yarnpkg.com/@graphile/pg-pubsub/-/pg-pubsub-4.12.1.tgz#c47e1bafde6227f53304ea9ce70558c76fd0578a" |
| 20 | + integrity sha512-0HR7HN/CZcwkw+pLrmcxGcEkk7U9TvB+rhknjoN8M7agMeYNP/yMgJ2L+4Rgcsnu8a+vszx+AYNFdkGtKE/edw== |
| 21 | + dependencies: |
| 22 | + "@types/debug" "^4.1.4" |
| 23 | + "@types/pg" ">=6 <9" |
| 24 | + debug "^4.1.1" |
| 25 | + graphql-subscriptions "^1.1.0" |
| 26 | + tslib "^2.0.1" |
| 27 | + |
17 | 28 | "@sindresorhus/is@^0.14.0":
|
18 | 29 | version "0.14.0"
|
19 | 30 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
|
26 | 37 | dependencies:
|
27 | 38 | defer-to-connect "^1.0.1"
|
28 | 39 |
|
| 40 | +"@types/debug@^4.1.4": |
| 41 | + version "4.1.7" |
| 42 | + resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82" |
| 43 | + integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg== |
| 44 | + dependencies: |
| 45 | + "@types/ms" "*" |
| 46 | + |
29 | 47 | "@types/json5@^0.0.30":
|
30 | 48 | version "0.0.30"
|
31 | 49 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.30.tgz#44cb52f32a809734ca562e685c6473b5754a7818"
|
|
38 | 56 | dependencies:
|
39 | 57 | "@types/node" "*"
|
40 | 58 |
|
| 59 | +"@types/ms@*": |
| 60 | + version "0.7.31" |
| 61 | + resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" |
| 62 | + integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== |
| 63 | + |
41 | 64 | "@types/node@*":
|
42 | 65 | version "16.10.3"
|
43 | 66 | resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5"
|
|
737 | 760 | debug "^4.1.1"
|
738 | 761 | tslib "^2.0.1"
|
739 | 762 |
|
| 763 | +graphql-subscriptions@^1.1.0: |
| 764 | + version "1.2.1" |
| 765 | + resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz#2142b2d729661ddf967b7388f7cf1dd4cf2e061d" |
| 766 | + integrity sha512-95yD/tKi24q8xYa7Q9rhQN16AYj5wPbrb8tmHGM3WRc9EBmWrG/0kkMl+tQG8wcEuE9ibR4zyOM31p5Sdr2v4g== |
| 767 | + dependencies: |
| 768 | + iterall "^1.3.0" |
| 769 | + |
740 | 770 | graphql-ws@^5.1.2:
|
741 | 771 | version "5.5.0"
|
742 | 772 | resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.0.tgz#79f10248d23d104369eaef93acb9f887276a2c42"
|
@@ -935,7 +965,7 @@ is-yarn-global@^0.3.0:
|
935 | 965 | resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
|
936 | 966 | integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
|
937 | 967 |
|
938 |
| -iterall@^1.0.2, iterall@^1.2.1, iterall@^1.2.2: |
| 968 | +iterall@^1.0.2, iterall@^1.2.1, iterall@^1.2.2, iterall@^1.3.0: |
939 | 969 | version "1.3.0"
|
940 | 970 | resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
|
941 | 971 | integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
|
|
0 commit comments