Skip to content

Commit f9f75eb

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

File tree

6 files changed

+115
-111
lines changed

6 files changed

+115
-111
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.25",
19-
"apollo-client": "2.4.10",
18+
"apollo-boost": "0.1.27",
19+
"apollo-client": "2.4.12",
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.1",
23+
"apollo-utilities": "1.1.2",
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: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"
88
integrity sha512-/mQMARXVSuGbwOFFBKA4s0qRKtOaaTgnllp3qU4sMzDVGGAroPblyd529yBALnK/WEY8nHyRGx0/RFUDmhpVmQ==
99

10-
"@types/async@2.0.50":
11-
version "2.0.50"
12-
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.50.tgz#117540e026d64e1846093abbd5adc7e27fda7bcb"
13-
integrity sha512-VMhZMMQgV1zsR+lX/0IBfAk+8Eb7dPVMWiQGFAt3qjo5x7Ml6b77jUo0e1C3ToD+XRDXqtrfw+6AB0uUsPEr3Q==
14-
1510
"@types/graphql@0.12.6":
1611
version "0.12.6"
1712
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
@@ -201,19 +196,20 @@ anymatch@^2.0.0:
201196
micromatch "^3.1.4"
202197
normalize-path "^2.1.1"
203198

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==
199+
apollo-boost@0.1.27:
200+
version "0.1.27"
201+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.27.tgz#77cc796359503a330d5b31780043430afed47899"
202+
integrity sha512-z6h4SKVR9H17sm6+aGsjhw1fPK6dmuNQbAue5YwCOrMUCQLHkP3gXvCnBXsOCF3RyWkYVygu/gjrLJtvoq14XA==
208203
dependencies:
209-
apollo-cache "^1.1.24"
210-
apollo-cache-inmemory "^1.4.1"
211-
apollo-client "^2.4.10"
204+
apollo-cache "^1.1.25"
205+
apollo-cache-inmemory "^1.4.2"
206+
apollo-client "^2.4.12"
212207
apollo-link "^1.0.6"
213208
apollo-link-error "^1.0.3"
214209
apollo-link-http "^1.3.1"
215210
apollo-link-state "^0.4.0"
216211
graphql-tag "^2.4.2"
212+
tslib "^1.9.3"
217213

218214
apollo-cache-inmemory@^1.1.7:
219215
version "1.1.9"
@@ -224,21 +220,23 @@ apollo-cache-inmemory@^1.1.7:
224220
apollo-utilities "^1.0.8"
225221
graphql-anywhere "^4.1.5"
226222

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==
223+
apollo-cache-inmemory@^1.4.2:
224+
version "1.4.2"
225+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.2.tgz#c91aeb4adff45cdc7872d603cbff055fa9cd5021"
226+
integrity sha512-fDVmj5j1e3W+inyuSwjIcMgbQ4edcFgmiKTBMFAEKAq0jg33X7FrbDX8JT2t5Vuf75Mva50JDlt5wXdu7C6WuA==
231227
dependencies:
232-
apollo-cache "^1.1.24"
233-
apollo-utilities "^1.1.1"
228+
apollo-cache "^1.1.25"
229+
apollo-utilities "^1.1.2"
234230
optimism "^0.6.9"
231+
tslib "^1.9.3"
235232

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==
233+
apollo-cache@1.1.25, apollo-cache@^1.1.25:
234+
version "1.1.25"
235+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.25.tgz#87a15a2a19993bb07234ccee6839b59d6fb49ac5"
236+
integrity sha512-9HhI/tVEHAeGaJJvi1Vpf6PzXUCA0PqNbigi2G3uOc180JjxbcaBvEbKXMEDb/UyTXkFWzI4PiPDuDQFqmIMSA==
240237
dependencies:
241-
apollo-utilities "^1.1.1"
238+
apollo-utilities "^1.1.2"
239+
tslib "^1.9.3"
242240

