Skip to content

Commit a95738b

Browse files
committed
fix(deps): update dependency @apollo/client to v3.7.3
1 parent c179e98 commit a95738b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.7.2",
7+
"@apollo/client": "3.7.3",
88
"isomorphic-unfetch": "^3.1.0",
99
"next": "12.3.4",
1010
"react": "18.2.0",

example/yarn.lock

Lines changed: 4 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.7.2":
14-
version "3.7.2"
15-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.2.tgz#71b6846c1d99b81d041a1134f5679e30ec0363a0"
16-
integrity sha512-ohAIpXl3mTa1Fd3GT/K37VwQJfTIuuJRp4aOlJ4q/hlx0Wxh+RqDrbn0awtVCOdhGDQN+CQQmVzIqFKn6GziXQ==
13+
"@apollo/client@3.7.3":
14+
version "3.7.3"
15+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.3.tgz#ab3fe31046e74bc1a3762363a185ba5bcfffc58b"
16+
integrity sha512-nzZ6d6a4flLpm3pZOGpuAUxLlp9heob7QcCkyIqZlCLvciUibgufRfYTwfkWCc4NaGHGSZyodzvfr79H6oUwGQ==
1717
dependencies:
1818
"@graphql-typed-document-node/core" "^3.1.1"
1919
"@wry/context" "^0.7.0"

0 commit comments

Comments
 (0)