Skip to content

Commit 73d55c2

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

File tree

6 files changed

+92
-92
lines changed

6 files changed

+92
-92
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.23",
19-
"apollo-client": "2.4.8",
18+
"apollo-boost": "0.1.24",
19+
"apollo-client": "2.4.9",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.6",
2222
"apollo-link-ws": "1.0.12",
23-
"apollo-utilities": "1.0.27",
23+
"apollo-utilities": "1.1.0",
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: 29 additions & 29 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.23:
205-
version "0.1.23"
206-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.23.tgz#9a9b806cfdc1d29b0b09b1ef0a15fde2e71c92bd"
207-
integrity sha512-yQr1Ph3DEVvU7XeQhAh+6p2wZ++azxgGAtwXc+D5EP1CHU0HMVfVgtj1M0CDO1z14SZgQbrurQ60bgiyquoiVg==
208-
dependencies:
209-
apollo-cache "^1.1.22"
210-
apollo-cache-inmemory "^1.3.12"
211-
apollo-client "^2.4.8"
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"
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.3.12:
228-
version "1.3.12"
229-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.12.tgz#cf7ef7c15730d0b6787d79047d5c06087ac31991"
230-
integrity sha512-jxWcW64QoYQZ09UH6v3syvCCl3MWr6bsxT3wYYL6ORi8svdJUpnNrHTcv5qXqJYVg/a+NHhfEt+eGjJUG2ytXA==
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==
231231
dependencies:
232-
apollo-cache "^1.1.22"
233-
apollo-utilities "^1.0.27"
232+
apollo-cache "^1.1.23"
233+
apollo-utilities "^1.1.0"
234234
optimism "^0.6.8"
235235

236-
apollo-cache@1.1.22, apollo-cache@^1.1.22:
237-
version "1.1.22"
238-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.22.tgz#d4682ea6e8b2508a934f61c2fd9e36b4a65041d9"
239-
integrity sha512-8PoxhQLISj2oHwT7i/r4l+ly4y3RKZls+dtXzAewu3U77P9dNZKhYkRNAhx9iEfsrNoHgXBV8vMp64hb1uYh+g==
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==
240240
dependencies:
241-
apollo-utilities "^1.0.27"
241+
apollo-utilities "^1.1.0"
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.8, apollo-client@^2.4.8:
262-
version "2.4.8"
263-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.8.tgz#3a798f1076243465a59061d44d11bd030b68deb9"
264-
integrity sha512-OAFbCTnGPtaIv0j+EZYzY20d+MD2JNbJ/YXZ4s0/oZlSg87bb0gjcIbccw2lnytipymZcZNr5ArFFeh0saGEwA==
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==
265265
dependencies:
266266
"@types/zen-observable" "^0.8.0"
267-
apollo-cache "1.1.22"
267+
apollo-cache "1.1.23"
268268
apollo-link "^1.0.0"
269269
apollo-link-dedup "^1.0.0"
270-
apollo-utilities "1.0.27"
270+
apollo-utilities "1.1.0"
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.0.27, apollo-utilities@^1.0.27:
354-
version "1.0.27"
355-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.27.tgz#77c550f9086552376eca3a48e234a1466b5b057e"
356-
integrity sha512-nzrMQ89JMpNmYnVGJ4t8zN75gQbql27UDhlxNi+3OModp0Masx5g+fQmQJ5B4w2dpRuYOsdwFLmj3lQbwOKV1Q==
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==
357357
dependencies:
358358
fast-json-stable-stringify "^2.0.0"
359359

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.23",
8+
"apollo-boost": "0.1.24",
99
"graphql": "14.0.2",
1010
"react": "16.7.0",
1111
"react-apollo": "2.3.3",

basic/yarn.lock

Lines changed: 29 additions & 29 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.23:
1210-
version "0.1.23"
1211-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.23.tgz#9a9b806cfdc1d29b0b09b1ef0a15fde2e71c92bd"
1212-
integrity sha512-yQr1Ph3DEVvU7XeQhAh+6p2wZ++azxgGAtwXc+D5EP1CHU0HMVfVgtj1M0CDO1z14SZgQbrurQ60bgiyquoiVg==
1213-
dependencies:
1214-
apollo-cache "^1.1.22"
1215-
apollo-cache-inmemory "^1.3.12"
1216-
apollo-client "^2.4.8"
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"
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.3.12:
1224-
version "1.3.12"
1225-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.12.tgz#cf7ef7c15730d0b6787d79047d5c06087ac31991"
1226-
integrity sha512-jxWcW64QoYQZ09UH6v3syvCCl3MWr6bsxT3wYYL6ORi8svdJUpnNrHTcv5qXqJYVg/a+NHhfEt+eGjJUG2ytXA==
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==
12271227
dependencies:
1228-
apollo-cache "^1.1.22"
1229-
apollo-utilities "^1.0.27"
1228+
apollo-cache "^1.1.23"
1229+
apollo-utilities "^1.1.0"
12301230
optimism "^0.6.8"
12311231

