|
20 | 20 | "@jridgewell/gen-mapping" "^0.3.0"
|
21 | 21 | "@jridgewell/trace-mapping" "^0.3.9"
|
22 | 22 |
|
23 |
| -"@apollo/client@3.8.1", "@apollo/client@^3.5.10", "@apollo/client@^3.7.10", "@apollo/client@^3.7.17": |
24 |
| - version "3.8.1" |
25 |
| - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.1.tgz#a1e3045a5fb276c08e38f7b5f930551d79741257" |
26 |
| - integrity sha512-JGGj/9bdoLEqzatRikDeN8etseY5qeFAY0vSAx/Pd0ePNsaflKzHx6V2NZ0NsGkInq+9IXXX3RLVDf0EotizMA== |
| 23 | +"@apollo/client@3.9.10", "@apollo/client@^3.5.10", "@apollo/client@^3.7.10", "@apollo/client@^3.7.17": |
| 24 | + version "3.9.10" |
| 25 | + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.10.tgz#f381f67f3559cb5f5b66ce9183f84f49616acbe4" |
| 26 | + integrity sha512-w8i/Lk1P0vvWZF0Xb00XPonn79/0rgRJ1vopBlVudVuy9QP29/NZXK0rI2xJIN6VrKuEqJZaVGJC+7k23I2sfA== |
27 | 27 | dependencies:
|
28 | 28 | "@graphql-typed-document-node/core" "^3.1.1"
|
29 |
| - "@wry/context" "^0.7.3" |
| 29 | + "@wry/caches" "^1.0.0" |
30 | 30 | "@wry/equality" "^0.5.6"
|
31 |
| - "@wry/trie" "^0.4.3" |
| 31 | + "@wry/trie" "^0.5.0" |
32 | 32 | graphql-tag "^2.12.6"
|
33 | 33 | hoist-non-react-statics "^3.3.2"
|
34 |
| - optimism "^0.17.5" |
| 34 | + optimism "^0.18.0" |
35 | 35 | prop-types "^15.7.2"
|
| 36 | + rehackt "0.0.6" |
36 | 37 | response-iterator "^0.2.6"
|
37 | 38 | symbol-observable "^4.0.0"
|
38 | 39 | ts-invariant "^0.10.3"
|
|
2999 | 3000 | "@webassemblyjs/wast-parser" "1.9.0"
|
3000 | 3001 | "@xtuc/long" "4.2.2"
|
3001 | 3002 |
|
3002 |
| -"@wry/context@^0.7.0", "@wry/context@^0.7.3": |
| 3003 | +"@wry/caches@^1.0.0": |
| 3004 | + version "1.0.1" |
| 3005 | + resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52" |
| 3006 | + integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA== |
| 3007 | + dependencies: |
| 3008 | + tslib "^2.3.0" |
| 3009 | + |
| 3010 | +"@wry/context@^0.7.0": |
3003 | 3011 | version "0.7.3"
|
3004 | 3012 | resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.3.tgz#240f6dfd4db5ef54f81f6597f6714e58d4f476a1"
|
3005 | 3013 | integrity sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==
|
|
3020 | 3028 | dependencies:
|
3021 | 3029 | tslib "^2.3.0"
|
3022 | 3030 |
|
| 3031 | +"@wry/trie@^0.5.0": |
| 3032 | + version "0.5.0" |
| 3033 | + resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94" |
| 3034 | + integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA== |
| 3035 | + dependencies: |
| 3036 | + tslib "^2.3.0" |
| 3037 | + |
3023 | 3038 | "@xmldom/xmldom@^0.8.0":
|
3024 | 3039 | version "0.8.10"
|
3025 | 3040 | resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
|
@@ -13544,11 +13559,12 @@ opener@~1.4.3:
|
13544 | 13559 | resolved "https://registry.yarnpkg.com/opener/-/opener-1.4.3.tgz#5c6da2c5d7e5831e8ffa3964950f8d6674ac90b8"
|
13545 | 13560 | integrity sha512-4Im9TrPJcjAYyGR5gBe3yZnBzw5n3Bfh1ceHHGNOpMurINKc6RdSIPXMyon4BZacJbJc36lLkhipioGbWh5pwg==
|
13546 | 13561 |
|
13547 |
| -optimism@^0.17.5: |
13548 |
| - version "0.17.5" |
13549 |
| - resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.17.5.tgz#a4c78b3ad12c58623abedbebb4f2f2c19b8e8816" |
13550 |
| - integrity sha512-TEcp8ZwK1RczmvMnvktxHSF2tKgMWjJ71xEFGX5ApLh67VsMSTy1ZUlipJw8W+KaqgOmQ+4pqwkeivY89j+4Vw== |
| 13562 | +optimism@^0.18.0: |
| 13563 | + version "0.18.0" |
| 13564 | + resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.0.tgz#e7bb38b24715f3fdad8a9a7fc18e999144bbfa63" |
| 13565 | + integrity sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ== |
13551 | 13566 | dependencies:
|
| 13567 | + "@wry/caches" "^1.0.0" |
13552 | 13568 | "@wry/context" "^0.7.0"
|
13553 | 13569 | "@wry/trie" "^0.4.3"
|
13554 | 13570 | tslib "^2.3.0"
|
@@ -14873,6 +14889,11 @@ regjsparser@^0.9.1:
|
14873 | 14889 | dependencies:
|
14874 | 14890 | jsesc "~0.5.0"
|
14875 | 14891 |
|
| 14892 | +rehackt@0.0.6: |
| 14893 | + version "0.0.6" |
| 14894 | + resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.6.tgz#7a0a2247f2295e7548915417e44fbbf03bf004f4" |
| 14895 | + integrity sha512-l3WEzkt4ntlEc/IB3/mF6SRgNHA6zfQR7BlGOgBTOmx7IJJXojDASav+NsgXHFjHn+6RmwqsGPFgZpabWpeOdw== |
| 14896 | + |
14876 | 14897 | remove-trailing-separator@^1.0.1:
|
14877 | 14898 | version "1.1.0"
|
14878 | 14899 | resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
@@ -16872,12 +16893,7 @@ tslib@^1.10.0, tslib@^1.9.0:
|
16872 | 16893 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
16873 | 16894 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
16874 | 16895 |
|
16875 |
| -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.0: |
16876 |
| - version "2.6.1" |
16877 |
| - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" |
16878 |
| - integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== |
16879 |
| - |
16880 |
| -tslib@^2.4.0: |
| 16896 | +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.0: |
16881 | 16897 | version "2.6.2"
|
16882 | 16898 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
16883 | 16899 | integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
0 commit comments