Skip to content

Commit fd1f841

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent 73d55c2 commit fd1f841

File tree

6 files changed

+107
-107
lines changed

6 files changed

+107
-107
lines changed

advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-scripts": "1.1.5"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.24",
19-
"apollo-client": "2.4.9",
18+
"apollo-boost": "0.1.25",
19+
"apollo-client": "2.4.10",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.6",
2222
"apollo-link-ws": "1.0.12",
23-
"apollo-utilities": "1.1.0",
23+
"apollo-utilities": "1.1.1",
2424
"babel-cli": "6.26.0",
2525
"eslint-config-prettier": "2.10.0",
2626
"eslint-plugin-babel": "4.1.2",

advanced/yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ anymatch@^2.0.0:
201201
micromatch "^3.1.4"
202202
normalize-path "^2.1.1"
203203

204-
apollo-boost@0.1.24:
205-
version "0.1.24"
206-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.24.tgz#77860f919f645f1d00d7b24f97dfbc59fcf42e19"
207-
integrity sha512-Zpo5dSZQHeyU5YReHawILCwow2WXtd09RkvJhp4P9rWZH8XL5B6iA+KuMycHH1Ib6mAGcO57AaaFLYQVKIdmzw==
208-
dependencies:
209-
apollo-cache "^1.1.23"
210-
apollo-cache-inmemory "^1.4.0"
211-
apollo-client "^2.4.9"
204+
apollo-boost@0.1.25:
205+
version "0.1.25"
206+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.25.tgz#1172051cc6c0a2ebfe50efb73d3e259338c451b7"
207+
integrity sha512-OqmOiasT0kMMTmrAMAclkd9DoIooWYdfSEvTz6FPBWQESqP3+m9S6NIN1udMmXZ0wOZNkckw1YUhiVexd1rygQ==
208+
dependencies:
209+
apollo-cache "^1.1.24"
210+
apollo-cache-inmemory "^1.4.1"
211+
apollo-client "^2.4.10"
212212
apollo-link "^1.0.6"
213213
apollo-link-error "^1.0.3"
214214
apollo-link-http "^1.3.1"
@@ -224,21 +224,21 @@ apollo-cache-inmemory@^1.1.7:
224224
apollo-utilities "^1.0.8"
225225
graphql-anywhere "^4.1.5"
226226

227-
apollo-cache-inmemory@^1.4.0:
228-
version "1.4.0"
229-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.0.tgz#8bcb1de8d1950dcdbd42f9af6d16fccca8e9e9ca"
230-
integrity sha512-gqwiZCApG+hRXEbtDrNIUtNcKKeO3RTih4mydJZRJpFp+PgBf8AZ2z4/uTJFFijmR9krmUWdCRfW1Aesb5+Ktg==
227+
apollo-cache-inmemory@^1.4.1:
228+
version "1.4.1"
229+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.1.tgz#91211742d61305fb4e2a6fc2272a66b2c651b7f3"
230+
integrity sha512-kF5J7k4RxzQpmb34PlIQ1/2jT+MFDyhQDvx5T/flIeg1HRZtWEPq3pOK1cEy8Tw1ITkJbeYNQJ6TP9JDCCj7RA==
231231
dependencies:
232-
apollo-cache "^1.1.23"
233-
apollo-utilities "^1.1.0"
234-
optimism "^0.6.8"
232+
apollo-cache "^1.1.24"
233+
apollo-utilities "^1.1.1"
234+
optimism "^0.6.9"
235235

