|
15 | 15 | "@jridgewell/gen-mapping" "^0.3.5" |
16 | 16 | "@jridgewell/trace-mapping" "^0.3.24" |
17 | 17 |
|
18 | | -"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0": |
19 | | - version "3.5.10" |
20 | | - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.10.tgz#43463108a6e07ae602cca0afc420805a19339a71" |
21 | | - integrity sha512-tL3iSpFe9Oldq7gYikZK1dcYxp1c01nlSwtsMz75382HcI6fvQXyFXUCJTTK3wgO2/ckaBvRGw7VqjFREdVoRw== |
22 | | - dependencies: |
23 | | - "@graphql-typed-document-node/core" "^3.0.0" |
24 | | - "@wry/context" "^0.6.0" |
25 | | - "@wry/equality" "^0.5.0" |
26 | | - "@wry/trie" "^0.3.0" |
27 | | - graphql-tag "^2.12.3" |
28 | | - hoist-non-react-statics "^3.3.2" |
29 | | - optimism "^0.16.1" |
30 | | - prop-types "^15.7.2" |
31 | | - symbol-observable "^4.0.0" |
32 | | - ts-invariant "^0.9.4" |
| 18 | +"@apollo/client@~4.0.5": |
| 19 | + version "4.0.9" |
| 20 | + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-4.0.9.tgz#fdc0388f73a1640f3da30a8791e448b96ad0b49a" |
| 21 | + integrity sha512-Lh2drMzFE9x5jVS8RKmlGL5SORkvpyUJIT+wTErxDUR2HpWePiBfhhcHHRSlZFiCR866ewCv4euTc4IDF0GWxw== |
| 22 | + dependencies: |
| 23 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 24 | + "@wry/caches" "^1.0.0" |
| 25 | + "@wry/equality" "^0.5.6" |
| 26 | + "@wry/trie" "^0.5.0" |
| 27 | + graphql-tag "^2.12.6" |
| 28 | + optimism "^0.18.0" |
33 | 29 | tslib "^2.3.0" |
34 | | - zen-observable-ts "^1.2.0" |
35 | 30 |
|
36 | 31 | |
37 | 32 | version "2.2.4" |
|
2303 | 2298 | p-limit "3.1.0" |
2304 | 2299 | tslib "^2.4.0" |
2305 | 2300 |
|
2306 | | -"@graphql-tools/ [email protected]": |
2307 | | - version "8.2.9" |
2308 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.9.tgz#f4bb6ca58d0d89dbfa4fded6a1457bb359de1450" |
2309 | | - integrity sha512-mHRrqMc1NTL6MALBQK1DmAzSxJIKoaCaW7ZCk5bRGzVj/MNQz3OsqlDb/+t9/ONT0V+WI/uxBFsrLMwa4p6L7A== |
2310 | | - dependencies: |
2311 | | - "@graphql-tools/utils" "8.6.8" |
2312 | | - tslib "~2.3.0" |
2313 | | - |
2314 | 2301 | "@graphql-tools/merge@^8.4.1": |
2315 | 2302 | version "8.4.2" |
2316 | 2303 | resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288" |
|
2319 | 2306 | "@graphql-tools/utils" "^9.2.1" |
2320 | 2307 | tslib "^2.4.0" |
2321 | 2308 |
|
2322 | | -"@graphql-tools/ [email protected]": |
2323 | | - version "8.3.9" |
2324 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.9.tgz#2b83464a0ef083c92d7076da0fa5939f2f5a1e34" |
2325 | | - integrity sha512-9YFCzn0sYAGTWhZrVYY/neK5cie3s0dNm7Qq38tkhOh2ME5BtHW/8ZIq+UrLGKsBYwa+Qjb/UojGWUm2yG/z6Q== |
| 2309 | +"@graphql-tools/merge@^9.1.2": |
| 2310 | + version "9.1.2" |
| 2311 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.2.tgz#87df125621c207e0dbcb05d206757d921cd1c314" |
| 2312 | + integrity sha512-Ny9YhWKv+KxZFdXYt+wlyEW55GzhFiq4daV4wYgpP0aRbwQaczNJd1L3VjjBsPKjmW8lctZXUoqYTqU5QPcBGw== |
2326 | 2313 | dependencies: |
2327 | | - "@graphql-tools/merge" "8.2.9" |
2328 | | - "@graphql-tools/utils" "8.6.8" |
2329 | | - tslib "~2.3.0" |
2330 | | - value-or-promise "1.0.11" |
| 2314 | + "@graphql-tools/utils" "^10.10.0" |
| 2315 | + tslib "^2.4.0" |
| 2316 | + |
| 2317 | +"@graphql-tools/schema@^10.0.26": |
| 2318 | + version "10.0.26" |
| 2319 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.26.tgz#ecc29b0d31a6a53c8c4ec7ecffbc56602e5fe2f4" |
| 2320 | + integrity sha512-KOmjuiWa9poP/Lza4HV0ZBPYGJI3VE3QzXA/8e0+wjcsRuEmxMLP82re1PUg0QRzp2UzifAB/gd7DoXmVGG9Fg== |
| 2321 | + dependencies: |
| 2322 | + "@graphql-tools/merge" "^9.1.2" |
| 2323 | + "@graphql-tools/utils" "^10.10.0" |
| 2324 | + tslib "^2.4.0" |
2331 | 2325 |
|
2332 | 2326 | "@graphql-tools/schema@^9.0.18": |
2333 | 2327 | version "9.0.19" |
|
2339 | 2333 | tslib "^2.4.0" |
2340 | 2334 | value-or-promise "^1.0.12" |
2341 | 2335 |
|
2342 | | -"@graphql-tools/utils@8.6.8": |
2343 | | - version "8.6.8" |
2344 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.8.tgz#a0824ed5810f66c504df4e97c5900786ac0c260e" |
2345 | | - integrity sha512-EdUUeKi/wp/UvuknyINpQ/uXDqTM3qxPPPDIq5RpfW0zQOeCvbZcx8xHoMox0TYKvKtg3zoB7aprUtoW+iZLxw== |
| 2336 | +"@graphql-tools/utils@^10.10.0": |
| 2337 | + version "10.10.0" |
| 2338 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.0.tgz#9b8eb5cb9bb101442c1145ee35beddda87ae40d3" |
| 2339 | + integrity sha512-OOeab5Y9qeKq0zfoJCSScMcDfGcIxp05+LW2xYVCS2l3su+K3lYcg5+cAAx9n0SFxpJl8zF5denq2QDsfM7NnQ== |
2346 | 2340 | dependencies: |
2347 | | - tslib "~2.3.0" |
| 2341 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 2342 | + "@whatwg-node/promise-helpers" "^1.0.0" |
| 2343 | + cross-inspect "1.0.1" |
| 2344 | + dset "^3.1.4" |
| 2345 | + tslib "^2.4.0" |
2348 | 2346 |
|
2349 | 2347 | "@graphql-tools/utils@^9.2.1": |
2350 | 2348 | version "9.2.1" |
|
2354 | 2352 | "@graphql-typed-document-node/core" "^3.1.1" |
2355 | 2353 | tslib "^2.4.0" |
2356 | 2354 |
|
2357 | | -"@graphql-typed-document-node/core@^3.0.0", "@graphql-typed-document-node/core@^3.1.1": |
| 2355 | +"@graphql-typed-document-node/core@^3.1.1": |
2358 | 2356 | version "3.2.0" |
2359 | 2357 | resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" |
2360 | 2358 | integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== |
|
4748 | 4746 | "@webassemblyjs/ast" "1.14.1" |
4749 | 4747 | "@xtuc/long" "4.2.2" |
4750 | 4748 |
|
| 4749 | +"@whatwg-node/promise-helpers@^1.0.0": |
| 4750 | + version "1.3.2" |
| 4751 | + resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d" |
| 4752 | + integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA== |
| 4753 | + dependencies: |
| 4754 | + tslib "^2.6.3" |
| 4755 | + |
4751 | 4756 | "@wojtekmaj/date-utils@^2.0.2": |
4752 | 4757 | version "2.0.2" |
4753 | 4758 | resolved "https://registry.yarnpkg.com/@wojtekmaj/date-utils/-/date-utils-2.0.2.tgz#fec06771ad2ac5cb8d03769e97d2d35a3019df06" |
4754 | 4759 | integrity sha512-Do66mSlSNifFFuo3l9gNKfRMSFi26CRuQMsDJuuKO/ekrDWuTTtE4ZQxoFCUOG+NgxnpSeBq/k5TY8ZseEzLpA== |
4755 | 4760 |
|
4756 | | -"@wry/context@^0.6.0": |
4757 | | - version "0.6.1" |
4758 | | - resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2" |
4759 | | - integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw== |
| 4761 | +"@wry/caches@^1.0.0": |
| 4762 | + version "1.0.1" |
| 4763 | + resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52" |
| 4764 | + integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA== |
4760 | 4765 | dependencies: |
4761 | 4766 | tslib "^2.3.0" |
4762 | 4767 |
|
|
4767 | 4772 | dependencies: |
4768 | 4773 | tslib "^2.3.0" |
4769 | 4774 |
|
4770 | | -"@wry/equality@^0.5.0": |
| 4775 | +"@wry/equality@^0.5.6": |
4771 | 4776 | version "0.5.7" |
4772 | 4777 | resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb" |
4773 | 4778 | integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw== |
4774 | 4779 | dependencies: |
4775 | 4780 | tslib "^2.3.0" |
4776 | 4781 |
|
4777 | | -"@wry/trie@^0.3.0": |
4778 | | - version "0.3.2" |
4779 | | - resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6" |
4780 | | - integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ== |
| 4782 | +"@wry/trie@^0.5.0": |
| 4783 | + version "0.5.0" |
| 4784 | + resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94" |
| 4785 | + integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA== |
4781 | 4786 | dependencies: |
4782 | 4787 | tslib "^2.3.0" |
4783 | 4788 |
|
@@ -5994,6 +5999,13 @@ cross-fetch@^3.1.5: |
5994 | 5999 | dependencies: |
5995 | 6000 | node-fetch "^2.6.12" |
5996 | 6001 |
|
| 6002 | + |
| 6003 | + version "1.0.1" |
| 6004 | + resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b" |
| 6005 | + integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A== |
| 6006 | + dependencies: |
| 6007 | + tslib "^2.4.0" |
| 6008 | + |
5997 | 6009 | cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.6: |
5998 | 6010 | version "7.0.6" |
5999 | 6011 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" |
|
6341 | 6353 | resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411" |
6342 | 6354 | integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q== |
6343 | 6355 |
|
| 6356 | +dset@^3.1.4: |
| 6357 | + version "3.1.4" |
| 6358 | + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248" |
| 6359 | + integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA== |
| 6360 | + |
6344 | 6361 | dunder-proto@^1.0.0, dunder-proto@^1.0.1: |
6345 | 6362 | version "1.0.1" |
6346 | 6363 | resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" |
@@ -7532,22 +7549,22 @@ graphql-playground-middleware-express@^1.7.23: |
7532 | 7549 | dependencies: |
7533 | 7550 | graphql-playground-html "^1.6.30" |
7534 | 7551 |
|
7535 | | -graphql-tag@^2.12.3: |
| 7552 | +graphql-tag@^2.12.6: |
7536 | 7553 | version "2.12.6" |
7537 | 7554 | resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1" |
7538 | 7555 | integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg== |
7539 | 7556 | dependencies: |
7540 | 7557 | tslib "^2.1.0" |
7541 | 7558 |
|
7542 | | -graphql-tools@8.2.7: |
7543 | | - version "8.2.7" |
7544 | | - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.7.tgz#6f168aae2e9da9de867095e18993e86d8dd6d335" |
7545 | | - integrity sha512-9wUgcBgeH6GSYhiO8/aUVd5DqCBRv8qim45CzMqQsxrzYhhiBXMcbJS7tgFdhaOXGBZzmkEADJ7EqwdZ+4Uppw== |
| 7559 | +graphql-tools@9.0.21: |
| 7560 | + version "9.0.21" |
| 7561 | + resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-9.0.21.tgz#e1ad73d3fd9062040831c311a79b6a8ea111e67c" |
| 7562 | + integrity sha512-9TeBjtjLOM3aV1CmxmdqBa6Ga+RIUVK0b4hiODTg98Tp4dAUnavsGVHvj1M4UF8CGxc+fFkAFhrl2CyPWwXByw== |
7546 | 7563 | dependencies: |
7547 | | - "@graphql-tools/schema" "8.3.9" |
7548 | | - tslib "~2.3.0" |
| 7564 | + "@graphql-tools/schema" "^10.0.26" |
| 7565 | + tslib "^2.4.0" |
7549 | 7566 | optionalDependencies: |
7550 | | - "@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0" |
| 7567 | + "@apollo/client" "~4.0.5" |
7551 | 7568 |
|
7552 | 7569 | |
7553 | 7570 | version "15.8.0" |
|
7656 | 7673 | tiny-warning "^1.0.0" |
7657 | 7674 | value-equal "^1.0.1" |
7658 | 7675 |
|
7659 | | -hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2: |
| 7676 | +hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1: |
7660 | 7677 | version "3.3.2" |
7661 | 7678 | resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" |
7662 | 7679 | integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== |
@@ -9797,13 +9814,15 @@ open@^7.4.2: |
9797 | 9814 | is-docker "^2.0.0" |
9798 | 9815 | is-wsl "^2.1.1" |
9799 | 9816 |
|
9800 | | -optimism@^0.16.1: |
9801 | | - version "0.16.2" |
9802 | | - resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081" |
9803 | | - integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ== |
| 9817 | +optimism@^0.18.0: |
| 9818 | + version "0.18.1" |
| 9819 | + resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f" |
| 9820 | + integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ== |
9804 | 9821 | dependencies: |
| 9822 | + "@wry/caches" "^1.0.0" |
9805 | 9823 | "@wry/context" "^0.7.0" |
9806 | | - "@wry/trie" "^0.3.0" |
| 9824 | + "@wry/trie" "^0.5.0" |
| 9825 | + tslib "^2.3.0" |
9807 | 9826 |
|
9808 | 9827 | optionator@^0.9.3: |
9809 | 9828 | version "0.9.4" |
@@ -11550,11 +11569,6 @@ supports-preserve-symlinks-flag@^1.0.0: |
11550 | 11569 | resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" |
11551 | 11570 | integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== |
11552 | 11571 |
|
11553 | | -symbol-observable@^4.0.0: |
11554 | | - version "4.0.0" |
11555 | | - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205" |
11556 | | - integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ== |
11557 | | - |
11558 | 11572 | symbol-tree@^3.2.4: |
11559 | 11573 | version "3.2.4" |
11560 | 11574 | resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" |
@@ -11790,13 +11804,6 @@ ts-api-utils@^2.1.0: |
11790 | 11804 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
11791 | 11805 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
11792 | 11806 |
|
11793 | | -ts-invariant@^0.9.4: |
11794 | | - version "0.9.4" |
11795 | | - resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac" |
11796 | | - integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ== |
11797 | | - dependencies: |
11798 | | - tslib "^2.1.0" |
11799 | | - |
11800 | 11807 | |
11801 | 11808 | version "10.9.2" |
11802 | 11809 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" |
|
11816 | 11823 | v8-compile-cache-lib "^3.0.1" |
11817 | 11824 | yn "3.1.1" |
11818 | 11825 |
|
11819 | | -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.7.0, tslib@^2.8.1: |
| 11826 | +tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.6.3, tslib@^2.7.0, tslib@^2.8.1: |
11820 | 11827 | version "2.8.1" |
11821 | 11828 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" |
11822 | 11829 | integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== |
11823 | 11830 |
|
11824 | | -tslib@~2.3.0: |
11825 | | - version "2.3.1" |
11826 | | - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" |
11827 | | - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== |
11828 | | - |
11829 | 11831 | tuf-js@^1.1.7: |
11830 | 11832 | version "1.1.7" |
11831 | 11833 | resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43" |
@@ -12121,11 +12123,6 @@ value-equal@^1.0.1: |
12121 | 12123 | resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" |
12122 | 12124 | integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== |
12123 | 12125 |
|
12124 | | - |
12125 | | - version "1.0.11" |
12126 | | - resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140" |
12127 | | - integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg== |
12128 | | - |
12129 | 12126 | value-or-promise@^1.0.12: |
12130 | 12127 | version "1.0.12" |
12131 | 12128 | resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c" |
|
12642 | 12639 | nanoclone "^0.2.1" |
12643 | 12640 | property-expr "^2.0.4" |
12644 | 12641 | toposort "^2.0.2" |
12645 | | - |
12646 | | -zen-observable-ts@^1.2.0: |
12647 | | - version "1.2.5" |
12648 | | - resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58" |
12649 | | - integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg== |
12650 | | - dependencies: |
12651 | | - zen-observable "0.8.15" |
12652 | | - |
12653 | | - |
12654 | | - version "0.8.15" |
12655 | | - resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15" |
12656 | | - integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ== |
0 commit comments