Skip to content

Commit f9ac1ed

Browse files
committed
fix(deps): update dependency @apollo/client to v3.7.15
1 parent bc71cfc commit f9ac1ed

2 files changed

Lines changed: 13 additions & 6 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.7.14",
7+
"@apollo/client": "3.7.15",
88
"isomorphic-unfetch": "^3.1.0",
99
"next": "12.3.4",
1010
"react": "18.2.0",

example/yarn.lock

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

13-
"@apollo/client@3.7.14":
14-
version "3.7.14"
15-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.14.tgz#40ef90390e6690e94917457cd82bdeb29e8b6af9"
16-
integrity sha512-BRvdkwq5PAXBkjXjboO12uksDm3nrZEqDi4xF97Fk3Mnaa0zDOEfJa7hoKTY9b9KA1EkeWv9BL3i7hSd4SfGBg==
13+
"@apollo/client@3.7.15":
14+
version "3.7.15"
15+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.15.tgz#59dbeb5d64479f8ce0af321d8c0bf6df1d873e2d"
16+
integrity sha512-pLScjo4GAQRWKWyEg2J3FlQr9fbUAuADT0EI2+JlLf2BjaU9I7WUaZVD9w+0qNPE8BZqs53MRQq0OCm1QCW+eg==
1717
dependencies:
1818
"@graphql-typed-document-node/core" "^3.1.1"
1919
"@wry/context" "^0.7.0"
2020
"@wry/equality" "^0.5.0"
21-
"@wry/trie" "^0.3.0"
21+
"@wry/trie" "^0.4.0"
2222
graphql-tag "^2.12.6"
2323
hoist-non-react-statics "^3.3.2"
2424
optimism "^0.16.2"
@@ -1336,6 +1336,13 @@
13361336
dependencies:
13371337
tslib "^2.3.0"
13381338

1339+
"@wry/trie@^0.4.0":
1340+
version "0.4.3"
1341+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4"
1342+
integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==
1343+
dependencies:
1344+
tslib "^2.3.0"
1345+
13391346
abort-controller@^3.0.0:
13401347
version "3.0.0"
13411348
resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz"

0 commit comments

Comments
 (0)