|  | 
| 11 | 11 |     "@jridgewell/trace-mapping" "^0.3.9" | 
| 12 | 12 | 
 | 
| 13 | 13 | "@apollo/client@^3.3.11": | 
| 14 |  | -  version "3.7.10" | 
| 15 |  | -  resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.10.tgz#addc5fcebaf016981d9476268a06d529be83f568" | 
| 16 |  | -  integrity sha512-/k1MfrqPKYiPNdHcOzdxg9cEx96vhAGxAcSorzfBvV29XtFQcYW2cPNQOTjK/fpSMtqVo8UNmu5vwQAWD1gfCg== | 
|  | 14 | +  version "3.13.0" | 
|  | 15 | +  resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.13.0.tgz#a9c310a77a0460512daef03a47b6b92e85f1a631" | 
|  | 16 | +  integrity sha512-sCrdGw6Jv+0csdy5YwnAJ231CJWvJOBsHB3mZWdI+jA62lsJcV2TYWSaIYd7Cno3Apk8JBDbEGrMEKALeQUmOQ== | 
| 17 | 17 |   dependencies: | 
| 18 | 18 |     "@graphql-typed-document-node/core" "^3.1.1" | 
| 19 |  | -    "@wry/context" "^0.7.0" | 
| 20 |  | -    "@wry/equality" "^0.5.0" | 
| 21 |  | -    "@wry/trie" "^0.3.0" | 
|  | 19 | +    "@wry/caches" "^1.0.0" | 
|  | 20 | +    "@wry/equality" "^0.5.6" | 
|  | 21 | +    "@wry/trie" "^0.5.0" | 
| 22 | 22 |     graphql-tag "^2.12.6" | 
| 23 | 23 |     hoist-non-react-statics "^3.3.2" | 
| 24 |  | -    optimism "^0.16.1" | 
|  | 24 | +    optimism "^0.18.0" | 
| 25 | 25 |     prop-types "^15.7.2" | 
| 26 |  | -    response-iterator "^0.2.6" | 
|  | 26 | +    rehackt "^0.1.0" | 
| 27 | 27 |     symbol-observable "^4.0.0" | 
| 28 | 28 |     ts-invariant "^0.10.3" | 
| 29 | 29 |     tslib "^2.3.0" | 
|  | 
| 531 | 531 |   integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== | 
| 532 | 532 | 
 | 
| 533 | 533 | "@graphql-typed-document-node/core@^3.1.1": | 
| 534 |  | -  version "3.1.2" | 
| 535 |  | -  resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.2.tgz#6fc464307cbe3c8ca5064549b806360d84457b04" | 
| 536 |  | -  integrity sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA== | 
|  | 534 | +  version "3.2.0" | 
|  | 535 | +  resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" | 
|  | 536 | +  integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== | 
| 537 | 537 | 
 | 
| 538 | 538 | "@heise/eslint-config@^20.0.7": | 
| 539 | 539 |   version "20.0.40" | 
|  | 
| 1612 | 1612 |     "@typescript-eslint/types" "5.54.1" | 
| 1613 | 1613 |     eslint-visitor-keys "^3.3.0" | 
| 1614 | 1614 | 
 | 
|  | 1615 | +"@wry/caches@^1.0.0": | 
|  | 1616 | +  version "1.0.1" | 
|  | 1617 | +  resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52" | 
|  | 1618 | +  integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA== | 
|  | 1619 | +  dependencies: | 
|  | 1620 | +    tslib "^2.3.0" | 
|  | 1621 | + | 
| 1615 | 1622 | "@wry/context@^0.7.0": | 
| 1616 |  | -  version "0.7.0" | 
| 1617 |  | -  resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.0.tgz#be88e22c0ddf62aeb0ae9f95c3d90932c619a5c8" | 
| 1618 |  | -  integrity sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ== | 
|  | 1623 | +  version "0.7.4" | 
|  | 1624 | +  resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.4.tgz#e32d750fa075955c4ab2cfb8c48095e1d42d5990" | 
|  | 1625 | +  integrity sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ== | 
| 1619 | 1626 |   dependencies: | 
| 1620 | 1627 |     tslib "^2.3.0" | 
| 1621 | 1628 | 
 | 
