Skip to content

Commit c295f1b

Browse files
committed
chore(deps): update dependency @apollo/client to v3.7.0
1 parent b69faf8 commit c295f1b

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

1313
"@apollo/client@^3.3.11":
14-
version "3.6.9"
15-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.9.tgz#ad0ee2e3a3c92dbed4acd6917b6158a492739d94"
16-
integrity sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA==
14+
version "3.7.0"
15+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0.tgz#1c26a04488f45b3a4779fa2562e4b706402cb876"
16+
integrity sha512-hp4OvrH1ZIQACRYcIrh/C0WFnY7IM7G6nlTpC8DSTEWxfZQ2kvpvDY0I/hYmCs0oAVrg26g3ANEdOzGWTcYbPg==
1717
dependencies:
1818
"@graphql-typed-document-node/core" "^3.1.1"
19-
"@wry/context" "^0.6.0"
19+
"@wry/context" "^0.7.0"
2020
"@wry/equality" "^0.5.0"
2121
"@wry/trie" "^0.3.0"
2222
graphql-tag "^2.12.6"
2323
hoist-non-react-statics "^3.3.2"
2424
optimism "^0.16.1"
2525
prop-types "^15.7.2"
26+
response-iterator "^0.2.6"
2627
symbol-observable "^4.0.0"
2728
ts-invariant "^0.10.3"
2829
tslib "^2.3.0"
@@ -1761,17 +1762,24 @@
17611762
dependencies:
17621763
tslib "^2.3.0"
17631764

1765+
"@wry/context@^0.7.0":
1766+
version "0.7.0"
1767+
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.0.tgz#be88e22c0ddf62aeb0ae9f95c3d90932c619a5c8"
1768+
integrity sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ==
1769+
dependencies:
1770+
tslib "^2.3.0"
1771+
17641772
"@wry/equality@^0.5.0":
1765-
version "0.5.2"
1766-
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.2.tgz#72c8a7a7d884dff30b612f4f8464eba26c080e73"
1767-
integrity sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA==
1773+
version "0.5.3"
1774+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.3.tgz#fafebc69561aa2d40340da89fa7dc4b1f6fb7831"
1775+
integrity sha512-avR+UXdSrsF2v8vIqIgmeTY0UR91UT+IyablCyKe/uk22uOJ8fusKZnH9JH9e1/EtLeNJBtagNmL3eJdnOV53g==
17681776
dependencies:
17691777
tslib "^2.3.0"
17701778

17711779
"@wry/trie@^0.3.0":
1772-
version "0.3.1"
1773-
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.1.tgz#2279b790f15032f8bcea7fc944d27988e5b3b139"
1774-
integrity sha512-WwB53ikYudh9pIorgxrkHKrQZcCqNM/Q/bDzZBffEaGUKGuHrRb3zZUT9Sh2qw9yogC7SsdRmQ1ER0pqvd3bfw==
1780+
version "0.3.2"
1781+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6"
1782+
integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==
17751783
dependencies:
17761784
tslib "^2.3.0"
17771785

@@ -6416,6 +6424,11 @@ resolve@^2.0.0-next.3:
64166424
is-core-module "^2.2.0"
64176425
path-parse "^1.0.6"
64186426

6427+
response-iterator@^0.2.6:
6428+
version "0.2.6"
6429+
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
6430+
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
6431+
64196432
restore-cursor@^3.1.0:
64206433
version "3.1.0"
64216434
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"

0 commit comments

Comments
 (0)