|
14 | 14 | dependencies:
|
15 | 15 | "@jridgewell/trace-mapping" "^0.3.0"
|
16 | 16 |
|
17 |
| -"@apollo/client@3.6.9": |
18 |
| - version "3.6.9" |
19 |
| - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.9.tgz#ad0ee2e3a3c92dbed4acd6917b6158a492739d94" |
20 |
| - integrity sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA== |
| 17 | +"@apollo/client@3.7.14": |
| 18 | + version "3.7.14" |
| 19 | + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.14.tgz#40ef90390e6690e94917457cd82bdeb29e8b6af9" |
| 20 | + integrity sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg== |
21 | 21 | dependencies:
|
22 | 22 | "@graphql-typed-document-node/core" "^3.1.1"
|
23 |
| - "@wry/context" "^0.6.0" |
| 23 | + "@wry/context" "^0.7.0" |
24 | 24 | "@wry/equality" "^0.5.0"
|
25 | 25 | "@wry/trie" "^0.3.0"
|
26 | 26 | graphql-tag "^2.12.6"
|
27 | 27 | hoist-non-react-statics "^3.3.2"
|
28 |
| - optimism "^0.16.1" |
| 28 | + optimism "^0.16.2" |
29 | 29 | prop-types "^15.7.2"
|
| 30 | + response-iterator "^0.2.6" |
30 | 31 | symbol-observable "^4.0.0"
|
31 | 32 | ts-invariant "^0.10.3"
|
32 | 33 | tslib "^2.3.0"
|
|
1750 | 1751 | dependencies:
|
1751 | 1752 | tslib "^2.4.0"
|
1752 | 1753 |
|
1753 |
| -"@graphql-tools/[email protected]": |
| 1754 | +"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.8.0": |
1754 | 1755 | version "8.9.0"
|
1755 | 1756 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7"
|
1756 | 1757 | integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
|
|
1765 | 1766 | "@graphql-typed-document-node/core" "^3.1.1"
|
1766 | 1767 | tslib "^2.4.0"
|
1767 | 1768 |
|
1768 |
| -"@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.8.0": |
1769 |
| - version "8.12.0" |
1770 |
| - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f" |
1771 |
| - integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw== |
1772 |
| - dependencies: |
1773 |
| - tslib "^2.4.0" |
1774 |
| - |
1775 | 1769 | "@graphql-tools/wrap@^9.3.8":
|
1776 | 1770 | version "9.3.8"
|
1777 | 1771 | resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.3.8.tgz#c6f53b7bc98cf3fa3d91e41be3b99254ae99b409"
|
|
2683 | 2677 | fast-url-parser "^1.1.3"
|
2684 | 2678 | tslib "^2.3.1"
|
2685 | 2679 |
|
2686 |
| -"@wry/context@^0.6.0": |
2687 |
| - version "0.6.0" |
2688 |
| - resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.0.tgz#f903eceb89d238ef7e8168ed30f4511f92d83e06" |
2689 |
| - integrity sha512-sAgendOXR8dM7stJw3FusRxFHF/ZinU0lffsA2YTyyIOfic86JX02qlPqPVqJNZJPAxFt+2EE8bvq6ZlS0Kf+Q== |
| 2680 | +"@wry/context@^0.7.0": |
| 2681 | + version "0.7.1" |
| 2682 | + resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.1.tgz#d56c955ac81bf5ee4647aeaf76306cbf891818fd" |
| 2683 | + integrity sha512-nEWMz5t7VPcQU7aMImt9ReZgv18ZJREIH03YpFLGtGLj91Ulf0YROhYVc5J/hUaHXL2NuwRJdZvq+piNLN23kA== |
2690 | 2684 | dependencies:
|
2691 |
| - tslib "^2.1.0" |
| 2685 | + tslib "^2.3.0" |
2692 | 2686 |
|
2693 | 2687 | "@wry/equality@^0.5.0":
|
2694 | 2688 | version "0.5.1"
|
@@ -6827,12 +6821,12 @@ open@^7.4.2:
|
6827 | 6821 | is-docker "^2.0.0"
|
6828 | 6822 | is-wsl "^2.1.1"
|
6829 | 6823 |
|
6830 |
| -optimism@^0.16.1: |
6831 |
| - version "0.16.1" |
6832 |
| - resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.1.tgz#7c8efc1f3179f18307b887e18c15c5b7133f6e7d" |
6833 |
| - integrity sha512-64i+Uw3otrndfq5kaoGNoY7pvOhSsjFEN4bdEFh80MWVk/dbgJfMv7VFDeCT8LxNAlEVhQmdVEbfE7X2nWNIIg== |
| 6824 | +optimism@^0.16.2: |
| 6825 | + version "0.16.2" |
| 6826 | + resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081" |
| 6827 | + integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ== |
6834 | 6828 | dependencies:
|
6835 |
| - "@wry/context" "^0.6.0" |
| 6829 | + "@wry/context" "^0.7.0" |
6836 | 6830 | "@wry/trie" "^0.3.0"
|
6837 | 6831 |
|
6838 | 6832 | optionator@^0.8.1:
|
@@ -7591,6 +7585,11 @@ resolve@^1.0.0, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.19
|
7591 | 7585 | path-parse "^1.0.7"
|
7592 | 7586 | supports-preserve-symlinks-flag "^1.0.0"
|
7593 | 7587 |
|
| 7588 | +response-iterator@^0.2.6: |
| 7589 | + version "0.2.6" |
| 7590 | + resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da" |
| 7591 | + integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw== |
| 7592 | + |
7594 | 7593 | restore-cursor@^3.1.0:
|
7595 | 7594 | version "3.1.0"
|
7596 | 7595 | resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
|
|
0 commit comments