| 1622 |  | -"@wry/equality@^0.5.0": | 
| 1623 |  | -  version "0.5.3" | 
| 1624 |  | -  resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.3.tgz#fafebc69561aa2d40340da89fa7dc4b1f6fb7831" | 
| 1625 |  | -  integrity sha512-avR+UXdSrsF2v8vIqIgmeTY0UR91UT+IyablCyKe/uk22uOJ8fusKZnH9JH9e1/EtLeNJBtagNmL3eJdnOV53g== | 
|  | 1629 | +"@wry/equality@^0.5.6": | 
|  | 1630 | +  version "0.5.7" | 
|  | 1631 | +  resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb" | 
|  | 1632 | +  integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw== | 
| 1626 | 1633 |   dependencies: | 
| 1627 | 1634 |     tslib "^2.3.0" | 
| 1628 | 1635 | 
 | 
| 1629 |  | -"@wry/trie@^0.3.0": | 
| 1630 |  | -  version "0.3.2" | 
| 1631 |  | -  resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6" | 
| 1632 |  | -  integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ== | 
|  | 1636 | +"@wry/trie@^0.5.0": | 
|  | 1637 | +  version "0.5.0" | 
|  | 1638 | +  resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94" | 
|  | 1639 | +  integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA== | 
| 1633 | 1640 |   dependencies: | 
| 1634 | 1641 |     tslib "^2.3.0" | 
| 1635 | 1642 | 
 | 
| @@ -5718,13 +5725,15 @@ opener@^1.5.2: | 
| 5718 | 5725 |   resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" | 
| 5719 | 5726 |   integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== | 
| 5720 | 5727 | 
 | 
| 5721 |  | -optimism@^0.16.1: | 
| 5722 |  | -  version "0.16.2" | 
| 5723 |  | -  resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081" | 
| 5724 |  | -  integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ== | 
|  | 5728 | +optimism@^0.18.0: | 
|  | 5729 | +  version "0.18.1" | 
|  | 5730 | +  resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f" | 
|  | 5731 | +  integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ== | 
| 5725 | 5732 |   dependencies: | 
|  | 5733 | +    "@wry/caches" "^1.0.0" | 
| 5726 | 5734 |     "@wry/context" "^0.7.0" | 
| 5727 |  | -    "@wry/trie" "^0.3.0" | 
|  | 5735 | +    "@wry/trie" "^0.5.0" | 
|  | 5736 | +    tslib "^2.3.0" | 
| 5728 | 5737 | 
 | 
| 5729 | 5738 | optionator@^0.9.1: | 
| 5730 | 5739 |   version "0.9.1" | 
| @@ -6311,6 +6320,11 @@ registry-auth-token@^5.0.0: | 
| 6311 | 6320 |   dependencies: | 
| 6312 | 6321 |     "@pnpm/npm-conf" "^2.1.0" | 
| 6313 | 6322 | 
 | 
|  | 6323 | +rehackt@^0.1.0: | 
|  | 6324 | +  version "0.1.0" | 
|  | 6325 | +  resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b" | 
|  | 6326 | +  integrity sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw== | 
|  | 6327 | + | 
| 6314 | 6328 | require-directory@^2.1.1: | 
| 6315 | 6329 |   version "2.1.1" | 
| 6316 | 6330 |   resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | 
| @@ -6368,11 +6382,6 @@ resolve@^2.0.0-next.4: | 
| 6368 | 6382 |     path-parse "^1.0.7" | 
| 6369 | 6383 |     supports-preserve-symlinks-flag "^1.0.0" | 
| 6370 | 6384 | 
 | 
| 6371 |  | -response-iterator@^0.2.6: | 
| 6372 |  | -  version "0.2.6" | 
| 6373 |  | -  resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da" | 
| 6374 |  | -  integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw== | 
| 6375 |  | - | 
| 6376 | 6385 | restore-cursor@^3.1.0: | 
| 6377 | 6386 |   version "3.1.0" | 
| 6378 | 6387 |   resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" | 
| @@ -7130,9 +7139,9 @@ tslib@^1.8.1: | 
| 7130 | 7139 |   integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== | 
| 7131 | 7140 | 
 | 
| 7132 | 7141 | tslib@^2.1.0, tslib@^2.3.0: | 
| 7133 |  | -  version "2.5.0" | 
| 7134 |  | -  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" | 
| 7135 |  | -  integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== | 
|  | 7142 | +  version "2.8.1" | 
|  | 7143 | +  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" | 
|  | 7144 | +  integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== | 
| 7136 | 7145 | 
 | 
| 7137 | 7146 | tsutils@^3.21.0: | 
| 7138 | 7147 |   version "3.21.0" | 
|  | 
0 commit comments