Skip to content

Commit 717c4a3

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent 1e59de5 commit 717c4a3

File tree

6 files changed

+46
-46
lines changed

6 files changed

+46
-46
lines changed

advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react-scripts": "1.1.5"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.20",
19-
"apollo-client": "2.4.5",
18+
"apollo-boost": "0.1.21",
19+
"apollo-client": "2.4.6",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.3",
2222
"apollo-link-ws": "1.0.9",

advanced/yarn.lock

Lines changed: 14 additions & 14 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.20:
205-
version "0.1.20"
206-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.20.tgz#cc3e418ebd2bea857656685d32a7a20443493363"
207-
integrity sha512-n2MiEY5IGpD/cy0RH+pM9vbmobM/JZ5qz38XQAUA41FxxMPlLFQxf0IUMm0tijLOJvJJBub3pDt+Of4TVPBCqA==
204+
apollo-boost@0.1.21:
205+
version "0.1.21"
206+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.21.tgz#1c6b5f53120bd46faa825715da40cf5578fd6fbb"
207+
integrity sha512-3cA4LjzrMckbX02Vd02yfKsgunnqdZTLE5SRXr7SCzfJfkPjmD9VGS8eLUCd/FE5taM/FHNAuqy3u3PaPCjYvw==
208208
dependencies:
209209
apollo-cache "^1.1.20"
210-
apollo-cache-inmemory "^1.3.9"
211-
apollo-client "^2.4.5"
210+
apollo-cache-inmemory "^1.3.10"
211+
apollo-client "^2.4.6"
212212
apollo-link "^1.0.6"
213213
apollo-link-error "^1.0.3"
214214
apollo-link-http "^1.3.1"
@@ -224,10 +224,10 @@ 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.9:
228-
version "1.3.9"
229-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.9.tgz#10738ba6a04faaeeb0da21bbcc1f7c0b5902910c"
230-
integrity sha512-Q2k84p/OqIuMUyeWGc6XbVXXZu0erYOO+wTx9p+CnQUspnNvf7zmvFNgFnmudXzfuG1m1CSzePk6fC/M1ehOqQ==
227+
apollo-cache-inmemory@^1.3.10:
228+
version "1.3.10"
229+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.10.tgz#2e5375ad7ac0d30d59aaae3a2b5967673d0cf968"
230+
integrity sha512-cJL8xxX2iytludvxY4goxYJ41n8avXirAjQkEwgSvGqrEzC0PG2DwtHZZh1QTnRRuM1rgj4MKiUiX/Ykhc5L+Q==
231231
dependencies:
232232
apollo-cache "^1.1.20"
233233
apollo-utilities "^1.0.25"
@@ -258,10 +258,10 @@ 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.5, apollo-client@^2.4.5:
262-
version "2.4.5"
263-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.5.tgz#545beda1ef60814943b5622f0feabc9f29ee9822"
264-
integrity sha512-nUm06EGa4TP/IY68OzmC3lTD32TqkjLOQdb69uYo+lHl8NnwebtrAw3qFtsQtTEz6ueBp/Z/HasNZng4jwafVQ==
261+
apollo-client@2.4.6, apollo-client@^2.4.6:
262+
version "2.4.6"
263+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.6.tgz#ba24a2def6ea9d487b41672652ca967cc7c05e4a"
264+
integrity sha512-RsZVMYone7mu3Wj4sr7ehctN8pdaHsP4X1Sv6Ly4gZ/YDetCCVnhbmnk5q7kvDtfoo0jhhHblxgFyA3FLLImtA==
265265
dependencies:
266266
"@types/zen-observable" "^0.8.0"
267267
apollo-cache "1.1.20"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-scripts": "1.1.5"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.1.20",
8+
"apollo-boost": "0.1.21",
99
"graphql": "0.13.2",
1010
"react": "16.6.3",
1111
"react-apollo": "2.3.1",

basic/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,24 +186,24 @@ anymatch@^2.0.0:
186186
micromatch "^3.1.4"
187187
normalize-path "^2.1.1"
188188

189-
apollo-boost@0.1.20:
190-
version "0.1.20"
191-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.20.tgz#cc3e418ebd2bea857656685d32a7a20443493363"
192-
integrity sha512-n2MiEY5IGpD/cy0RH+pM9vbmobM/JZ5qz38XQAUA41FxxMPlLFQxf0IUMm0tijLOJvJJBub3pDt+Of4TVPBCqA==
189+
apollo-boost@0.1.21:
190+
version "0.1.21"
191+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.21.tgz#1c6b5f53120bd46faa825715da40cf5578fd6fbb"
192+
integrity sha512-3cA4LjzrMckbX02Vd02yfKsgunnqdZTLE5SRXr7SCzfJfkPjmD9VGS8eLUCd/FE5taM/FHNAuqy3u3PaPCjYvw==
193193
dependencies:
194194
apollo-cache "^1.1.20"
195-
apollo-cache-inmemory "^1.3.9"
196-
apollo-client "^2.4.5"
195+
apollo-cache-inmemory "^1.3.10"
196+
apollo-client "^2.4.6"
197197
apollo-link "^1.0.6"
198198
apollo-link-error "^1.0.3"
199199
apollo-link-http "^1.3.1"
200200
apollo-link-state "^0.4.0"
201201
graphql-tag "^2.4.2"
202202