236-
apollo-cache@1.1.23, apollo-cache@^1.1.23:
237-
version "1.1.23"
238-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.23.tgz#4765571223cae756ab7faf29792f1ab9a8450a91"
239-
integrity sha512-9FcavymJQdjaYX6of1xgjFmWp8UUCtlW/S9k5bfMMnMNAAQMDnuOFVEklawdSbyAhM4hh1kSymyt/r23K1tVSA==
236+
apollo-cache@1.1.24, apollo-cache@^1.1.24:
237+
version "1.1.24"
238+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.24.tgz#2b833864458e97ae1da72901e0c25aa3cf83b233"
239+
integrity sha512-+X2JuSisS0+NiMGDR1X/SigHZdet1MMWBqQS7Sf0YEnhE+uKj+dznHMYmWx3s1RoPNNKGn/FAhmUJ/GSq2yMtg==
240240
dependencies:
241-
apollo-utilities "^1.1.0"
241+
apollo-utilities "^1.1.1"
242242

243243
apollo-cache@^1.1.4:
244244
version "1.1.4"
@@ -258,16 +258,16 @@ apollo-client-preset@1.0.8:
258258
apollo-link-http "^1.3.1"
259259
graphql-tag "^2.4.2"
260260

261-
apollo-client@2.4.9, apollo-client@^2.4.9:
262-
version "2.4.9"
263-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.9.tgz#c5fbd4d04645e228dd6a49f5b03b41cb1c2e5ae7"
264-
integrity sha512-7IoIz+3hAk3166663ioyrsPdlTSAQa24HsJPVWw2QM/UE1wZTommu+uhwj9KugL6vpE/wyhyYgEs/9R7PlCsQA==
261+
apollo-client@2.4.10, apollo-client@^2.4.10:
262+
version "2.4.10"
263+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.10.tgz#de9e78fb4589b7e95920e487f8f3319a55b1cfed"
264+
integrity sha512-zHT6kd7O9LdKZTLnxT/vHZ1b/TeG67zqvqxxdEKRqNgo+v25HqVZJ4KKJMa0Hp5fEJf6ugBBaCbsGapverZQNw==
265265
dependencies:
266266
"@types/zen-observable" "^0.8.0"
267-
apollo-cache "1.1.23"
267+
apollo-cache "1.1.24"
268268
apollo-link "^1.0.0"
269269
apollo-link-dedup "^1.0.0"
270-
apollo-utilities "1.1.0"
270+
apollo-utilities "1.1.1"
271271
symbol-observable "^1.0.2"
272272
zen-observable "^0.8.0"
273273
optionalDependencies:
@@ -350,10 +350,10 @@ apollo-link@^1.2.2:
350350
apollo-utilities "^1.0.0"
351351
zen-observable-ts "^0.8.9"
352352

353-
apollo-utilities@1.1.0, apollo-utilities@^1.1.0:
354-
version "1.1.0"
355-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.0.tgz#e7603f834b57e4e109be6b450dc1cc1037aac94c"
356-
integrity sha512-D3scmF6vJkCBECMasMEc0J9dNNHVULl6h2d7/oGJxWid1fgcAPHZJN5XLCZisuOfn0Dvvu3Unf/zK00Z3e49Qg==
353+
apollo-utilities@1.1.1, apollo-utilities@^1.1.1:
354+
version "1.1.1"
355+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.1.tgz#7175a07384d8e1f273ec1cf049a0d77c723b9ce3"
356+
integrity sha512-C/q1Xot74SrJjkxNc6hr7VDCNTUoGGJYt/ZKyefIwBp4MoxWVp3Ii4cOuI1vYk0TNT0lWM4bNnE5vFfSJ3ocnQ==
357357
dependencies:
358358
fast-json-stable-stringify "^2.0.0"
359359

@@ -6198,10 +6198,10 @@ opn@5.2.0, opn@^5.1.0:
61986198
dependencies:
61996199
is-wsl "^1.1.0"
62006200

