From 8a3b42c9cdfdd1b05c2ea7791d761606b8d9bd0d Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Mon, 5 Feb 2018 16:12:43 +0000 Subject: [PATCH] Update graphql-tools from 2.19.0 to 2.20.0 --- modules/api/package-lock.json | 59 +++++++++++++++++++---------------- modules/api/package.json | 2 +- 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/modules/api/package-lock.json b/modules/api/package-lock.json index d403b1f..ccd9853 100644 --- a/modules/api/package-lock.json +++ b/modules/api/package-lock.json @@ -61,7 +61,7 @@ "integrity": "sha512-oHzvpIDEy4UCNdbOw42wtOK1zOzdMrt4ulYyon24zT24MjicezTmXqJh2mR6whTl8RiUDLDY4ByusdKKXdcqHw==", "requires": { "@types/zen-observable": "0.5.3", - "apollo-utilities": "1.0.4", + "apollo-utilities": "1.0.6", "zen-observable": "0.6.1" } }, @@ -98,9 +98,9 @@ } }, "apollo-utilities": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.4.tgz", - "integrity": "sha512-QnxSxRuJLCpa91P2Tzi3PCdpPydpBEawsHedr/hW7QrgOpn1fOicxgVrzhxt/au9rXSopwyDTBsGa7wEvz+DQQ==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.6.tgz", + "integrity": "sha512-3EUdGs19ZU5hN0zPF0h27blkd4aFqFxF0Qkec8o7iPFzxFeEf0UJGPg/b1St417K7Rta6/EDq2cYBQEzvOVq1g==" }, "arr-diff": { "version": "2.0.0", @@ -339,10 +339,13 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", "integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=" }, - "es6-promise": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz", - "integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==" + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "0.4.19" + } }, "escape-html": { "version": "1.0.3", @@ -605,24 +608,14 @@ "source-map-support": "0.5.0" } }, - "graphql-subscriptions": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.6.tgz", - "integrity": "sha512-LQW9cg0/L/yBMEJFsQwKhDCJifPGh8oWZz29Tzq4DVEwwS65O0Om0YGB1FbK/hP9/lINdEk91khHAKJv3OLGxQ==", - "requires": { - "es6-promise": "4.2.4", - "iterall": "1.1.3" - } - }, "graphql-tools": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.19.0.tgz", - "integrity": "sha512-zsBOr++PS8Bnsp55SBuvOIwEDYFDdApX1zwkMJkIGZBfSAMeg5FempSMjMe5u6/kb7gCJrk1bDMNnRpW+VmndQ==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.20.0.tgz", + "integrity": "sha512-vyAA60CoU/dC9RyE2URvx7Q9faKpVMcqemiZg+uk5VNg2ij4kP0H5gr/5oXZ00tEtPpl9Edyekv0tOoTSB6/1Q==", "requires": { "apollo-link": "1.0.7", - "apollo-utilities": "1.0.4", + "apollo-utilities": "1.0.6", "deprecated-decorator": "0.1.6", - "graphql-subscriptions": "0.5.6", "uuid": "3.2.1" } }, @@ -809,6 +802,11 @@ "is-unc-path": "1.0.0" } }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, "is-unc-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", @@ -845,14 +843,21 @@ "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", "requires": { + "node-fetch": "1.7.3", "whatwg-fetch": "2.0.3" + }, + "dependencies": { + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "0.1.12", + "is-stream": "1.1.0" + } + } } }, - "iterall": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.1.3.tgz", - "integrity": "sha512-Cu/kb+4HiNSejAPhSaN1VukdNTTi/r4/e+yykqjlG/IW+1gZH5b4+Bq3whDX4tvbYugta3r8KTMUiqT3fIGxuQ==" - }, "js-string-escape": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", diff --git a/modules/api/package.json b/modules/api/package.json index f04e705..94b7f25 100644 --- a/modules/api/package.json +++ b/modules/api/package.json @@ -13,7 +13,7 @@ "dataloader": "^1.4.0", "date-fns": "^1.29.0", "express": "^4.16.2", - "graphql-tools": "^2.19.0", + "graphql-tools": "^2.20.0", "isomorphic-fetch": "^2.2.1", "knex": "^0.14.2", "knex-postgis": "^0.5.0",