243241
apollo-cache@^1.1.4:
244242
version "1.1.4"
@@ -258,20 +256,19 @@ apollo-client-preset@1.0.8:
258256
apollo-link-http "^1.3.1"
259257
graphql-tag "^2.4.2"
260258

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==
259+
apollo-client@2.4.12, apollo-client@^2.4.12:
260+
version "2.4.12"
261+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.12.tgz#9fa15f502d04f8cc788a9fbb825163b437681504"
262+
integrity sha512-E5ClFSB9btJLYibLKwLDSCg+w9tI+25eZgXOM+DClawu7of4d/xhuV/xvpuZpsMP3qwrp0QPacBnfG4tUJs3/w==
265263
dependencies:
266264
"@types/zen-observable" "^0.8.0"
267-
apollo-cache "1.1.24"
265+
apollo-cache "1.1.25"
268266
apollo-link "^1.0.0"
269267
apollo-link-dedup "^1.0.0"
270-
apollo-utilities "1.1.1"
268+
apollo-utilities "1.1.2"
271269
symbol-observable "^1.0.2"
270+
tslib "^1.9.3"
272271
zen-observable "^0.8.0"
273-
optionalDependencies:
274-
"@types/async" "2.0.50"
275272

276273
apollo-client@^2.2.2:
277274
version "2.2.5"
@@ -350,12 +347,13 @@ apollo-link@^1.2.2:
350347
apollo-utilities "^1.0.0"
351348
zen-observable-ts "^0.8.9"
352349

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==
350+
apollo-utilities@1.1.2, apollo-utilities@^1.1.2:
351+
version "1.1.2"
352+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.2.tgz#aa5eca9d1f1eb721c381a22e0dde03559d856db3"
353+
integrity sha512-EjDx8vToK+zkWIxc76ZQY/irRX52puNg04xf/w8R0kVTDAgHuVfnFVC01O5vE25kFnIaa5em0pFI0p9b6YMkhQ==
357354
dependencies:
358355
fast-json-stable-stringify "^2.0.0"
356+
tslib "^1.9.3"
359357

360358
apollo-utilities@^1.0.0, apollo-utilities@^1.0.8:
361359
version "1.0.8"
@@ -8560,6 +8558,11 @@ trim-right@^1.0.1:
85608558
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
85618559
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
85628560

8561+
tslib@^1.9.3:
8562+
version "1.9.3"
8563+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
8564+
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
8565+
85638566
tty-browserify@0.0.0:
85648567
version "0.0.0"
85658568
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

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

basic/yarn.lock

Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,6 @@
901901
"@svgr/core" "^2.4.1"
902902
loader-utils "^1.1.0"
903903