6201-
optimism@^0.6.8:
6202-
version "0.6.8"
6203-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.8.tgz#0780b546da8cd0a72e5207e0c3706c990c8673a6"
6204-
integrity sha512-bN5n1KCxSqwBDnmgDnzMtQTHdL+uea2HYFx1smvtE+w2AMl0Uy31g0aXnP/Nt85OINnMJPRpJyfRQLTCqn5Weg==
6201+
optimism@^0.6.9:
6202+
version "0.6.9"
6203+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.9.tgz#19258ff8b3be0cea29ac35f06bff818e026e30bb"
6204+
integrity sha512-xoQm2lvXbCA9Kd7SCx6y713Y7sZ6fUc5R6VYpoL5M6svKJbTuvtNopexK8sO8K4s0EOUYHuPN2+yAEsNyRggkQ==
62056205
dependencies:
62066206
immutable-tuple "^0.4.9"
62076207

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-scripts": "2.1.1"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.1.24",
8+
"apollo-boost": "0.1.25",
99
"graphql": "14.0.2",
1010
"react": "16.7.0",
1111
"react-apollo": "2.3.3",

basic/yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,46 +1206,46 @@ anymatch@^2.0.0:
12061206
micromatch "^3.1.4"
12071207
normalize-path "^2.1.1"
12081208

1209-
apollo-boost@0.1.24:
1210-
version "0.1.24"
1211-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.24.tgz#77860f919f645f1d00d7b24f97dfbc59fcf42e19"
1212-
integrity sha512-Zpo5dSZQHeyU5YReHawILCwow2WXtd09RkvJhp4P9rWZH8XL5B6iA+KuMycHH1Ib6mAGcO57AaaFLYQVKIdmzw==
1213-
dependencies:
1214-
apollo-cache "^1.1.23"
1215-
apollo-cache-inmemory "^1.4.0"
1216-
apollo-client "^2.4.9"
1209+
apollo-boost@0.1.25:
1210+
version "0.1.25"
1211+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.25.tgz#1172051cc6c0a2ebfe50efb73d3e259338c451b7"
1212+
integrity sha512-OqmOiasT0kMMTmrAMAclkd9DoIooWYdfSEvTz6FPBWQESqP3+m9S6NIN1udMmXZ0wOZNkckw1YUhiVexd1rygQ==
1213+
dependencies:
1214+
apollo-cache "^1.1.24"
1215+
apollo-cache-inmemory "^1.4.1"
1216+
apollo-client "^2.4.10"
12171217
apollo-link "^1.0.6"
12181218
apollo-link-error "^1.0.3"
12191219
apollo-link-http "^1.3.1"
12201220
apollo-link-state "^0.4.0"
12211221
graphql-tag "^2.4.2"
12221222

1223-
apollo-cache-inmemory@^1.4.0:
1224-
version "1.4.0"
1225-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.0.tgz#8bcb1de8d1950dcdbd42f9af6d16fccca8e9e9ca"
1226-
integrity sha512-gqwiZCApG+hRXEbtDrNIUtNcKKeO3RTih4mydJZRJpFp+PgBf8AZ2z4/uTJFFijmR9krmUWdCRfW1Aesb5+Ktg==
1223+
apollo-cache-inmemory@^1.4.1:
1224+
version "1.4.1"
1225+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.1.tgz#91211742d61305fb4e2a6fc2272a66b2c651b7f3"
1226+
integrity sha512-kF5J7k4RxzQpmb34PlIQ1/2jT+MFDyhQDvx5T/flIeg1HRZtWEPq3pOK1cEy8Tw1ITkJbeYNQJ6TP9JDCCj7RA==
12271227
dependencies:
1228-
apollo-cache "^1.1.23"
1229-
apollo-utilities "^1.1.0"
1230-
optimism "^0.6.8"
1228+
apollo-cache "^1.1.24"
1229+
apollo-utilities "^1.1.1"
1230+
optimism "^0.6.9"
12311231