203-
apollo-cache-inmemory@^1.3.9:
204-
version "1.3.9"
205-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.9.tgz#10738ba6a04faaeeb0da21bbcc1f7c0b5902910c"
206-
integrity sha512-Q2k84p/OqIuMUyeWGc6XbVXXZu0erYOO+wTx9p+CnQUspnNvf7zmvFNgFnmudXzfuG1m1CSzePk6fC/M1ehOqQ==
203+
apollo-cache-inmemory@^1.3.10:
204+
version "1.3.10"
205+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.10.tgz#2e5375ad7ac0d30d59aaae3a2b5967673d0cf968"
206+
integrity sha512-cJL8xxX2iytludvxY4goxYJ41n8avXirAjQkEwgSvGqrEzC0PG2DwtHZZh1QTnRRuM1rgj4MKiUiX/Ykhc5L+Q==
207207
dependencies:
208208
apollo-cache "^1.1.20"
209209
apollo-utilities "^1.0.25"
@@ -216,10 +216,10 @@ apollo-cache@1.1.20, apollo-cache@^1.1.20:
216216
dependencies:
217217
apollo-utilities "^1.0.25"
218218

219-
apollo-client@^2.4.5:
220-
version "2.4.5"
221-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.5.tgz#545beda1ef60814943b5622f0feabc9f29ee9822"
222-
integrity sha512-nUm06EGa4TP/IY68OzmC3lTD32TqkjLOQdb69uYo+lHl8NnwebtrAw3qFtsQtTEz6ueBp/Z/HasNZng4jwafVQ==
219+
apollo-client@^2.4.6:
220+
version "2.4.6"
221+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.6.tgz#ba24a2def6ea9d487b41672652ca967cc7c05e4a"
222+
integrity sha512-RsZVMYone7mu3Wj4sr7ehctN8pdaHsP4X1Sv6Ly4gZ/YDetCCVnhbmnk5q7kvDtfoo0jhhHblxgFyA3FLLImtA==
223223
dependencies:
224224
"@types/zen-observable" "^0.8.0"
225225
apollo-cache "1.1.20"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apollo-boost": "0.1.20",
6+
"apollo-boost": "0.1.21",
77
"graphql": "0.13.2",
88
"react": "16.6.3",
99
"react-apollo": "2.3.1",

minimal/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -192,24 +192,24 @@ anymatch@^2.0.0:
192192
micromatch "^3.1.4"
193193
normalize-path "^2.1.1"
194194

195-
apollo-boost@0.1.20:
196-
version "0.1.20"
197-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.20.tgz#cc3e418ebd2bea857656685d32a7a20443493363"
198-
integrity sha512-n2MiEY5IGpD/cy0RH+pM9vbmobM/JZ5qz38XQAUA41FxxMPlLFQxf0IUMm0tijLOJvJJBub3pDt+Of4TVPBCqA==
195+
apollo-boost@0.1.21:
196+
version "0.1.21"
197+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.21.tgz#1c6b5f53120bd46faa825715da40cf5578fd6fbb"
198+
integrity sha512-3cA4LjzrMckbX02Vd02yfKsgunnqdZTLE5SRXr7SCzfJfkPjmD9VGS8eLUCd/FE5taM/FHNAuqy3u3PaPCjYvw==
199199
dependencies:
200200
apollo-cache "^1.1.20"
201-
apollo-cache-inmemory "^1.3.9"
202-
apollo-client "^2.4.5"
201+
apollo-cache-inmemory "^1.3.10"
202+
apollo-client "^2.4.6"
203203
apollo-link "^1.0.6"
204204
apollo-link-error "^1.0.3"
205205
apollo-link-http "^1.3.1"
206206
apollo-link-state "^0.4.0"
207207
graphql-tag "^2.4.2"
208208

209-
apollo-cache-inmemory@^1.3.9:
210-
version "1.3.9"
211-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.9.tgz#10738ba6a04faaeeb0da21bbcc1f7c0b5902910c"
212-
integrity sha512-Q2k84p/OqIuMUyeWGc6XbVXXZu0erYOO+wTx9p+CnQUspnNvf7zmvFNgFnmudXzfuG1m1CSzePk6fC/M1ehOqQ==
209+
apollo-cache-inmemory@^1.3.10:
210+
version "1.3.10"
211+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.10.tgz#2e5375ad7ac0d30d59aaae3a2b5967673d0cf968"
212+
integrity sha512-cJL8xxX2iytludvxY4goxYJ41n8avXirAjQkEwgSvGqrEzC0PG2DwtHZZh1QTnRRuM1rgj4MKiUiX/Ykhc5L+Q==
213213
dependencies:
214214
apollo-cache "^1.1.20"
215215
apollo-utilities "^1.0.25"
@@ -222,10 +222,10 @@ apollo-cache@1.1.20, apollo-cache@^1.1.20:
222222
dependencies:
223223
apollo-utilities "^1.0.25"
224224

225-
apollo-client@^2.4.5:
226-
version "2.4.5"
227-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.5.tgz#545beda1ef60814943b5622f0feabc9f29ee9822"
228-
integrity sha512-nUm06EGa4TP/IY68OzmC3lTD32TqkjLOQdb69uYo+lHl8NnwebtrAw3qFtsQtTEz6ueBp/Z/HasNZng4jwafVQ==
225+
apollo-client@^2.4.6:
226+
version "2.4.6"
227+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.6.tgz#ba24a2def6ea9d487b41672652ca967cc7c05e4a"
228+
integrity sha512-RsZVMYone7mu3Wj4sr7ehctN8pdaHsP4X1Sv6Ly4gZ/YDetCCVnhbmnk5q7kvDtfoo0jhhHblxgFyA3FLLImtA==
229229
dependencies:
230230
"@types/zen-observable" "^0.8.0"
231231
apollo-cache "1.1.20"

0 commit comments

Comments
 (0)