Skip to content

Commit 78aad2f

Browse files
committed
fix(deps): update dependency @apollo/client to v3.7.0
1 parent d832544 commit 78aad2f

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"dependencies": {
7-
"@apollo/client": "3.6.10",
7+
"@apollo/client": "3.7.0",
88
"isomorphic-unfetch": "^3.1.0",
99
"next": "12.3.1",
1010
"react": "18.2.0",

example/yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@apollo/client@3.6.10":
14-
version "3.6.10"
15-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.10.tgz#f12d1f0cc4811d6bfe68b3f48a18e08a757ee301"
16-
integrity sha512-zow8+Z7Wz8OeH+8bhIxqPtqqXY87APoUbXlaXD/rgs3O9ijSyHSbUt3E4DnkLNP9q3+/OsRWY+Mx+WxkQQ4oig==
13+
"@apollo/client@3.7.0":
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"
1919
"@wry/context" "^0.7.0"
@@ -23,6 +23,7 @@
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"
@@ -3050,6 +3051,11 @@ resolve-from@^4.0.0:
30503051
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
30513052
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
30523053

3054+
response-iterator@^0.2.6:
3055+
version "0.2.6"
3056+
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
3057+
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
3058+
30533059
restore-cursor@^3.1.0:
30543060
version "3.1.0"
30553061
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz"

0 commit comments

Comments
 (0)