904-
"@types/async@2.0.50":
905-
version "2.0.50"
906-
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.50.tgz#117540e026d64e1846093abbd5adc7e27fda7bcb"
907-
integrity sha512-VMhZMMQgV1zsR+lX/0IBfAk+8Eb7dPVMWiQGFAt3qjo5x7Ml6b77jUo0e1C3ToD+XRDXqtrfw+6AB0uUsPEr3Q==
908-
909904
"@types/tapable@1.0.2":
910905
version "1.0.2"
911906
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.2.tgz#e13182e1b69871a422d7863e11a4a6f5b814a4bd"
@@ -1206,50 +1201,52 @@ anymatch@^2.0.0:
12061201
micromatch "^3.1.4"
12071202
normalize-path "^2.1.1"
12081203

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==
1204+
apollo-boost@0.1.27:
1205+
version "0.1.27"
1206+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.27.tgz#77cc796359503a330d5b31780043430afed47899"
1207+
integrity sha512-z6h4SKVR9H17sm6+aGsjhw1fPK6dmuNQbAue5YwCOrMUCQLHkP3gXvCnBXsOCF3RyWkYVygu/gjrLJtvoq14XA==
12131208
dependencies:
1214-
apollo-cache "^1.1.24"
1215-
apollo-cache-inmemory "^1.4.1"
1216-
apollo-client "^2.4.10"
1209+
apollo-cache "^1.1.25"
1210+
apollo-cache-inmemory "^1.4.2"
1211+
apollo-client "^2.4.12"
12171212
apollo-link "^1.0.6"
12181213
apollo-link-error "^1.0.3"
12191214
apollo-link-http "^1.3.1"
12201215
apollo-link-state "^0.4.0"
12211216
graphql-tag "^2.4.2"
1217+
tslib "^1.9.3"
12221218

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==
1219+
apollo-cache-inmemory@^1.4.2:
1220+
version "1.4.2"
1221+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.2.tgz#c91aeb4adff45cdc7872d603cbff055fa9cd5021"
1222+
integrity sha512-fDVmj5j1e3W+inyuSwjIcMgbQ4edcFgmiKTBMFAEKAq0jg33X7FrbDX8JT2t5Vuf75Mva50JDlt5wXdu7C6WuA==
12271223
dependencies:
1228-
apollo-cache "^1.1.24"
1229-
apollo-utilities "^1.1.1"
1224+
apollo-cache "^1.1.25"
1225+
apollo-utilities "^1.1.2"
12301226
optimism "^0.6.9"
1227+
tslib "^1.9.3"
12311228

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==
1229+
apollo-cache@1.1.25, apollo-cache@^1.1.25:
1230+
version "1.1.25"
1231+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.25.tgz#87a15a2a19993bb07234ccee6839b59d6fb49ac5"
1232+
integrity sha512-9HhI/tVEHAeGaJJvi1Vpf6PzXUCA0PqNbigi2G3uOc180JjxbcaBvEbKXMEDb/UyTXkFWzI4PiPDuDQFqmIMSA==
12361233
dependencies:
1237-
apollo-utilities "^1.1.1"
1234+
apollo-utilities "^1.1.2"
1235+
tslib "^1.9.3"
12381236

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==
1237+
apollo-client@^2.4.12:
1238+
version "2.4.12"
1239+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.12.tgz#9fa15f502d04f8cc788a9fbb825163b437681504"
1240+
integrity sha512-E5ClFSB9btJLYibLKwLDSCg+w9tI+25eZgXOM+DClawu7of4d/xhuV/xvpuZpsMP3qwrp0QPacBnfG4tUJs3/w==
12431241
dependencies:
12441242
"@types/zen-observable" "^0.8.0"
1245-
apollo-cache "1.1.24"
1243+
apollo-cache "1.1.25"
12461244
apollo-link "^1.0.0"
12471245
apollo-link-dedup "^1.0.0"
1248-
apollo-utilities "1.1.1"
1246+
apollo-utilities "1.1.2"
12491247
symbol-observable "^1.0.2"
1248+
tslib "^1.9.3"
12501249
zen-observable "^0.8.0"
1251-
optionalDependencies:
1252-
"@types/async" "2.0.50"
12531250

12541251
apollo-link-dedup@^1.0.0:
12551252
version "1.0.11"
@@ -1296,12 +1293,13 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.2.4:
12961293
apollo-utilities "^1.0.0"
12971294
zen-observable-ts "^0.8.11"
12981295

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==
1296+
apollo-utilities@1.1.2, apollo-utilities@^1.1.2:
1297+
version "1.1.2"
1298+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.2.tgz#aa5eca9d1f1eb721c381a22e0dde03559d856db3"
1299+
integrity sha512-EjDx8vToK+zkWIxc76ZQY/irRX52puNg04xf/w8R0kVTDAgHuVfnFVC01O5vE25kFnIaa5em0pFI0p9b6YMkhQ==
13031300
dependencies:
13041301
fast-json-stable-stringify "^2.0.0"
1302+
tslib "^1.9.3"
13051303

13061304
apollo-utilities@^1.0.0, apollo-utilities@^1.0.26, apollo-utilities@^1.0.8:
13071305
version "1.0.26"
@@ -9481,7 +9479,7 @@ tryer@^1.0.0:
94819479
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
94829480
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
94839481

9484-
tslib@^1.9.0:
9482+
tslib@^1.9.0, tslib@^1.9.3:
94859483
version "1.9.3"
94869484
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
94879485
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==

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

0 commit comments

Comments
 (0)