1232-
apollo-cache@1.1.23, apollo-cache@^1.1.23:
1233-
version "1.1.23"
1234-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.23.tgz#4765571223cae756ab7faf29792f1ab9a8450a91"
1235-
integrity sha512-9FcavymJQdjaYX6of1xgjFmWp8UUCtlW/S9k5bfMMnMNAAQMDnuOFVEklawdSbyAhM4hh1kSymyt/r23K1tVSA==
1232+
apollo-cache@1.1.24, apollo-cache@^1.1.24:
1233+
version "1.1.24"
1234+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.24.tgz#2b833864458e97ae1da72901e0c25aa3cf83b233"
1235+
integrity sha512-+X2JuSisS0+NiMGDR1X/SigHZdet1MMWBqQS7Sf0YEnhE+uKj+dznHMYmWx3s1RoPNNKGn/FAhmUJ/GSq2yMtg==
12361236
dependencies:
1237-
apollo-utilities "^1.1.0"
1237+
apollo-utilities "^1.1.1"
12381238

1239-
apollo-client@^2.4.9:
1240-
version "2.4.9"
1241-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.9.tgz#c5fbd4d04645e228dd6a49f5b03b41cb1c2e5ae7"
1242-
integrity sha512-7IoIz+3hAk3166663ioyrsPdlTSAQa24HsJPVWw2QM/UE1wZTommu+uhwj9KugL6vpE/wyhyYgEs/9R7PlCsQA==
1239+
apollo-client@^2.4.10:
1240+
version "2.4.10"
1241+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.10.tgz#de9e78fb4589b7e95920e487f8f3319a55b1cfed"
1242+
integrity sha512-zHT6kd7O9LdKZTLnxT/vHZ1b/TeG67zqvqxxdEKRqNgo+v25HqVZJ4KKJMa0Hp5fEJf6ugBBaCbsGapverZQNw==
12431243
dependencies:
12441244
"@types/zen-observable" "^0.8.0"
1245-
apollo-cache "1.1.23"
1245+
apollo-cache "1.1.24"
12461246
apollo-link "^1.0.0"
12471247
apollo-link-dedup "^1.0.0"
1248-
apollo-utilities "1.1.0"
1248+
apollo-utilities "1.1.1"
12491249
symbol-observable "^1.0.2"
12501250
zen-observable "^0.8.0"
12511251
optionalDependencies:
@@ -1296,10 +1296,10 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.4:
12961296
apollo-utilities "^1.0.0"
12971297
zen-observable-ts "^0.8.11"
12981298

1299-
apollo-utilities@1.1.0, apollo-utilities@^1.1.0:
1300-
version "1.1.0"
1301-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.0.tgz#e7603f834b57e4e109be6b450dc1cc1037aac94c"
1302-
integrity sha512-D3scmF6vJkCBECMasMEc0J9dNNHVULl6h2d7/oGJxWid1fgcAPHZJN5XLCZisuOfn0Dvvu3Unf/zK00Z3e49Qg==
1299+
apollo-utilities@1.1.1, apollo-utilities@^1.1.1:
1300+
version "1.1.1"
1301+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.1.tgz#7175a07384d8e1f273ec1cf049a0d77c723b9ce3"
1302+
integrity sha512-C/q1Xot74SrJjkxNc6hr7VDCNTUoGGJYt/ZKyefIwBp4MoxWVp3Ii4cOuI1vYk0TNT0lWM4bNnE5vFfSJ3ocnQ==
13031303
dependencies:
13041304
fast-json-stable-stringify "^2.0.0"
13051305

@@ -6774,10 +6774,10 @@ opn@5.4.0, opn@^5.1.0:
67746774
dependencies:
67756775
is-wsl "^1.1.0"
67766776

