|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "^0.3.0"
|
11 | 11 |
|
12 |
| -"@apollo/client@3.4.17": |
13 |
| - version "3.4.17" |
14 |
| - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.17.tgz#4972e19a49809e16d17c5adc67f45623a6dac135" |
15 |
| - integrity sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg== |
16 |
| - dependencies: |
17 |
| - "@graphql-typed-document-node/core" "^3.0.0" |
18 |
| - "@wry/context" "^0.6.0" |
19 |
| - "@wry/equality" "^0.5.0" |
20 |
| - "@wry/trie" "^0.3.0" |
21 |
| - graphql-tag "^2.12.3" |
| 12 | +"@apollo/client@3.13.3": |
| 13 | + version "3.13.3" |
| 14 | + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.13.3.tgz#297acee7eca2b11f38d91a1ef7084a1cb7bd6534" |
| 15 | + integrity sha512-StozissNsakG9cveM5IYcVjQBiJXXtfybSwIklrJQv3c0CLshWBlUv5OddMrJxKfQ1A+9WqPQZXjkA/HxbflDA== |
| 16 | + dependencies: |
| 17 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 18 | + "@wry/caches" "^1.0.0" |
| 19 | + "@wry/equality" "^0.5.6" |
| 20 | + "@wry/trie" "^0.5.0" |
| 21 | + graphql-tag "^2.12.6" |
22 | 22 | hoist-non-react-statics "^3.3.2"
|
23 |
| - optimism "^0.16.1" |
| 23 | + optimism "^0.18.0" |
24 | 24 | prop-types "^15.7.2"
|
| 25 | + rehackt "^0.1.0" |
25 | 26 | symbol-observable "^4.0.0"
|
26 |
| - ts-invariant "^0.9.0" |
| 27 | + ts-invariant "^0.10.3" |
27 | 28 | tslib "^2.3.0"
|
28 |
| - zen-observable-ts "~1.1.0" |
| 29 | + zen-observable-ts "^1.2.5" |
29 | 30 |
|
30 | 31 | "@apollo/protobufjs@1.2.2":
|
31 | 32 | version "1.2.2"
|
|
1434 | 1435 | tslib "~2.3.0"
|
1435 | 1436 | value-or-promise "1.0.11"
|
1436 | 1437 |
|
1437 |
| -"@graphql-typed-document-node/core@^3.0.0": |
1438 |
| - version "3.1.1" |
1439 |
| - resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052" |
1440 |
| - integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg== |
| 1438 | +"@graphql-typed-document-node/core@^3.1.1": |
| 1439 | + version "3.2.0" |
| 1440 | + resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" |
| 1441 | + integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== |
1441 | 1442 |
|
1442 | 1443 | "@humanwhocodes/config-array@^0.9.2":
|
1443 | 1444 | version "0.9.3"
|
|
3153 | 3154 | dependencies:
|
3154 | 3155 | "@types/node" "*"
|
3155 | 3156 |
|
3156 |
| -"@types/zen-observable@0.8.3": |
3157 |
| - version "0.8.3" |
3158 |
| - resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3" |
3159 |
| - integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw== |
3160 |
| - |
3161 | 3157 | "@vishnucss/chips@^1.1.2":
|
3162 | 3158 | version "1.1.2"
|
3163 | 3159 | resolved "https://registry.yarnpkg.com/@vishnucss/chips/-/chips-1.1.2.tgz#3de6c0f689461a3e026b82baddc04759ca88de70"
|
|
3284 | 3280 | "@webassemblyjs/ast" "1.11.1"
|
3285 | 3281 | "@xtuc/long" "4.2.2"
|
3286 | 3282 |
|
3287 |
| -"@wry/context@^0.6.0": |
3288 |
| - version "0.6.1" |
3289 |
| - resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2" |
3290 |
| - integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw== |
| 3283 | +"@wry/caches@^1.0.0": |
| 3284 | + version "1.0.1" |
| 3285 | + resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52" |
| 3286 | + integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA== |
| 3287 | + dependencies: |
| 3288 | + tslib "^2.3.0" |
| 3289 | + |
| 3290 | +"@wry/context@^0.7.0": |
| 3291 | + version "0.7.4" |
| 3292 | + resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.4.tgz#e32d750fa075955c4ab2cfb8c48095e1d42d5990" |
| 3293 | + integrity sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ== |
3291 | 3294 | dependencies:
|
3292 | 3295 | tslib "^2.3.0"
|
3293 | 3296 |
|
|
3298 | 3301 | dependencies:
|
3299 | 3302 | tslib "^1.9.3"
|
3300 | 3303 |
|
3301 |
| -"@wry/equality@^0.5.0": |
3302 |
| - version "0.5.2" |
3303 |
| - resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.2.tgz#72c8a7a7d884dff30b612f4f8464eba26c080e73" |
3304 |
| - integrity sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA== |
| 3304 | +"@wry/equality@^0.5.6": |
| 3305 | + version "0.5.7" |
| 3306 | + resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb" |
| 3307 | + integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw== |
3305 | 3308 | dependencies:
|
3306 | 3309 | tslib "^2.3.0"
|
3307 | 3310 |
|
3308 |
| -"@wry/trie@^0.3.0": |
3309 |
| - version "0.3.1" |
3310 |
| - resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.1.tgz#2279b790f15032f8bcea7fc944d27988e5b3b139" |
3311 |
| - integrity sha512-WwB53ikYudh9pIorgxrkHKrQZcCqNM/Q/bDzZBffEaGUKGuHrRb3zZUT9Sh2qw9yogC7SsdRmQ1ER0pqvd3bfw== |
| 3311 | +"@wry/trie@^0.5.0": |
| 3312 | + version "0.5.0" |
| 3313 | + resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94" |
| 3314 | + integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA== |
3312 | 3315 | dependencies:
|
3313 | 3316 | tslib "^2.3.0"
|
3314 | 3317 |
|
@@ -7012,7 +7015,7 @@ graphql-subscriptions@^1.0.0:
|
7012 | 7015 | dependencies:
|
7013 | 7016 | iterall "^1.3.0"
|
7014 | 7017 |
|
7015 |
| -graphql-tag@^2.11.0, graphql-tag@^2.12.3: |
| 7018 | +graphql-tag@^2.11.0, graphql-tag@^2.12.3, graphql-tag@^2.12.6: |
7016 | 7019 | version "2.12.6"
|
7017 | 7020 | resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
|
7018 | 7021 | integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
|
@@ -9857,13 +9860,15 @@ opener@^1.5.2:
|
9857 | 9860 | resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
|
9858 | 9861 | integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
|
9859 | 9862 |
|
9860 |
| -optimism@^0.16.1: |
9861 |
| - version "0.16.1" |
9862 |
| - resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.1.tgz#7c8efc1f3179f18307b887e18c15c5b7133f6e7d" |
9863 |
| - integrity sha512-64i+Uw3otrndfq5kaoGNoY7pvOhSsjFEN4bdEFh80MWVk/dbgJfMv7VFDeCT8LxNAlEVhQmdVEbfE7X2nWNIIg== |
| 9863 | +optimism@^0.18.0: |
| 9864 | + version "0.18.1" |
| 9865 | + resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f" |
| 9866 | + integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ== |
9864 | 9867 | dependencies:
|
9865 |
| - "@wry/context" "^0.6.0" |
9866 |
| - "@wry/trie" "^0.3.0" |
| 9868 | + "@wry/caches" "^1.0.0" |
| 9869 | + "@wry/context" "^0.7.0" |
| 9870 | + "@wry/trie" "^0.5.0" |
| 9871 | + tslib "^2.3.0" |
9867 | 9872 |
|
9868 | 9873 | optionator@^0.8.1:
|
9869 | 9874 | version "0.8.3"
|
@@ -11338,6 +11343,11 @@ regjsparser@^0.8.2:
|
11338 | 11343 | dependencies:
|
11339 | 11344 | jsesc "~0.5.0"
|
11340 | 11345 |
|
| 11346 | +rehackt@^0.1.0: |
| 11347 | + version "0.1.0" |
| 11348 | + resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b" |
| 11349 | + integrity sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw== |
| 11350 | + |
11341 | 11351 | remove-trailing-separator@^1.0.1:
|
11342 | 11352 | version "1.1.0"
|
11343 | 11353 | resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
@@ -12671,20 +12681,20 @@ trim-newlines@^3.0.0:
|
12671 | 12681 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
12672 | 12682 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
12673 | 12683 |
|
| 12684 | +ts-invariant@^0.10.3: |
| 12685 | + version "0.10.3" |
| 12686 | + resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c" |
| 12687 | + integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ== |
| 12688 | + dependencies: |
| 12689 | + tslib "^2.1.0" |
| 12690 | + |
12674 | 12691 | ts-invariant@^0.4.0:
|
12675 | 12692 | version "0.4.4"
|
12676 | 12693 | resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
|
12677 | 12694 | integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
|
12678 | 12695 | dependencies:
|
12679 | 12696 | tslib "^1.9.3"
|
12680 | 12697 |
|
12681 |
| -ts-invariant@^0.9.0: |
12682 |
| - version "0.9.4" |
12683 |
| - resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac" |
12684 |
| - integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ== |
12685 |
| - dependencies: |
12686 |
| - tslib "^2.1.0" |
12687 |
| - |
12688 | 12698 | ts-jest@^27.0.0:
|
12689 | 12699 | version "27.1.3"
|
12690 | 12700 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
|
@@ -13524,12 +13534,11 @@ zen-observable-ts@^0.8.21:
|
13524 | 13534 | tslib "^1.9.3"
|
13525 | 13535 | zen-observable "^0.8.0"
|
13526 | 13536 |
|
13527 |
| -zen-observable-ts@~1.1.0: |
13528 |
| - version "1.1.0" |
13529 |
| - resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83" |
13530 |
| - integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA== |
| 13537 | +zen-observable-ts@^1.2.5: |
| 13538 | + version "1.2.5" |
| 13539 | + resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58" |
| 13540 | + integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg== |
13531 | 13541 | dependencies:
|
13532 |
| - "@types/zen-observable" "0.8.3" |
13533 | 13542 | zen-observable "0.8.15"
|
13534 | 13543 |
|
13535 | 13544 | zen-observable@0.8.15, zen-observable@^0.8.0, zen-observable@^0.8.15:
|
|
0 commit comments