Skip to content

Commit 53aa3bc

Browse files
Update dependency @apollo/client to v3.8.3
1 parent 087381c commit 53aa3bc

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"slicemachine": "start-slicemachine"
2727
},
2828
"dependencies": {
29-
"@apollo/client": "3.7.10",
29+
"@apollo/client": "3.8.3",
3030
"@coinbase/wallet-sdk": "^3.6.5",
3131
"@ethersproject/abi": "5.7.0",
3232
"@ethersproject/address": "5.7.0",

yarn.lock

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
resolved "https://registry.yarnpkg.com/@apocentre/alias-sampling/-/alias-sampling-0.5.3.tgz#897ff181b48ad7b2bcb4ecf29400214888244f08"
4545
integrity sha512-7UDWIIF9hIeJqfKXkNIzkVandlwLf1FWTSdrb9iXvOP8oF544JRXQjCbiTmCv2c9n44n/FIWtehhBfNuAx2CZA==
4646

47-
"@apollo/client@3.7.10":
48-
version "3.7.10"
49-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.10.tgz#addc5fcebaf016981d9476268a06d529be83f568"
50-
integrity sha512-/k1MfrqPKYiPNdHcOzdxg9cEx96vhAGxAcSorzfBvV29XtFQcYW2cPNQOTjK/fpSMtqVo8UNmu5vwQAWD1gfCg==
47+
"@apollo/client@3.8.3":
48+
version "3.8.3"
49+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.3.tgz#7cd23307bbc788a0a9eda51e6a76f32db8282933"
50+
integrity sha512-mK86JM6hCpMEBGDgdO9U8ZYS8r9lPjXE1tVGpJMdSFUsIcXpmEfHUAbbFpPtYmxn8Qa7XsYy0dwDaDhpf4UUPw==
5151
dependencies:
5252
"@graphql-typed-document-node/core" "^3.1.1"
53-
"@wry/context" "^0.7.0"
54-
"@wry/equality" "^0.5.0"
55-
"@wry/trie" "^0.3.0"
53+
"@wry/context" "^0.7.3"
54+
"@wry/equality" "^0.5.6"
55+
"@wry/trie" "^0.4.3"
5656
graphql-tag "^2.12.6"
5757
hoist-non-react-statics "^3.3.2"
58-
optimism "^0.16.1"
58+
optimism "^0.17.5"
5959
prop-types "^15.7.2"
6060
response-iterator "^0.2.6"
6161
symbol-observable "^4.0.0"
@@ -6602,7 +6602,7 @@
66026602
vscode-oniguruma "^1.0.0"
66036603
vscode-textmate "^9.0.0"
66046604

6605-
"@wry/context@^0.7.0":
6605+
"@wry/context@^0.7.0", "@wry/context@^0.7.3":
66066606
version "0.7.3"
66076607
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.3.tgz#240f6dfd4db5ef54f81f6597f6714e58d4f476a1"
66086608
integrity sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==
@@ -6616,17 +6616,17 @@
66166616
dependencies:
66176617
tslib "^1.9.3"
66186618

6619-
"@wry/equality@^0.5.0":
6619+
"@wry/equality@^0.5.6":
66206620
version "0.5.6"
66216621
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.6.tgz#cd4a533c72c3752993ab8cbf682d3d20e3cb601e"
66226622
integrity sha512-D46sfMTngaYlrH+OspKf8mIJETntFnf6Hsjb0V41jAXJ7Bx2kB8Rv8RCUujuVWYttFtHkUNp7g+FwxNQAr6mXA==
66236623
dependencies:
66246624
tslib "^2.3.0"
66256625

6626-
"@wry/trie@^0.3.0":
6627-
version "0.3.2"
6628-
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6"
6629-
integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==
6626+
"@wry/trie@^0.4.3":
6627+
version "0.4.3"
6628+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4"
6629+
integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==
66306630
dependencies:
66316631
tslib "^2.3.0"
66326632

@@ -16479,13 +16479,14 @@ open@^9.1.0:
1647916479
is-inside-container "^1.0.0"
1648016480
is-wsl "^2.2.0"
1648116481

16482-
optimism@^0.16.1:
16483-
version "0.16.2"
16484-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
16485-
integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==
16482+
optimism@^0.17.5:
16483+
version "0.17.5"
16484+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.17.5.tgz#a4c78b3ad12c58623abedbebb4f2f2c19b8e8816"
16485+
integrity sha512-TEcp8ZwK1RczmvMnvktxHSF2tKgMWjJ71xEFGX5ApLh67VsMSTy1ZUlipJw8W+KaqgOmQ+4pqwkeivY89j+4Vw==
1648616486
dependencies:
1648716487
"@wry/context" "^0.7.0"
16488-
"@wry/trie" "^0.3.0"
16488+
"@wry/trie" "^0.4.3"
16489+
tslib "^2.3.0"
1648916490

1649016491
optionator@^0.9.1, optionator@^0.9.3:
1649116492
version "0.9.3"

0 commit comments

Comments
 (0)