6777-
optimism@^0.6.8:
6778-
version "0.6.8"
6779-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.8.tgz#0780b546da8cd0a72e5207e0c3706c990c8673a6"
6780-
integrity sha512-bN5n1KCxSqwBDnmgDnzMtQTHdL+uea2HYFx1smvtE+w2AMl0Uy31g0aXnP/Nt85OINnMJPRpJyfRQLTCqn5Weg==
6777+
optimism@^0.6.9:
6778+
version "0.6.9"
6779+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.9.tgz#19258ff8b3be0cea29ac35f06bff818e026e30bb"
6780+
integrity sha512-xoQm2lvXbCA9Kd7SCx6y713Y7sZ6fUc5R6VYpoL5M6svKJbTuvtNopexK8sO8K4s0EOUYHuPN2+yAEsNyRggkQ==
67816781
dependencies:
67826782
immutable-tuple "^0.4.9"
67836783

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal",
33
"dependencies": {
4-
"apollo-boost": "0.1.24",
4+
"apollo-boost": "0.1.25",
55
"graphql": "0.13.2",
66
"react": "16.7.0",
77
"react-apollo": "2.3.3",

minimal/yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -175,46 +175,46 @@ anymatch@^2.0.0:
175175
micromatch "^3.1.4"
176176
normalize-path "^2.1.1"
177177

178-
apollo-boost@0.1.24:
179-
version "0.1.24"
180-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.24.tgz#77860f919f645f1d00d7b24f97dfbc59fcf42e19"
181-
integrity sha512-Zpo5dSZQHeyU5YReHawILCwow2WXtd09RkvJhp4P9rWZH8XL5B6iA+KuMycHH1Ib6mAGcO57AaaFLYQVKIdmzw==
182-
dependencies:
183-
apollo-cache "^1.1.23"
184-
apollo-cache-inmemory "^1.4.0"
185-
apollo-client "^2.4.9"
178+
apollo-boost@0.1.25:
179+
version "0.1.25"
180+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.25.tgz#1172051cc6c0a2ebfe50efb73d3e259338c451b7"
181+
integrity sha512-OqmOiasT0kMMTmrAMAclkd9DoIooWYdfSEvTz6FPBWQESqP3+m9S6NIN1udMmXZ0wOZNkckw1YUhiVexd1rygQ==
182+
dependencies:
183+
apollo-cache "^1.1.24"
184+
apollo-cache-inmemory "^1.4.1"
185+
apollo-client "^2.4.10"
186186
apollo-link "^1.0.6"
187187
apollo-link-error "^1.0.3"
188188
apollo-link-http "^1.3.1"
189189
apollo-link-state "^0.4.0"
190190
graphql-tag "^2.4.2"
191191

192-
apollo-cache-inmemory@^1.4.0:
193-
version "1.4.0"
194-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.0.tgz#8bcb1de8d1950dcdbd42f9af6d16fccca8e9e9ca"
195-
integrity sha512-gqwiZCApG+hRXEbtDrNIUtNcKKeO3RTih4mydJZRJpFp+PgBf8AZ2z4/uTJFFijmR9krmUWdCRfW1Aesb5+Ktg==
192+
apollo-cache-inmemory@^1.4.1:
193+
version "1.4.1"
194+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.1.tgz#91211742d61305fb4e2a6fc2272a66b2c651b7f3"
195+
integrity sha512-kF5J7k4RxzQpmb34PlIQ1/2jT+MFDyhQDvx5T/flIeg1HRZtWEPq3pOK1cEy8Tw1ITkJbeYNQJ6TP9JDCCj7RA==
196196
dependencies:
197-
apollo-cache "^1.1.23"
198-
apollo-utilities "^1.1.0"
199-
optimism "^0.6.8"
197+
apollo-cache "^1.1.24"
198+
apollo-utilities "^1.1.1"
199+
optimism "^0.6.9"
200200

201-
apollo-cache@1.1.23, apollo-cache@^1.1.23:
202-
version "1.1.23"
203-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.23.tgz#4765571223cae756ab7faf29792f1ab9a8450a91"
204-
integrity sha512-9FcavymJQdjaYX6of1xgjFmWp8UUCtlW/S9k5bfMMnMNAAQMDnuOFVEklawdSbyAhM4hh1kSymyt/r23K1tVSA==
201+
apollo-cache@1.1.24, apollo-cache@^1.1.24:
202+
version "1.1.24"
203+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.24.tgz#2b833864458e97ae1da72901e0c25aa3cf83b233"
204+
integrity sha512-+X2JuSisS0+NiMGDR1X/SigHZdet1MMWBqQS7Sf0YEnhE+uKj+dznHMYmWx3s1RoPNNKGn/FAhmUJ/GSq2yMtg==
205205
dependencies:
206-
apollo-utilities "^1.1.0"
206+
apollo-utilities "^1.1.1"
207207

208-
apollo-client@^2.4.9:
209-
version "2.4.9"
210-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.9.tgz#c5fbd4d04645e228dd6a49f5b03b41cb1c2e5ae7"
211-
integrity sha512-7IoIz+3hAk3166663ioyrsPdlTSAQa24HsJPVWw2QM/UE1wZTommu+uhwj9KugL6vpE/wyhyYgEs/9R7PlCsQA==
208+
apollo-client@^2.4.10:
209+
version "2.4.10"
210+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.10.tgz#de9e78fb4589b7e95920e487f8f3319a55b1cfed"
211+
integrity sha512-zHT6kd7O9LdKZTLnxT/vHZ1b/TeG67zqvqxxdEKRqNgo+v25HqVZJ4KKJMa0Hp5fEJf6ugBBaCbsGapverZQNw==
212212
dependencies:
213213
"@types/zen-observable" "^0.8.0"
214-
apollo-cache "1.1.23"
214+
apollo-cache "1.1.24"
215215
apollo-link "^1.0.0"
216216
apollo-link-dedup "^1.0.0"
217-
apollo-utilities "1.1.0"
217+
apollo-utilities "1.1.1"
218218
symbol-observable "^1.0.2"
219219
zen-observable "^0.8.0"
220220
optionalDependencies:
@@ -265,10 +265,10 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.4:
265265
apollo-utilities "^1.0.0"
266266
zen-observable-ts "^0.8.11"
267267

268-
apollo-utilities@1.1.0, apollo-utilities@^1.1.0:
269-
version "1.1.0"
270-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.0.tgz#e7603f834b57e4e109be6b450dc1cc1037aac94c"
271-
integrity sha512-D3scmF6vJkCBECMasMEc0J9dNNHVULl6h2d7/oGJxWid1fgcAPHZJN5XLCZisuOfn0Dvvu3Unf/zK00Z3e49Qg==
268+
apollo-utilities@1.1.1, apollo-utilities@^1.1.1:
269+
version "1.1.1"
270+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.1.tgz#7175a07384d8e1f273ec1cf049a0d77c723b9ce3"
271+
integrity sha512-C/q1Xot74SrJjkxNc6hr7VDCNTUoGGJYt/ZKyefIwBp4MoxWVp3Ii4cOuI1vYk0TNT0lWM4bNnE5vFfSJ3ocnQ==
272272
dependencies:
273273
fast-json-stable-stringify "^2.0.0"
274274

@@ -5653,10 +5653,10 @@ opn@^5.1.0:
56535653
dependencies:
56545654
is-wsl "^1.1.0"
56555655

5656-
optimism@^0.6.8:
5657-
version "0.6.8"
5658-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.8.tgz#0780b546da8cd0a72e5207e0c3706c990c8673a6"
5659-
integrity sha512-bN5n1KCxSqwBDnmgDnzMtQTHdL+uea2HYFx1smvtE+w2AMl0Uy31g0aXnP/Nt85OINnMJPRpJyfRQLTCqn5Weg==
5656+
optimism@^0.6.9:
5657+
version "0.6.9"
5658+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.6.9.tgz#19258ff8b3be0cea29ac35f06bff818e026e30bb"
5659+
integrity sha512-xoQm2lvXbCA9Kd7SCx6y713Y7sZ6fUc5R6VYpoL5M6svKJbTuvtNopexK8sO8K4s0EOUYHuPN2+yAEsNyRggkQ==
56605660
dependencies:
56615661
immutable-tuple "^0.4.9"
56625662

0 commit comments

Comments
 (0)