Skip to content

Commit 72bcbf9

Browse files
Update dependency @apollo/client to v3.7.17
1 parent 8ff2680 commit 72bcbf9

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepare": "husky install"
2626
},
2727
"dependencies": {
28-
"@apollo/client": "3.7.10",
28+
"@apollo/client": "3.7.17",
2929
"@coinbase/wallet-sdk": "^3.6.5",
3030
"@ethersproject/abi": "5.7.0",
3131
"@ethersproject/address": "5.7.0",

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
resolved "https://registry.yarnpkg.com/@apocentre/alias-sampling/-/alias-sampling-0.5.3.tgz#897ff181b48ad7b2bcb4ecf29400214888244f08"
4040
integrity sha512-7UDWIIF9hIeJqfKXkNIzkVandlwLf1FWTSdrb9iXvOP8oF544JRXQjCbiTmCv2c9n44n/FIWtehhBfNuAx2CZA==
4141

42-
"@apollo/client@3.7.10":
43-
version "3.7.10"
44-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.10.tgz#addc5fcebaf016981d9476268a06d529be83f568"
45-
integrity sha512-/k1MfrqPKYiPNdHcOzdxg9cEx96vhAGxAcSorzfBvV29XtFQcYW2cPNQOTjK/fpSMtqVo8UNmu5vwQAWD1gfCg==
42+
"@apollo/client@3.7.17":
43+
version "3.7.17"
44+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.17.tgz#1d2538729fd8ef138aa301a7cf62704474e57b72"
45+
integrity sha512-0EErSHEtKPNl5wgWikHJbKFAzJ/k11O0WO2QyqZSHpdxdAnw7UWHY4YiLbHCFG7lhrD+NTQ3Z/H9Jn4rcikoJA==
4646
dependencies:
4747
"@graphql-typed-document-node/core" "^3.1.1"
4848
"@wry/context" "^0.7.0"
4949
"@wry/equality" "^0.5.0"
50-
"@wry/trie" "^0.3.0"
50+
"@wry/trie" "^0.4.0"
5151
graphql-tag "^2.12.6"
5252
hoist-non-react-statics "^3.3.2"
53-
optimism "^0.16.1"
53+
optimism "^0.16.2"
5454
prop-types "^15.7.2"
5555
response-iterator "^0.2.6"
5656
symbol-observable "^4.0.0"
@@ -5668,6 +5668,13 @@
56685668
dependencies:
56695669
tslib "^2.3.0"
56705670

5671+
"@wry/trie@^0.4.0":
5672+
version "0.4.3"
5673+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4"
5674+
integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==
5675+
dependencies:
5676+
tslib "^2.3.0"
5677+
56715678
"@xtuc/ieee754@^1.2.0":
56725679
version "1.2.0"
56735680
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -13700,7 +13707,7 @@ open@^9.1.0:
1370013707
is-inside-container "^1.0.0"
1370113708
is-wsl "^2.2.0"
1370213709

13703-
optimism@^0.16.1:
13710+
optimism@^0.16.2:
1370413711
version "0.16.2"
1370513712
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
1370613713
integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==

0 commit comments

Comments
 (0)