1232-
apollo-cache@1.1.22, apollo-cache@^1.1.22:
1233-
version "1.1.22"
1234-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.22.tgz#d4682ea6e8b2508a934f61c2fd9e36b4a65041d9"
1235-
integrity sha512-8PoxhQLISj2oHwT7i/r4l+ly4y3RKZls+dtXzAewu3U77P9dNZKhYkRNAhx9iEfsrNoHgXBV8vMp64hb1uYh+g==
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==
12361236
dependencies:
1237-
apollo-utilities "^1.0.27"
1237+
apollo-utilities "^1.1.0"
12381238

1239-
apollo-client@^2.4.8:
1240-
version "2.4.8"
1241-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.8.tgz#3a798f1076243465a59061d44d11bd030b68deb9"
1242-
integrity sha512-OAFbCTnGPtaIv0j+EZYzY20d+MD2JNbJ/YXZ4s0/oZlSg87bb0gjcIbccw2lnytipymZcZNr5ArFFeh0saGEwA==
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==
12431243
dependencies:
12441244
"@types/zen-observable" "^0.8.0"
1245-
apollo-cache "1.1.22"
1245+
apollo-cache "1.1.23"
12461246
apollo-link "^1.0.0"
12471247
apollo-link-dedup "^1.0.0"
1248-
apollo-utilities "1.0.27"
1248+
apollo-utilities "1.1.0"
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.0.27, apollo-utilities@^1.0.27:
1300-
version "1.0.27"
1301-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.27.tgz#77c550f9086552376eca3a48e234a1466b5b057e"
1302-
integrity sha512-nzrMQ89JMpNmYnVGJ4t8zN75gQbql27UDhlxNi+3OModp0Masx5g+fQmQJ5B4w2dpRuYOsdwFLmj3lQbwOKV1Q==
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==
13031303
dependencies:
13041304
fast-json-stable-stringify "^2.0.0"
13051305

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.23",
4+
"apollo-boost": "0.1.24",
55
"graphql": "0.13.2",
66
"react": "16.7.0",
77
"react-apollo": "2.3.3",

minimal/yarn.lock

Lines changed: 29 additions & 29 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.23:
179-
version "0.1.23"
180-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.23.tgz#9a9b806cfdc1d29b0b09b1ef0a15fde2e71c92bd"
181-
integrity sha512-yQr1Ph3DEVvU7XeQhAh+6p2wZ++azxgGAtwXc+D5EP1CHU0HMVfVgtj1M0CDO1z14SZgQbrurQ60bgiyquoiVg==
182-
dependencies:
183-
apollo-cache "^1.1.22"
184-
apollo-cache-inmemory "^1.3.12"
185-
apollo-client "^2.4.8"
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"
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.3.12:
193-
version "1.3.12"
194-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.12.tgz#cf7ef7c15730d0b6787d79047d5c06087ac31991"
195-
integrity sha512-jxWcW64QoYQZ09UH6v3syvCCl3MWr6bsxT3wYYL6ORi8svdJUpnNrHTcv5qXqJYVg/a+NHhfEt+eGjJUG2ytXA==
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==
196196
dependencies:
197-
apollo-cache "^1.1.22"
198-
apollo-utilities "^1.0.27"
197+
apollo-cache "^1.1.23"
198+
apollo-utilities "^1.1.0"
199199
optimism "^0.6.8"
200200

201-
apollo-cache@1.1.22, apollo-cache@^1.1.22:
202-
version "1.1.22"
203-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.22.tgz#d4682ea6e8b2508a934f61c2fd9e36b4a65041d9"
204-
integrity sha512-8PoxhQLISj2oHwT7i/r4l+ly4y3RKZls+dtXzAewu3U77P9dNZKhYkRNAhx9iEfsrNoHgXBV8vMp64hb1uYh+g==
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==
205205
dependencies:
206-
apollo-utilities "^1.0.27"
206+
apollo-utilities "^1.1.0"
207207

208-
apollo-client@^2.4.8:
209-
version "2.4.8"
210-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.8.tgz#3a798f1076243465a59061d44d11bd030b68deb9"
211-
integrity sha512-OAFbCTnGPtaIv0j+EZYzY20d+MD2JNbJ/YXZ4s0/oZlSg87bb0gjcIbccw2lnytipymZcZNr5ArFFeh0saGEwA==
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==
212212
dependencies:
213213
"@types/zen-observable" "^0.8.0"
214-
apollo-cache "1.1.22"
214+
apollo-cache "1.1.23"
215215
apollo-link "^1.0.0"
216216
apollo-link-dedup "^1.0.0"
217-
apollo-utilities "1.0.27"
217+
apollo-utilities "1.1.0"
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.0.27, apollo-utilities@^1.0.27:
269-
version "1.0.27"
270-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.27.tgz#77c550f9086552376eca3a48e234a1466b5b057e"
271-
integrity sha512-nzrMQ89JMpNmYnVGJ4t8zN75gQbql27UDhlxNi+3OModp0Masx5g+fQmQJ5B4w2dpRuYOsdwFLmj3lQbwOKV1Q==
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==
272272
dependencies:
273273
fast-json-stable-stringify "^2.0.0"
274274

0 commit comments

Comments
 (0)