summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin J. Mitchell <dustin@mozilla.com>2019-11-08 05:21:17 +0000
committerDustin J. Mitchell <dustin@mozilla.com>2019-11-08 05:21:17 +0000
commitb5fcf6608b54914ee559e8552e39099af60b3b23 (patch)
treeef0320d5fb3bb83cdfbce6e811bb14c64ccb9fe6
parentaaa1fcd614e680d03a6f0df71ada728fe46a0dde (diff)
downloadnss-hg-b5fcf6608b54914ee559e8552e39099af60b3b23.tar.gz
Bug 1594891 - Updates to run correctly on the new TC deployment r=jcj
* Update the Taskcluster client used in the decision task to one that understands Taskcluster rootUrls. * Update scripts that fetch content to use the TASKCLUSTER_ROOT_URL * the absence of this variale signals an "old" worker so we use an "old" URL Differential Revision: https://phabricator.services.mozilla.com/D52287
-rw-r--r--automation/taskcluster/graph/npm-shrinkwrap.json1486
-rw-r--r--automation/taskcluster/graph/package.json2
-rw-r--r--automation/taskcluster/graph/src/image_builder.js4
-rw-r--r--automation/taskcluster/graph/src/queue.js2
-rw-r--r--automation/taskcluster/scripts/tools.sh6
-rw-r--r--automation/taskcluster/windows/gen_certs.sh8
-rw-r--r--automation/taskcluster/windows/run_tests.sh8
7 files changed, 721 insertions, 795 deletions
diff --git a/automation/taskcluster/graph/npm-shrinkwrap.json b/automation/taskcluster/graph/npm-shrinkwrap.json
index b5d4ddc53..70718432b 100644
--- a/automation/taskcluster/graph/npm-shrinkwrap.json
+++ b/automation/taskcluster/graph/npm-shrinkwrap.json
@@ -4,35 +4,6 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
- "amqplib": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/amqplib/-/amqplib-0.4.2.tgz",
- "integrity": "sha1-XkoqkUzLMSX5y5H22gfJeqTLE6Y=",
- "requires": {
- "bitsyntax": "~0.0.4",
- "buffer-more-ints": "0.0.2",
- "readable-stream": "1.x >=1.1.9",
- "when": "~3.6.2"
- },
- "dependencies": {
- "isarray": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
- },
- "readable-stream": {
- "version": "1.1.14",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
- "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
- "requires": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "0.0.1",
- "string_decoder": "~0.10.x"
- }
- }
- }
- },
"ansi-regex": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
@@ -49,8 +20,8 @@
"integrity": "sha1-o+Uvo5FoyCX/V7AkgSbOWo/5VQc=",
"optional": true,
"requires": {
- "arrify": "^1.0.0",
- "micromatch": "^2.1.5"
+ "arrify": "1.0.1",
+ "micromatch": "2.3.11"
}
},
"argparse": {
@@ -58,7 +29,7 @@
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
"requires": {
- "sprintf-js": "~1.0.2"
+ "sprintf-js": "1.0.3"
}
},
"arr-diff": {
@@ -67,7 +38,7 @@
"integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
"optional": true,
"requires": {
- "arr-flatten": "^1.0.1"
+ "arr-flatten": "1.0.1"
}
},
"arr-flatten": {
@@ -98,11 +69,6 @@
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
"optional": true
},
- "asap": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/asap/-/asap-1.0.0.tgz",
- "integrity": "sha1-sqRdpf36ILBJb8N2jMJ8EvqRan0="
- },
"asn1": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
@@ -118,7 +84,7 @@
"resolved": "https://registry.npmjs.org/async/-/async-2.1.1.tgz",
"integrity": "sha1-4RttEAQ/IlTvthohFj2EDM3bjSg=",
"requires": {
- "lodash": "^4.14.0"
+ "lodash": "4.16.4"
}
},
"async-each": {
@@ -142,31 +108,46 @@
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz",
"integrity": "sha1-Cin/t5wxyecS7rCH6OemS0pW11U="
},
+ "b64": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/b64/-/b64-4.1.2.tgz",
+ "integrity": "sha512-+GUspBxlH3CJaxMUGUE1EBoWM6RKgWiYwUDal0qdf8m3ArnXNN1KzKVo5HOnE/FSq4HHyWf3TlHLsZI8PKQgrQ==",
+ "requires": {
+ "hoek": "6.1.3"
+ },
+ "dependencies": {
+ "hoek": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz",
+ "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ=="
+ }
+ }
+ },
"babel-cli": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.16.0.tgz",
"integrity": "sha1-Tg0c9ARC73gzD3/viOs6ChsWvTc=",
"requires": {
- "babel-core": "^6.16.0",
- "babel-polyfill": "^6.16.0",
- "babel-register": "^6.16.0",
- "babel-runtime": "^6.9.0",
- "bin-version-check": "^2.1.0",
+ "babel-core": "6.17.0",
+ "babel-polyfill": "6.16.0",
+ "babel-register": "6.16.3",
+ "babel-runtime": "6.11.6",
+ "bin-version-check": "2.1.0",
"chalk": "1.1.1",
- "chokidar": "^1.0.0",
- "commander": "^2.8.1",
- "convert-source-map": "^1.1.0",
- "fs-readdir-recursive": "^0.1.0",
- "glob": "^5.0.5",
- "lodash": "^4.2.0",
- "log-symbols": "^1.0.2",
- "output-file-sync": "^1.1.0",
- "path-exists": "^1.0.0",
- "path-is-absolute": "^1.0.0",
- "request": "^2.65.0",
- "slash": "^1.0.0",
- "source-map": "^0.5.0",
- "v8flags": "^2.0.10"
+ "chokidar": "1.6.0",
+ "commander": "2.9.0",
+ "convert-source-map": "1.3.0",
+ "fs-readdir-recursive": "0.1.2",
+ "glob": "5.0.15",
+ "lodash": "4.16.4",
+ "log-symbols": "1.0.2",
+ "output-file-sync": "1.1.2",
+ "path-exists": "1.0.0",
+ "path-is-absolute": "1.0.1",
+ "request": "2.75.0",
+ "slash": "1.0.0",
+ "source-map": "0.5.6",
+ "v8flags": "2.0.11"
}
},
"babel-code-frame": {
@@ -174,9 +155,9 @@
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.16.0.tgz",
"integrity": "sha1-+Q5g2ghikJ084JhzO105h8l8uN4=",
"requires": {
- "chalk": "^1.1.0",
- "esutils": "^2.0.2",
- "js-tokens": "^2.0.0"
+ "chalk": "1.1.1",
+ "esutils": "2.0.2",
+ "js-tokens": "2.0.0"
}
},
"babel-compile": {
@@ -184,12 +165,12 @@
"resolved": "https://registry.npmjs.org/babel-compile/-/babel-compile-2.0.0.tgz",
"integrity": "sha1-JwRg2Fzah1iqXGMWWzZaa8RMmXY=",
"requires": {
- "babel-core": "^6.7.0",
- "commander": "^2.8.1",
+ "babel-core": "6.17.0",
+ "commander": "2.9.0",
"fs-walk": "0.0.1",
- "lodash": "^4.11.1",
- "mkdirp": "^0.5.1",
- "rimraf": "^2.4.3"
+ "lodash": "4.16.4",
+ "mkdirp": "0.5.1",
+ "rimraf": "2.5.4"
}
},
"babel-core": {
@@ -197,27 +178,27 @@
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.17.0.tgz",
"integrity": "sha1-bEV2RH30eeJB5YyAfkvH2k239CU=",
"requires": {
- "babel-code-frame": "^6.16.0",
- "babel-generator": "^6.17.0",
- "babel-helpers": "^6.16.0",
- "babel-messages": "^6.8.0",
- "babel-register": "^6.16.0",
- "babel-runtime": "^6.9.1",
- "babel-template": "^6.16.0",
- "babel-traverse": "^6.16.0",
- "babel-types": "^6.16.0",
- "babylon": "^6.11.0",
- "convert-source-map": "^1.1.0",
- "debug": "^2.1.1",
- "json5": "^0.4.0",
- "lodash": "^4.2.0",
- "minimatch": "^3.0.2",
- "path-exists": "^1.0.0",
- "path-is-absolute": "^1.0.0",
- "private": "^0.1.6",
- "shebang-regex": "^1.0.0",
- "slash": "^1.0.0",
- "source-map": "^0.5.0"
+ "babel-code-frame": "6.16.0",
+ "babel-generator": "6.17.0",
+ "babel-helpers": "6.16.0",
+ "babel-messages": "6.8.0",
+ "babel-register": "6.16.3",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0",
+ "babylon": "6.11.6",
+ "convert-source-map": "1.3.0",
+ "debug": "2.2.0",
+ "json5": "0.4.0",
+ "lodash": "4.16.4",
+ "minimatch": "3.0.3",
+ "path-exists": "1.0.0",
+ "path-is-absolute": "1.0.1",
+ "private": "0.1.6",
+ "shebang-regex": "1.0.0",
+ "slash": "1.0.0",
+ "source-map": "0.5.6"
}
},
"babel-generator": {
@@ -225,13 +206,13 @@
"resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.17.0.tgz",
"integrity": "sha1-uJTjgIvu94APJVBjW/4CS2ImzzM=",
"requires": {
- "babel-messages": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.16.0",
- "detect-indent": "^3.0.1",
- "jsesc": "^1.3.0",
- "lodash": "^4.2.0",
- "source-map": "^0.5.0"
+ "babel-messages": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0",
+ "detect-indent": "3.0.1",
+ "jsesc": "1.3.0",
+ "lodash": "4.16.4",
+ "source-map": "0.5.6"
}
},
"babel-helper-call-delegate": {
@@ -239,10 +220,10 @@
"resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.8.0.tgz",
"integrity": "sha1-nSg+dIZ3m2sEgYZKEbNx6lwB+mQ=",
"requires": {
- "babel-helper-hoist-variables": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-traverse": "^6.8.0",
- "babel-types": "^6.8.0"
+ "babel-helper-hoist-variables": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-helper-define-map": {
@@ -250,10 +231,10 @@
"resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.9.0.tgz",
"integrity": "sha1-Zin5sqfljhjoN5pX0eb7spaZAvs=",
"requires": {
- "babel-helper-function-name": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.9.0",
- "lodash": "^4.2.0"
+ "babel-helper-function-name": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0",
+ "lodash": "4.16.4"
}
},
"babel-helper-function-name": {
@@ -261,11 +242,11 @@
"resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.8.0.tgz",
"integrity": "sha1-oDNroUUmoHXN9QL8UtP+hLEvejQ=",
"requires": {
- "babel-helper-get-function-arity": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.8.0",
- "babel-traverse": "^6.8.0",
- "babel-types": "^6.8.0"
+ "babel-helper-get-function-arity": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-helper-get-function-arity": {
@@ -273,8 +254,8 @@
"resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.8.0.tgz",
"integrity": "sha1-iCdsJL0lHN9vYbb4n3RfSGztkq8=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-helper-hoist-variables": {
@@ -282,8 +263,8 @@
"resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.8.0.tgz",
"integrity": "sha1-iwdm3AJuqepCO8KzTmZaTac3Oq8=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-helper-optimise-call-expression": {
@@ -291,8 +272,8 @@
"resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.8.0.tgz",
"integrity": "sha1-QXVijpyJ/DYXSQTycHDynThWfwY=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-helper-regex": {
@@ -300,9 +281,9 @@
"resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.9.0.tgz",
"integrity": "sha1-x0Jl/eGA/5oWc1/uBeY8rbngsFc=",
"requires": {
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.9.0",
- "lodash": "^4.2.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0",
+ "lodash": "4.16.4"
}
},
"babel-helper-remap-async-to-generator": {
@@ -310,11 +291,11 @@
"resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.16.2.tgz",
"integrity": "sha1-JDFb3oMmxgAi3AU8zoTP441yS4I=",
"requires": {
- "babel-helper-function-name": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.16.0",
- "babel-traverse": "^6.16.0",
- "babel-types": "^6.16.0"
+ "babel-helper-function-name": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-helper-replace-supers": {
@@ -322,12 +303,12 @@
"resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.16.0.tgz",
"integrity": "sha1-Icl2I8x+QwhVdT8lJ0ASJiajnms=",
"requires": {
- "babel-helper-optimise-call-expression": "^6.8.0",
- "babel-messages": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.16.0",
- "babel-traverse": "^6.16.0",
- "babel-types": "^6.16.0"
+ "babel-helper-optimise-call-expression": "6.8.0",
+ "babel-messages": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-helpers": {
@@ -335,8 +316,8 @@
"resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz",
"integrity": "sha1-EJXsENmSeUYFU+Z+s+7plz04Z+M=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.16.0"
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0"
}
},
"babel-messages": {
@@ -344,7 +325,7 @@
"resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz",
"integrity": "sha1-v1BHNsqWfm1l7wrbWipflHyODrk=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-check-es2015-constants": {
@@ -352,7 +333,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.8.0.tgz",
"integrity": "sha1-2/Akwy7Te/2o3uHnbaAjhqjSb+c=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-syntax-async-functions": {
@@ -365,9 +346,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.16.0.tgz",
"integrity": "sha1-Gew2yxSGtZ+fRorfpCzhOQjKKZk=",
"requires": {
- "babel-helper-remap-async-to-generator": "^6.16.0",
- "babel-plugin-syntax-async-functions": "^6.8.0",
- "babel-runtime": "^6.0.0"
+ "babel-helper-remap-async-to-generator": "6.16.2",
+ "babel-plugin-syntax-async-functions": "6.13.0",
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-arrow-functions": {
@@ -375,7 +356,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.8.0.tgz",
"integrity": "sha1-W2Ovwxgb3JqMTUgbWk8/fX/vPZ0=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-block-scoped-functions": {
@@ -383,7 +364,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.8.0.tgz",
"integrity": "sha1-7ZXWKcS1pxriloK5mPcNmDPrNm0=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-block-scoping": {
@@ -391,11 +372,11 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.15.0.tgz",
"integrity": "sha1-W0Q8oUK+jR22qMKuQvUZWLZrcPY=",
"requires": {
- "babel-runtime": "^6.9.0",
- "babel-template": "^6.15.0",
- "babel-traverse": "^6.15.0",
- "babel-types": "^6.15.0",
- "lodash": "^4.2.0"
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0",
+ "lodash": "4.16.4"
}
},
"babel-plugin-transform-es2015-classes": {
@@ -403,15 +384,15 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.14.0.tgz",
"integrity": "sha1-h9UUnukftHWSJAn5r1srpdHjkoc=",
"requires": {
- "babel-helper-define-map": "^6.9.0",
- "babel-helper-function-name": "^6.8.0",
- "babel-helper-optimise-call-expression": "^6.8.0",
- "babel-helper-replace-supers": "^6.14.0",
- "babel-messages": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-template": "^6.14.0",
- "babel-traverse": "^6.14.0",
- "babel-types": "^6.14.0"
+ "babel-helper-define-map": "6.9.0",
+ "babel-helper-function-name": "6.8.0",
+ "babel-helper-optimise-call-expression": "6.8.0",
+ "babel-helper-replace-supers": "6.16.0",
+ "babel-messages": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-computed-properties": {
@@ -419,9 +400,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.8.0.tgz",
"integrity": "sha1-9RAQ/WGzvXtrYKX9/TB7t6UnmHA=",
"requires": {
- "babel-helper-define-map": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.8.0"
+ "babel-helper-define-map": "6.9.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0"
}
},
"babel-plugin-transform-es2015-destructuring": {
@@ -429,7 +410,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.16.0.tgz",
"integrity": "sha1-BQ/ghm9dU7NgYu4QzfW/5k+Slic=",
"requires": {
- "babel-runtime": "^6.9.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-duplicate-keys": {
@@ -437,8 +418,8 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.8.0.tgz",
"integrity": "sha1-/Y9/cXH8EIzBxwwxZLnxWoHCX30=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-for-of": {
@@ -446,7 +427,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.8.0.tgz",
"integrity": "sha1-gu2hObpCcN2hNcPsGx8oE/pi8jw=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-function-name": {
@@ -454,9 +435,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.9.0.tgz",
"integrity": "sha1-jBNbF9vQZOW7pW7FEbqu4vyoJxk=",
"requires": {
- "babel-helper-function-name": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.9.0"
+ "babel-helper-function-name": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-literals": {
@@ -464,7 +445,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.8.0.tgz",
"integrity": "sha1-UKouXHlY/CqyXXTsEX4MyY8EZGg=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-modules-amd": {
@@ -472,9 +453,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.8.0.tgz",
"integrity": "sha1-JdlUqgvwQDH8RtKo5iMLsau95KM=",
"requires": {
- "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.8.0"
+ "babel-plugin-transform-es2015-modules-commonjs": "6.16.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0"
}
},
"babel-plugin-transform-es2015-modules-commonjs": {
@@ -482,10 +463,10 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.16.0.tgz",
"integrity": "sha1-CjS0R7yIrRpwmIttGZzKbQuWyJI=",
"requires": {
- "babel-plugin-transform-strict-mode": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.16.0",
- "babel-types": "^6.16.0"
+ "babel-plugin-transform-strict-mode": "6.11.3",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-modules-systemjs": {
@@ -493,9 +474,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.14.0.tgz",
"integrity": "sha1-xRm1xz4yOI5nnJse30Gy/CPcMwM=",
"requires": {
- "babel-helper-hoist-variables": "^6.8.0",
- "babel-runtime": "^6.11.6",
- "babel-template": "^6.14.0"
+ "babel-helper-hoist-variables": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0"
}
},
"babel-plugin-transform-es2015-modules-umd": {
@@ -503,9 +484,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.12.0.tgz",
"integrity": "sha1-XXNVnrSSZnde0oHEC+iKQhvTcaM=",
"requires": {
- "babel-plugin-transform-es2015-modules-amd": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-template": "^6.8.0"
+ "babel-plugin-transform-es2015-modules-amd": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0"
}
},
"babel-plugin-transform-es2015-object-super": {
@@ -513,8 +494,8 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.8.0.tgz",
"integrity": "sha1-G4WHQKWkQAiHwj3P9vTVbupKJMU=",
"requires": {
- "babel-helper-replace-supers": "^6.8.0",
- "babel-runtime": "^6.0.0"
+ "babel-helper-replace-supers": "6.16.0",
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-parameters": {
@@ -522,12 +503,12 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.17.0.tgz",
"integrity": "sha1-4G0wzviX9GrbRzRwe74Sig1CfVg=",
"requires": {
- "babel-helper-call-delegate": "^6.8.0",
- "babel-helper-get-function-arity": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-template": "^6.16.0",
- "babel-traverse": "^6.16.0",
- "babel-types": "^6.16.0"
+ "babel-helper-call-delegate": "6.8.0",
+ "babel-helper-get-function-arity": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-template": "6.16.0",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-shorthand-properties": {
@@ -535,8 +516,8 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.8.0.tgz",
"integrity": "sha1-8KTF/UcWMKzzM8LZnD1ne/CVIUk=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-spread": {
@@ -544,7 +525,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.8.0.tgz",
"integrity": "sha1-Ahf3N+O4IfpaZp8YfG7VkgXwXpw=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-sticky-regex": {
@@ -552,9 +533,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.8.0.tgz",
"integrity": "sha1-5z0wCkQKNdXGT1wqNE3CNuPfR74=",
"requires": {
- "babel-helper-regex": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-helper-regex": "6.9.0",
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-plugin-transform-es2015-template-literals": {
@@ -562,7 +543,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.8.0.tgz",
"integrity": "sha1-huuHbQosY12k7ASLT33p38iX5ms=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-typeof-symbol": {
@@ -570,7 +551,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.8.0.tgz",
"integrity": "sha1-hMKesSGTckgJVaAg/vemXETzBTM=",
"requires": {
- "babel-runtime": "^6.0.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-es2015-unicode-regex": {
@@ -578,9 +559,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.11.0.tgz",
"integrity": "sha1-YpjOq6rYjVCj9POS2N6ZcmD27yw=",
"requires": {
- "babel-helper-regex": "^6.8.0",
- "babel-runtime": "^6.0.0",
- "regexpu-core": "^2.0.0"
+ "babel-helper-regex": "6.9.0",
+ "babel-runtime": "6.11.6",
+ "regexpu-core": "2.0.0"
}
},
"babel-plugin-transform-regenerator": {
@@ -588,9 +569,9 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.16.1.tgz",
"integrity": "sha1-p13msEihQVSq4UsBInVsW+05L1k=",
"requires": {
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.16.0",
- "private": "~0.1.5"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0",
+ "private": "0.1.6"
}
},
"babel-plugin-transform-runtime": {
@@ -598,7 +579,7 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.15.0.tgz",
"integrity": "sha1-PXW02Umtga8VdXAnOEb7Wa6w1Xw=",
"requires": {
- "babel-runtime": "^6.9.0"
+ "babel-runtime": "6.11.6"
}
},
"babel-plugin-transform-strict-mode": {
@@ -606,8 +587,8 @@
"resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.11.3.tgz",
"integrity": "sha1-GDdBMlEmvH7Jz0wPwlfT58pa/UA=",
"requires": {
- "babel-runtime": "^6.0.0",
- "babel-types": "^6.8.0"
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0"
}
},
"babel-polyfill": {
@@ -615,9 +596,9 @@
"resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.16.0.tgz",
"integrity": "sha1-LUUCHfh+JqN0ttTRqcZZZNF/JCI=",
"requires": {
- "babel-runtime": "^6.9.1",
- "core-js": "^2.4.0",
- "regenerator-runtime": "^0.9.5"
+ "babel-runtime": "6.11.6",
+ "core-js": "2.4.1",
+ "regenerator-runtime": "0.9.5"
}
},
"babel-preset-es2015": {
@@ -625,30 +606,30 @@
"resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.16.0.tgz",
"integrity": "sha1-Wazs0e++uvSPiUBIQPL+eMTSrVw=",
"requires": {
- "babel-plugin-check-es2015-constants": "^6.3.13",
- "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
- "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
- "babel-plugin-transform-es2015-block-scoping": "^6.14.0",
- "babel-plugin-transform-es2015-classes": "^6.14.0",
- "babel-plugin-transform-es2015-computed-properties": "^6.3.13",
- "babel-plugin-transform-es2015-destructuring": "^6.16.0",
- "babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
- "babel-plugin-transform-es2015-for-of": "^6.6.0",
- "babel-plugin-transform-es2015-function-name": "^6.9.0",
- "babel-plugin-transform-es2015-literals": "^6.3.13",
- "babel-plugin-transform-es2015-modules-amd": "^6.8.0",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
- "babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",
- "babel-plugin-transform-es2015-modules-umd": "^6.12.0",
- "babel-plugin-transform-es2015-object-super": "^6.3.13",
- "babel-plugin-transform-es2015-parameters": "^6.16.0",
- "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
- "babel-plugin-transform-es2015-spread": "^6.3.13",
- "babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
- "babel-plugin-transform-es2015-template-literals": "^6.6.0",
- "babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
- "babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
- "babel-plugin-transform-regenerator": "^6.16.0"
+ "babel-plugin-check-es2015-constants": "6.8.0",
+ "babel-plugin-transform-es2015-arrow-functions": "6.8.0",
+ "babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
+ "babel-plugin-transform-es2015-block-scoping": "6.15.0",
+ "babel-plugin-transform-es2015-classes": "6.14.0",
+ "babel-plugin-transform-es2015-computed-properties": "6.8.0",
+ "babel-plugin-transform-es2015-destructuring": "6.16.0",
+ "babel-plugin-transform-es2015-duplicate-keys": "6.8.0",
+ "babel-plugin-transform-es2015-for-of": "6.8.0",
+ "babel-plugin-transform-es2015-function-name": "6.9.0",
+ "babel-plugin-transform-es2015-literals": "6.8.0",
+ "babel-plugin-transform-es2015-modules-amd": "6.8.0",
+ "babel-plugin-transform-es2015-modules-commonjs": "6.16.0",
+ "babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
+ "babel-plugin-transform-es2015-modules-umd": "6.12.0",
+ "babel-plugin-transform-es2015-object-super": "6.8.0",
+ "babel-plugin-transform-es2015-parameters": "6.17.0",
+ "babel-plugin-transform-es2015-shorthand-properties": "6.8.0",
+ "babel-plugin-transform-es2015-spread": "6.8.0",
+ "babel-plugin-transform-es2015-sticky-regex": "6.8.0",
+ "babel-plugin-transform-es2015-template-literals": "6.8.0",
+ "babel-plugin-transform-es2015-typeof-symbol": "6.8.0",
+ "babel-plugin-transform-es2015-unicode-regex": "6.11.0",
+ "babel-plugin-transform-regenerator": "6.16.1"
}
},
"babel-preset-taskcluster": {
@@ -656,12 +637,12 @@
"resolved": "https://registry.npmjs.org/babel-preset-taskcluster/-/babel-preset-taskcluster-3.0.0.tgz",
"integrity": "sha1-QEfdaJJzFmGkjgRVHMBazTp3TFc=",
"requires": {
- "babel-plugin-syntax-async-functions": "^6.8.0",
- "babel-plugin-transform-async-to-generator": "^6.8.0",
- "babel-plugin-transform-runtime": "^6.9.0",
- "babel-plugin-transform-strict-mode": "^6.8.0",
- "babel-preset-es2015": "^6.9.0",
- "babel-runtime": "^6.9.2"
+ "babel-plugin-syntax-async-functions": "6.13.0",
+ "babel-plugin-transform-async-to-generator": "6.16.0",
+ "babel-plugin-transform-runtime": "6.15.0",
+ "babel-plugin-transform-strict-mode": "6.11.3",
+ "babel-preset-es2015": "6.16.0",
+ "babel-runtime": "6.11.6"
}
},
"babel-register": {
@@ -669,14 +650,14 @@
"resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.16.3.tgz",
"integrity": "sha1-ewwMp7/euRiLpMJ+X8t1maSXxiQ=",
"requires": {
- "babel-core": "^6.16.0",
- "babel-runtime": "^6.11.6",
- "core-js": "^2.4.0",
- "home-or-tmp": "^1.0.0",
- "lodash": "^4.2.0",
- "mkdirp": "^0.5.1",
- "path-exists": "^1.0.0",
- "source-map-support": "^0.4.2"
+ "babel-core": "6.17.0",
+ "babel-runtime": "6.11.6",
+ "core-js": "2.4.1",
+ "home-or-tmp": "1.0.0",
+ "lodash": "4.16.4",
+ "mkdirp": "0.5.1",
+ "path-exists": "1.0.0",
+ "source-map-support": "0.4.3"
}
},
"babel-runtime": {
@@ -684,8 +665,8 @@
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.11.6.tgz",
"integrity": "sha1-bbcH/vLUnEm/o8tk79tDa1GLgiI=",
"requires": {
- "core-js": "^2.4.0",
- "regenerator-runtime": "^0.9.5"
+ "core-js": "2.4.1",
+ "regenerator-runtime": "0.9.5"
}
},
"babel-template": {
@@ -693,11 +674,11 @@
"resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz",
"integrity": "sha1-4UndGp8Do1+BfdvE0EgZiOfryMo=",
"requires": {
- "babel-runtime": "^6.9.0",
- "babel-traverse": "^6.16.0",
- "babel-types": "^6.16.0",
- "babylon": "^6.11.0",
- "lodash": "^4.2.0"
+ "babel-runtime": "6.11.6",
+ "babel-traverse": "6.16.0",
+ "babel-types": "6.16.0",
+ "babylon": "6.11.6",
+ "lodash": "4.16.4"
}
},
"babel-traverse": {
@@ -705,15 +686,15 @@
"resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.16.0.tgz",
"integrity": "sha1-+6ha4f1NEH3pzgAxScxX9TvvDE8=",
"requires": {
- "babel-code-frame": "^6.16.0",
- "babel-messages": "^6.8.0",
- "babel-runtime": "^6.9.0",
- "babel-types": "^6.16.0",
- "babylon": "^6.11.0",
- "debug": "^2.2.0",
- "globals": "^8.3.0",
- "invariant": "^2.2.0",
- "lodash": "^4.2.0"
+ "babel-code-frame": "6.16.0",
+ "babel-messages": "6.8.0",
+ "babel-runtime": "6.11.6",
+ "babel-types": "6.16.0",
+ "babylon": "6.11.6",
+ "debug": "2.2.0",
+ "globals": "8.18.0",
+ "invariant": "2.2.1",
+ "lodash": "4.16.4"
}
},
"babel-types": {
@@ -721,10 +702,10 @@
"resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.16.0.tgz",
"integrity": "sha1-ccyh2+Uzd2YiXFwZMHHo68vP/P4=",
"requires": {
- "babel-runtime": "^6.9.1",
- "esutils": "^2.0.2",
- "lodash": "^4.2.0",
- "to-fast-properties": "^1.0.1"
+ "babel-runtime": "6.11.6",
+ "esutils": "2.0.2",
+ "lodash": "4.16.4",
+ "to-fast-properties": "1.0.2"
}
},
"babylon": {
@@ -743,7 +724,7 @@
"integrity": "sha1-PKdrhSQccXC/fZcD57mqdGMAQNQ=",
"optional": true,
"requires": {
- "tweetnacl": "^0.14.3"
+ "tweetnacl": "0.14.3"
}
},
"bin-version": {
@@ -751,7 +732,7 @@
"resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
"integrity": "sha1-nrSY7m/Xb3q5p8FgQ2+JV5Q1144=",
"requires": {
- "find-versions": "^1.0.0"
+ "find-versions": "1.2.1"
}
},
"bin-version-check": {
@@ -759,10 +740,10 @@
"resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz",
"integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=",
"requires": {
- "bin-version": "^1.0.0",
- "minimist": "^1.1.0",
- "semver": "^4.0.3",
- "semver-truncate": "^1.0.0"
+ "bin-version": "1.0.4",
+ "minimist": "1.2.0",
+ "semver": "4.3.6",
+ "semver-truncate": "1.1.2"
}
},
"binary-extensions": {
@@ -771,20 +752,12 @@
"integrity": "sha1-bBYQ2xY6v7NO3+QvpCM0Oh4BGF0=",
"optional": true
},
- "bitsyntax": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/bitsyntax/-/bitsyntax-0.0.4.tgz",
- "integrity": "sha1-6xDMb4K4xJDj6FaY8H6D1G4MuoI=",
- "requires": {
- "buffer-more-ints": "0.0.2"
- }
- },
"bl": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
"integrity": "sha1-/cqHGplxOqANGeO7ukHER4emU5g=",
"requires": {
- "readable-stream": "~2.0.5"
+ "readable-stream": "2.0.6"
},
"dependencies": {
"readable-stream": {
@@ -792,12 +765,12 @@
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
"integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
"requires": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "~1.0.0",
- "process-nextick-args": "~1.0.6",
- "string_decoder": "~0.10.x",
- "util-deprecate": "~1.0.1"
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "1.0.0",
+ "process-nextick-args": "1.0.7",
+ "string_decoder": "0.10.31",
+ "util-deprecate": "1.0.2"
}
}
}
@@ -807,7 +780,31 @@
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
"requires": {
- "hoek": "2.x.x"
+ "hoek": "2.16.3"
+ }
+ },
+ "bounce": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/bounce/-/bounce-1.2.3.tgz",
+ "integrity": "sha512-3G7B8CyBnip5EahCZJjnvQ1HLyArC6P5e+xcolo13BVI9ogFaDOsNMAE7FIWliHtIkYI8/nTRCvCY9tZa3Mu4g==",
+ "requires": {
+ "boom": "7.3.0",
+ "hoek": "6.1.3"
+ },
+ "dependencies": {
+ "boom": {
+ "version": "7.3.0",
+ "resolved": "https://registry.npmjs.org/boom/-/boom-7.3.0.tgz",
+ "integrity": "sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==",
+ "requires": {
+ "hoek": "6.1.3"
+ }
+ },
+ "hoek": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz",
+ "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ=="
+ }
}
},
"brace-expansion": {
@@ -815,7 +812,7 @@
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz",
"integrity": "sha1-cZfX6qm4fmSDkOph/GbIRCdCDfk=",
"requires": {
- "balanced-match": "^0.4.1",
+ "balanced-match": "0.4.2",
"concat-map": "0.0.1"
}
},
@@ -825,16 +822,11 @@
"integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
"optional": true,
"requires": {
- "expand-range": "^1.8.1",
- "preserve": "^0.2.0",
- "repeat-element": "^1.1.2"
+ "expand-range": "1.8.2",
+ "preserve": "0.2.0",
+ "repeat-element": "1.1.2"
}
},
- "buffer-more-ints": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/buffer-more-ints/-/buffer-more-ints-0.0.2.tgz",
- "integrity": "sha1-JrOIXRD6E9t/wBquOquHAZngEkw="
- },
"buffer-shims": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
@@ -856,8 +848,8 @@
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"requires": {
- "camelcase": "^2.0.0",
- "map-obj": "^1.0.0"
+ "camelcase": "2.1.1",
+ "map-obj": "1.0.1"
}
},
"caseless": {
@@ -870,11 +862,11 @@
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
"integrity": "sha1-UJr7ZwZudJn36zU1x3RFdyri0Bk=",
"requires": {
- "ansi-styles": "^2.1.0",
- "escape-string-regexp": "^1.0.2",
- "has-ansi": "^2.0.0",
- "strip-ansi": "^3.0.0",
- "supports-color": "^2.0.0"
+ "ansi-styles": "2.2.1",
+ "escape-string-regexp": "1.0.5",
+ "has-ansi": "2.0.0",
+ "strip-ansi": "3.0.1",
+ "supports-color": "2.0.0"
}
},
"chokidar": {
@@ -883,15 +875,15 @@
"integrity": "sha1-kMMq1IApAddxPeUy3ChOlqY60Fg=",
"optional": true,
"requires": {
- "anymatch": "^1.3.0",
- "async-each": "^1.0.0",
- "fsevents": "^1.0.0",
- "glob-parent": "^2.0.0",
- "inherits": "^2.0.1",
- "is-binary-path": "^1.0.0",
- "is-glob": "^2.0.0",
- "path-is-absolute": "^1.0.0",
- "readdirp": "^2.0.0"
+ "anymatch": "1.3.0",
+ "async-each": "1.0.1",
+ "fsevents": "1.2.7",
+ "glob-parent": "2.0.0",
+ "inherits": "2.0.3",
+ "is-binary-path": "1.0.1",
+ "is-glob": "2.0.1",
+ "path-is-absolute": "1.0.1",
+ "readdirp": "2.1.0"
}
},
"combined-stream": {
@@ -899,7 +891,7 @@
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
"integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
"requires": {
- "delayed-stream": "~1.0.0"
+ "delayed-stream": "1.0.0"
}
},
"commander": {
@@ -907,13 +899,13 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
"integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
"requires": {
- "graceful-readlink": ">= 1.0.0"
+ "graceful-readlink": "1.0.1"
}
},
"component-emitter": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
- "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY="
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
},
"concat-map": {
"version": "0.0.1",
@@ -926,9 +918,9 @@
"integrity": "sha1-6fPpxuJyjvwmdmlqcOs4L3MQamc="
},
"cookiejar": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.0.6.tgz",
- "integrity": "sha1-Cr81atANHFohnYjURRgEbdAmrP4="
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz",
+ "integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA=="
},
"core-js": {
"version": "2.4.1",
@@ -945,7 +937,7 @@
"resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
"integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
"requires": {
- "boom": "2.x.x"
+ "boom": "2.10.1"
}
},
"currently-unhandled": {
@@ -953,7 +945,7 @@
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"requires": {
- "array-find-index": "^1.0.1"
+ "array-find-index": "1.0.2"
}
},
"dashdash": {
@@ -961,7 +953,7 @@
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.0.tgz",
"integrity": "sha1-KeSGxUGL8PNWA0qZPVFoajPoQUE=",
"requires": {
- "assert-plus": "^1.0.0"
+ "assert-plus": "1.0.0"
},
"dependencies": {
"assert-plus": {
@@ -994,9 +986,9 @@
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
"integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
"requires": {
- "get-stdin": "^4.0.1",
- "minimist": "^1.1.0",
- "repeating": "^1.1.0"
+ "get-stdin": "4.0.1",
+ "minimist": "1.2.0",
+ "repeating": "1.1.3"
}
},
"ecc-jsbn": {
@@ -1005,7 +997,7 @@
"integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
"optional": true,
"requires": {
- "jsbn": "~0.1.0"
+ "jsbn": "0.1.0"
}
},
"error-ex": {
@@ -1013,7 +1005,7 @@
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz",
"integrity": "sha1-5ntD8+gsluo6WE/+4Ln8MyXYAtk=",
"requires": {
- "is-arrayish": "^0.2.1"
+ "is-arrayish": "0.2.1"
}
},
"escape-string-regexp": {
@@ -1031,22 +1023,13 @@
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
"integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs="
},
- "eventsource": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
- "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
- "optional": true,
- "requires": {
- "original": ">=0.0.5"
- }
- },
"expand-brackets": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
"integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
"optional": true,
"requires": {
- "is-posix-bracket": "^0.1.0"
+ "is-posix-bracket": "0.1.1"
}
},
"expand-range": {
@@ -1055,7 +1038,7 @@
"integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
"optional": true,
"requires": {
- "fill-range": "^2.1.0"
+ "fill-range": "2.2.3"
}
},
"extend": {
@@ -1069,7 +1052,7 @@
"integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
"optional": true,
"requires": {
- "is-extglob": "^1.0.0"
+ "is-extglob": "1.0.0"
}
},
"extsprintf": {
@@ -1077,14 +1060,10 @@
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
"integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA="
},
- "faye-websocket": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.0.tgz",
- "integrity": "sha1-2czw54nn23JddLxId9I6pClyrFA=",
- "optional": true,
- "requires": {
- "websocket-driver": ">=0.5.1"
- }
+ "fast-safe-stringify": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
+ "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA=="
},
"filename-regex": {
"version": "2.0.0",
@@ -1098,11 +1077,11 @@
"integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
"optional": true,
"requires": {
- "is-number": "^2.1.0",
- "isobject": "^2.0.0",
- "randomatic": "^1.1.3",
- "repeat-element": "^1.1.2",
- "repeat-string": "^1.5.2"
+ "is-number": "2.1.0",
+ "isobject": "2.1.0",
+ "randomatic": "1.1.5",
+ "repeat-element": "1.1.2",
+ "repeat-string": "1.5.4"
}
},
"find-up": {
@@ -1110,8 +1089,8 @@
"resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
"requires": {
- "path-exists": "^2.0.0",
- "pinkie-promise": "^2.0.0"
+ "path-exists": "2.1.0",
+ "pinkie-promise": "2.0.1"
},
"dependencies": {
"path-exists": {
@@ -1119,7 +1098,7 @@
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"requires": {
- "pinkie-promise": "^2.0.0"
+ "pinkie-promise": "2.0.1"
}
}
}
@@ -1129,10 +1108,10 @@
"resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz",
"integrity": "sha1-y96fEuOFdaCvG+G5osXV/Y8Ya2I=",
"requires": {
- "array-uniq": "^1.0.0",
- "get-stdin": "^4.0.1",
- "meow": "^3.5.0",
- "semver-regex": "^1.0.0"
+ "array-uniq": "1.0.3",
+ "get-stdin": "4.0.1",
+ "meow": "3.7.0",
+ "semver-regex": "1.0.0"
}
},
"flatmap": {
@@ -1152,7 +1131,7 @@
"integrity": "sha1-AUm0GjkIjHUV9R6+HBOG1F+TUHI=",
"optional": true,
"requires": {
- "for-in": "^0.1.5"
+ "for-in": "0.1.6"
}
},
"forever-agent": {
@@ -1165,15 +1144,15 @@
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.0.0.tgz",
"integrity": "sha1-bwrrrcxdoWwT4ezBETfYX5uIOyU=",
"requires": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.5",
- "mime-types": "^2.1.11"
+ "asynckit": "0.4.0",
+ "combined-stream": "1.0.5",
+ "mime-types": "2.1.12"
}
},
"formidable": {
- "version": "1.0.17",
- "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz",
- "integrity": "sha1-71SRSQ+UM7cF+qdyScmQKa40hVk="
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.1.tgz",
+ "integrity": "sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg=="
},
"fs-readdir-recursive": {
"version": "0.1.2",
@@ -1185,7 +1164,7 @@
"resolved": "https://registry.npmjs.org/fs-walk/-/fs-walk-0.0.1.tgz",
"integrity": "sha1-9/yRw64e6tB8mYvF0N1B8tvr0zU=",
"requires": {
- "async": "*"
+ "async": "2.1.1"
}
},
"fs.realpath": {
@@ -1199,8 +1178,8 @@
"integrity": "sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==",
"optional": true,
"requires": {
- "nan": "^2.9.2",
- "node-pre-gyp": "^0.10.0"
+ "nan": "2.12.1",
+ "node-pre-gyp": "0.10.3"
},
"dependencies": {
"abbrev": {
@@ -1210,7 +1189,8 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -1228,11 +1208,13 @@
},
"balanced-match": {
"version": "1.0.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
+ "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -1245,15 +1227,18 @@
},
"code-point-at": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"concat-map": {
"version": "0.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"console-control-strings": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -1356,7 +1341,8 @@
},
"inherits": {
"version": "2.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"ini": {
"version": "1.3.5",
@@ -1366,6 +1352,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
+ "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -1378,17 +1365,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
+ "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
+ "optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -1405,6 +1395,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
+ "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -1477,7 +1468,8 @@
},
"number-is-nan": {
"version": "1.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -1487,6 +1479,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
+ "optional": true,
"requires": {
"wrappy": "1"
}
@@ -1562,7 +1555,8 @@
},
"safe-buffer": {
"version": "5.1.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -1592,6 +1586,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
+ "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@@ -1609,6 +1604,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -1647,11 +1643,13 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},
@@ -1665,7 +1663,7 @@
"resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
"integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
"requires": {
- "is-property": "^1.0.0"
+ "is-property": "1.0.2"
}
},
"get-stdin": {
@@ -1678,7 +1676,7 @@
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz",
"integrity": "sha1-KD/9n8ElaECHUxHBtg6MQBhxEOY=",
"requires": {
- "assert-plus": "^1.0.0"
+ "assert-plus": "1.0.0"
},
"dependencies": {
"assert-plus": {
@@ -1693,11 +1691,11 @@
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
"requires": {
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "2 || 3",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
+ "inflight": "1.0.6",
+ "inherits": "2.0.3",
+ "minimatch": "3.0.3",
+ "once": "1.4.0",
+ "path-is-absolute": "1.0.1"
}
},
"glob-base": {
@@ -1706,8 +1704,8 @@
"integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
"optional": true,
"requires": {
- "glob-parent": "^2.0.0",
- "is-glob": "^2.0.0"
+ "glob-parent": "2.0.0",
+ "is-glob": "2.0.1"
}
},
"glob-parent": {
@@ -1715,7 +1713,7 @@
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
"integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
"requires": {
- "is-glob": "^2.0.0"
+ "is-glob": "2.0.1"
}
},
"globals": {
@@ -1738,10 +1736,10 @@
"resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
"integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
"requires": {
- "chalk": "^1.1.1",
- "commander": "^2.9.0",
- "is-my-json-valid": "^2.12.4",
- "pinkie-promise": "^2.0.0"
+ "chalk": "1.1.1",
+ "commander": "2.9.0",
+ "is-my-json-valid": "2.15.0",
+ "pinkie-promise": "2.0.1"
}
},
"has-ansi": {
@@ -1749,7 +1747,7 @@
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"requires": {
- "ansi-regex": "^2.0.0"
+ "ansi-regex": "2.0.0"
}
},
"hawk": {
@@ -1757,10 +1755,10 @@
"resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
"integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
"requires": {
- "boom": "2.x.x",
- "cryptiles": "2.x.x",
- "hoek": "2.x.x",
- "sntp": "1.x.x"
+ "boom": "2.10.1",
+ "cryptiles": "2.0.5",
+ "hoek": "2.16.3",
+ "sntp": "1.0.9"
}
},
"hoek": {
@@ -1773,8 +1771,8 @@
"resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
"integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
"requires": {
- "os-tmpdir": "^1.0.1",
- "user-home": "^1.1.1"
+ "os-tmpdir": "1.0.2",
+ "user-home": "1.1.1"
}
},
"hosted-git-info": {
@@ -1787,9 +1785,9 @@
"resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
"integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
"requires": {
- "assert-plus": "^0.2.0",
- "jsprim": "^1.2.2",
- "sshpk": "^1.7.0"
+ "assert-plus": "0.2.0",
+ "jsprim": "1.3.1",
+ "sshpk": "1.10.1"
}
},
"indent-string": {
@@ -1797,7 +1795,7 @@
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"requires": {
- "repeating": "^2.0.0"
+ "repeating": "2.0.1"
},
"dependencies": {
"repeating": {
@@ -1805,7 +1803,7 @@
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"requires": {
- "is-finite": "^1.0.0"
+ "is-finite": "1.0.2"
}
}
}
@@ -1815,8 +1813,8 @@
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"requires": {
- "once": "^1.3.0",
- "wrappy": "1"
+ "once": "1.4.0",
+ "wrappy": "1.0.2"
}
},
"inherits": {
@@ -1834,7 +1832,7 @@
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz",
"integrity": "sha1-sJcBBUdmjH4zcCjr6Bbr42yKjVQ=",
"requires": {
- "loose-envify": "^1.0.0"
+ "loose-envify": "1.2.0"
}
},
"is-arrayish": {
@@ -1848,7 +1846,7 @@
"integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
"optional": true,
"requires": {
- "binary-extensions": "^1.0.0"
+ "binary-extensions": "1.7.0"
}
},
"is-buffer": {
@@ -1861,7 +1859,7 @@
"resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
"integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
"requires": {
- "builtin-modules": "^1.0.0"
+ "builtin-modules": "1.1.1"
}
},
"is-dotfile": {
@@ -1876,7 +1874,7 @@
"integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
"optional": true,
"requires": {
- "is-primitive": "^2.0.0"
+ "is-primitive": "2.0.0"
}
},
"is-extendable": {
@@ -1895,7 +1893,7 @@
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"requires": {
- "number-is-nan": "^1.0.0"
+ "number-is-nan": "1.0.1"
}
},
"is-glob": {
@@ -1903,7 +1901,7 @@
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
"integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
"requires": {
- "is-extglob": "^1.0.0"
+ "is-extglob": "1.0.0"
}
},
"is-my-json-valid": {
@@ -1911,10 +1909,10 @@
"resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz",
"integrity": "sha1-k27do8o8IR/ZjzstPgjaQ/eykVs=",
"requires": {
- "generate-function": "^2.0.0",
- "generate-object-property": "^1.1.0",
- "jsonpointer": "^4.0.0",
- "xtend": "^4.0.0"
+ "generate-function": "2.0.0",
+ "generate-object-property": "1.2.0",
+ "jsonpointer": "4.0.0",
+ "xtend": "4.0.1"
}
},
"is-number": {
@@ -1922,7 +1920,7 @@
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
"integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
"requires": {
- "kind-of": "^3.0.2"
+ "kind-of": "3.0.4"
}
},
"is-posix-bracket": {
@@ -1976,7 +1974,7 @@
"integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=",
"optional": true,
"requires": {
- "jsbn": "~0.1.0"
+ "jsbn": "0.1.0"
}
},
"js-tokens": {
@@ -1989,8 +1987,8 @@
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
"integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=",
"requires": {
- "argparse": "^1.0.7",
- "esprima": "^2.6.0"
+ "argparse": "1.0.9",
+ "esprima": "2.7.3"
}
},
"jsbn": {
@@ -2014,12 +2012,6 @@
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
"integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
},
- "json3": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
- "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
- "optional": true
- },
"json5": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
@@ -2045,7 +2037,7 @@
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
"integrity": "sha1-e47PGKThf4Jp1ztQHJ8jLJaIenQ=",
"requires": {
- "is-buffer": "^1.0.2"
+ "is-buffer": "1.1.4"
}
},
"load-json-file": {
@@ -2053,11 +2045,11 @@
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
"integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
"requires": {
- "graceful-fs": "^4.1.2",
- "parse-json": "^2.2.0",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0",
- "strip-bom": "^2.0.0"
+ "graceful-fs": "4.1.9",
+ "parse-json": "2.2.0",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1",
+ "strip-bom": "2.0.0"
}
},
"lodash": {
@@ -2070,7 +2062,7 @@
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz",
"integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=",
"requires": {
- "chalk": "^1.0.0"
+ "chalk": "1.1.1"
}
},
"loose-envify": {
@@ -2078,7 +2070,7 @@
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz",
"integrity": "sha1-aaZarT3lQs9O4PT+dOjjPHCcyw8=",
"requires": {
- "js-tokens": "^1.0.1"
+ "js-tokens": "1.0.3"
},
"dependencies": {
"js-tokens": {
@@ -2093,8 +2085,8 @@
"resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
"integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
"requires": {
- "currently-unhandled": "^0.4.1",
- "signal-exit": "^3.0.0"
+ "currently-unhandled": "0.4.1",
+ "signal-exit": "3.0.1"
}
},
"map-obj": {
@@ -2107,16 +2099,16 @@
"resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
"integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
"requires": {
- "camelcase-keys": "^2.0.0",
- "decamelize": "^1.1.2",
- "loud-rejection": "^1.0.0",
- "map-obj": "^1.0.1",
- "minimist": "^1.1.3",
- "normalize-package-data": "^2.3.4",
- "object-assign": "^4.0.1",
- "read-pkg-up": "^1.0.1",
- "redent": "^1.0.0",
- "trim-newlines": "^1.0.0"
+ "camelcase-keys": "2.1.0",
+ "decamelize": "1.2.0",
+ "loud-rejection": "1.6.0",
+ "map-obj": "1.0.1",
+ "minimist": "1.2.0",
+ "normalize-package-data": "2.3.5",
+ "object-assign": "4.1.0",
+ "read-pkg-up": "1.0.1",
+ "redent": "1.0.0",
+ "trim-newlines": "1.0.0"
}
},
"merge": {
@@ -2135,25 +2127,25 @@
"integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
"optional": true,
"requires": {
- "arr-diff": "^2.0.0",
- "array-unique": "^0.2.1",
- "braces": "^1.8.2",
- "expand-brackets": "^0.1.4",
- "extglob": "^0.3.1",
- "filename-regex": "^2.0.0",
- "is-extglob": "^1.0.0",
- "is-glob": "^2.0.1",
- "kind-of": "^3.0.2",
- "normalize-path": "^2.0.1",
- "object.omit": "^2.0.0",
- "parse-glob": "^3.0.4",
- "regex-cache": "^0.4.2"
+ "arr-diff": "2.0.0",
+ "array-unique": "0.2.1",
+ "braces": "1.8.5",
+ "expand-brackets": "0.1.5",
+ "extglob": "0.3.2",
+ "filename-regex": "2.0.0",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1",
+ "kind-of": "3.0.4",
+ "normalize-path": "2.0.1",
+ "object.omit": "2.0.0",
+ "parse-glob": "3.0.4",
+ "regex-cache": "0.4.3"
}
},
"mime": {
- "version": "1.3.4",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
- "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM="
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz",
+ "integrity": "sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA=="
},
"mime-db": {
"version": "1.24.0",
@@ -2165,7 +2157,7 @@
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.12.tgz",
"integrity": "sha1-FSuiVndwIN1GY/VMLnvCY4HnFyk=",
"requires": {
- "mime-db": "~1.24.0"
+ "mime-db": "1.24.0"
}
},
"minimatch": {
@@ -2173,7 +2165,7 @@
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
"integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
"requires": {
- "brace-expansion": "^1.0.0"
+ "brace-expansion": "1.1.6"
}
},
"minimist": {
@@ -2217,10 +2209,10 @@
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz",
"integrity": "sha1-jZJPFClg4Xd+f/4XBUNjHMfLAt8=",
"requires": {
- "hosted-git-info": "^2.1.4",
- "is-builtin-module": "^1.0.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
+ "hosted-git-info": "2.1.5",
+ "is-builtin-module": "1.0.0",
+ "semver": "4.3.6",
+ "validate-npm-package-license": "3.0.1"
}
},
"normalize-path": {
@@ -2250,8 +2242,8 @@
"integrity": "sha1-hoWXMz1U5gZilAu0WGBd1q4S/pQ=",
"optional": true,
"requires": {
- "for-own": "^0.1.3",
- "is-extendable": "^0.1.1"
+ "for-own": "0.1.4",
+ "is-extendable": "0.1.1"
}
},
"once": {
@@ -2259,28 +2251,7 @@
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"requires": {
- "wrappy": "1"
- }
- },
- "original": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz",
- "integrity": "sha1-kUf5P6FpbQS+YeAb1QuurKZWvTs=",
- "optional": true,
- "requires": {
- "url-parse": "1.0.x"
- },
- "dependencies": {
- "url-parse": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz",
- "integrity": "sha1-CFSGBCKv3P7+tsllxmLUgAFpkns=",
- "optional": true,
- "requires": {
- "querystringify": "0.0.x",
- "requires-port": "1.0.x"
- }
- }
+ "wrappy": "1.0.2"
}
},
"os-tmpdir": {
@@ -2293,9 +2264,9 @@
"resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
"integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=",
"requires": {
- "graceful-fs": "^4.1.4",
- "mkdirp": "^0.5.1",
- "object-assign": "^4.1.0"
+ "graceful-fs": "4.1.9",
+ "mkdirp": "0.5.1",
+ "object-assign": "4.1.0"
}
},
"parse-glob": {
@@ -2304,10 +2275,10 @@
"integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
"optional": true,
"requires": {
- "glob-base": "^0.3.0",
- "is-dotfile": "^1.0.0",
- "is-extglob": "^1.0.0",
- "is-glob": "^2.0.0"
+ "glob-base": "0.3.0",
+ "is-dotfile": "1.0.2",
+ "is-extglob": "1.0.0",
+ "is-glob": "2.0.1"
}
},
"parse-json": {
@@ -2315,7 +2286,7 @@
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"requires": {
- "error-ex": "^1.2.0"
+ "error-ex": "1.3.0"
}
},
"path-exists": {
@@ -2333,9 +2304,9 @@
"resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
"integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
"requires": {
- "graceful-fs": "^4.1.2",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0"
+ "graceful-fs": "4.1.9",
+ "pify": "2.3.0",
+ "pinkie-promise": "2.0.1"
}
},
"pify": {
@@ -2353,7 +2324,7 @@
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
"requires": {
- "pinkie": "^2.0.0"
+ "pinkie": "2.0.4"
}
},
"preserve": {
@@ -2372,32 +2343,19 @@
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
},
- "promise": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
- "integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=",
- "requires": {
- "asap": "~1.0.0"
- }
- },
"qs": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz",
"integrity": "sha1-zgPF/wk1vB2daanxTL0Y5WjWdiU="
},
- "querystringify": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz",
- "integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw="
- },
"randomatic": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz",
"integrity": "sha1-Xp718tVzxnvSuBJK6QtRVuRXhAs=",
"optional": true,
"requires": {
- "is-number": "^2.0.2",
- "kind-of": "^3.0.2"
+ "is-number": "2.1.0",
+ "kind-of": "3.0.4"
}
},
"read-pkg": {
@@ -2405,9 +2363,9 @@
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
"integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
"requires": {
- "load-json-file": "^1.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^1.0.0"
+ "load-json-file": "1.1.0",
+ "normalize-package-data": "2.3.5",
+ "path-type": "1.1.0"
}
},
"read-pkg-up": {
@@ -2415,8 +2373,8 @@
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
"integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
"requires": {
- "find-up": "^1.0.0",
- "read-pkg": "^1.0.0"
+ "find-up": "1.1.2",
+ "read-pkg": "1.1.0"
}
},
"readable-stream": {
@@ -2425,13 +2383,13 @@
"integrity": "sha1-ZvqLcg4UOLNkaB8q0aY8YYRIydA=",
"optional": true,
"requires": {
- "buffer-shims": "^1.0.0",
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "~1.0.0",
- "process-nextick-args": "~1.0.6",
- "string_decoder": "~0.10.x",
- "util-deprecate": "~1.0.1"
+ "buffer-shims": "1.0.0",
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "1.0.0",
+ "process-nextick-args": "1.0.7",
+ "string_decoder": "0.10.31",
+ "util-deprecate": "1.0.2"
}
},
"readdirp": {
@@ -2440,10 +2398,10 @@
"integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
"optional": true,
"requires": {
- "graceful-fs": "^4.1.2",
- "minimatch": "^3.0.2",
- "readable-stream": "^2.0.2",
- "set-immediate-shim": "^1.0.1"
+ "graceful-fs": "4.1.9",
+ "minimatch": "3.0.3",
+ "readable-stream": "2.1.5",
+ "set-immediate-shim": "1.0.1"
}
},
"redent": {
@@ -2451,15 +2409,10 @@
"resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
"integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
"requires": {
- "indent-string": "^2.1.0",
- "strip-indent": "^1.0.1"
+ "indent-string": "2.1.0",
+ "strip-indent": "1.0.1"
}
},
- "reduce-component": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/reduce-component/-/reduce-component-1.0.1.tgz",
- "integrity": "sha1-4Mk1QsV0UhvqE98PlIjtgqt3xdo="
- },
"regenerate": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.1.tgz",
@@ -2476,8 +2429,8 @@
"integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
"optional": true,
"requires": {
- "is-equal-shallow": "^0.1.3",
- "is-primitive": "^2.0.0"
+ "is-equal-shallow": "0.1.3",
+ "is-primitive": "2.0.0"
}
},
"regexpu-core": {
@@ -2485,9 +2438,9 @@
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
"integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
"requires": {
- "regenerate": "^1.2.1",
- "regjsgen": "^0.2.0",
- "regjsparser": "^0.1.4"
+ "regenerate": "1.3.1",
+ "regjsgen": "0.2.0",
+ "regjsparser": "0.1.5"
}
},
"regjsgen": {
@@ -2500,7 +2453,7 @@
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
"integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
"requires": {
- "jsesc": "~0.5.0"
+ "jsesc": "0.5.0"
},
"dependencies": {
"jsesc": {
@@ -2526,7 +2479,7 @@
"resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
"integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
"requires": {
- "is-finite": "^1.0.0"
+ "is-finite": "1.0.2"
}
},
"request": {
@@ -2534,40 +2487,35 @@
"resolved": "https://registry.npmjs.org/request/-/request-2.75.0.tgz",
"integrity": "sha1-0rgmiihtoT6qXQGt9dGMyQ9lfZM=",
"requires": {
- "aws-sign2": "~0.6.0",
- "aws4": "^1.2.1",
- "bl": "~1.1.2",
- "caseless": "~0.11.0",
- "combined-stream": "~1.0.5",
- "extend": "~3.0.0",
- "forever-agent": "~0.6.1",
- "form-data": "~2.0.0",
- "har-validator": "~2.0.6",
- "hawk": "~3.1.3",
- "http-signature": "~1.1.0",
- "is-typedarray": "~1.0.0",
- "isstream": "~0.1.2",
- "json-stringify-safe": "~5.0.1",
- "mime-types": "~2.1.7",
- "node-uuid": "~1.4.7",
- "oauth-sign": "~0.8.1",
- "qs": "~6.2.0",
- "stringstream": "~0.0.4",
- "tough-cookie": "~2.3.0",
- "tunnel-agent": "~0.4.1"
- }
- },
- "requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ "aws-sign2": "0.6.0",
+ "aws4": "1.5.0",
+ "bl": "1.1.2",
+ "caseless": "0.11.0",
+ "combined-stream": "1.0.5",
+ "extend": "3.0.0",
+ "forever-agent": "0.6.1",
+ "form-data": "2.0.0",
+ "har-validator": "2.0.6",
+ "hawk": "3.1.3",
+ "http-signature": "1.1.1",
+ "is-typedarray": "1.0.0",
+ "isstream": "0.1.2",
+ "json-stringify-safe": "5.0.1",
+ "mime-types": "2.1.12",
+ "node-uuid": "1.4.7",
+ "oauth-sign": "0.8.2",
+ "qs": "6.2.1",
+ "stringstream": "0.0.5",
+ "tough-cookie": "2.3.1",
+ "tunnel-agent": "0.4.3"
+ }
},
"rimraf": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz",
"integrity": "sha1-loAAk8vxoMhr2VtGJUZ1NcKd+gQ=",
"requires": {
- "glob": "^7.0.5"
+ "glob": "7.1.1"
},
"dependencies": {
"glob": {
@@ -2575,16 +2523,21 @@
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
"integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
"requires": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.0.2",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
+ "fs.realpath": "1.0.0",
+ "inflight": "1.0.6",
+ "inherits": "2.0.3",
+ "minimatch": "3.0.3",
+ "once": "1.4.0",
+ "path-is-absolute": "1.0.1"
}
}
}
},
+ "safe-buffer": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz",
+ "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg=="
+ },
"semver": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
@@ -2600,7 +2553,7 @@
"resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz",
"integrity": "sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=",
"requires": {
- "semver": "^5.3.0"
+ "semver": "5.3.0"
},
"dependencies": {
"semver": {
@@ -2636,7 +2589,7 @@
"resolved": "https://registry.npmjs.org/slugid/-/slugid-1.1.0.tgz",
"integrity": "sha1-4J8AiZwJ9acFjtw23UnwRv1QqCo=",
"requires": {
- "uuid": "^2.0.1"
+ "uuid": "2.0.3"
}
},
"sntp": {
@@ -2644,21 +2597,7 @@
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
"requires": {
- "hoek": "2.x.x"
- }
- },
- "sockjs-client": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.1.tgz",
- "integrity": "sha1-KEhD6al4TXxHSxVxsyQPyp3aS7A=",
- "optional": true,
- "requires": {
- "debug": "^2.2.0",
- "eventsource": "~0.1.6",
- "faye-websocket": "~0.11.0",
- "inherits": "^2.0.1",
- "json3": "^3.3.2",
- "url-parse": "^1.1.1"
+ "hoek": "2.16.3"
}
},
"source-map": {
@@ -2671,7 +2610,7 @@
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.3.tgz",
"integrity": "sha1-aTyDg9Q4mkVpSGmHwhl0TfxgFoU=",
"requires": {
- "source-map": "^0.5.3"
+ "source-map": "0.5.6"
}
},
"spdx-correct": {
@@ -2679,7 +2618,7 @@
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
"integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
"requires": {
- "spdx-license-ids": "^1.0.2"
+ "spdx-license-ids": "1.2.2"
}
},
"spdx-expression-parse": {
@@ -2702,15 +2641,15 @@
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz",
"integrity": "sha1-MOGl0ykkSXShr2FREznVla9mOLA=",
"requires": {
- "asn1": "~0.2.3",
- "assert-plus": "^1.0.0",
- "bcrypt-pbkdf": "^1.0.0",
- "dashdash": "^1.12.0",
- "ecc-jsbn": "~0.1.1",
- "getpass": "^0.1.1",
- "jodid25519": "^1.0.0",
- "jsbn": "~0.1.0",
- "tweetnacl": "~0.14.0"
+ "asn1": "0.2.3",
+ "assert-plus": "1.0.0",
+ "bcrypt-pbkdf": "1.0.0",
+ "dashdash": "1.14.0",
+ "ecc-jsbn": "0.1.1",
+ "getpass": "0.1.6",
+ "jodid25519": "1.0.2",
+ "jsbn": "0.1.0",
+ "tweetnacl": "0.14.3"
},
"dependencies": {
"assert-plus": {
@@ -2735,7 +2674,7 @@
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
- "ansi-regex": "^2.0.0"
+ "ansi-regex": "2.0.0"
}
},
"strip-bom": {
@@ -2743,7 +2682,7 @@
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
"integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
"requires": {
- "is-utf8": "^0.2.0"
+ "is-utf8": "0.2.1"
}
},
"strip-indent": {
@@ -2751,193 +2690,194 @@
"resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
"integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"requires": {
- "get-stdin": "^4.0.1"
+ "get-stdin": "4.0.1"
}
},
"superagent": {
- "version": "1.7.2",
- "resolved": "https://registry.npmjs.org/superagent/-/superagent-1.7.2.tgz",
- "integrity": "sha1-Zfnu1PU2EyDJ2HRBKrd7666ktXI=",
- "requires": {
- "component-emitter": "~1.2.0",
- "cookiejar": "2.0.6",
- "debug": "2",
- "extend": "3.0.0",
- "form-data": "0.2.0",
- "formidable": "~1.0.14",
- "methods": "~1.1.1",
- "mime": "1.3.4",
- "qs": "2.3.3",
- "readable-stream": "1.0.27-1",
- "reduce-component": "1.0.1"
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/superagent/-/superagent-5.1.0.tgz",
+ "integrity": "sha512-7V6JVx5N+eTL1MMqRBX0v0bG04UjrjAvvZJTF/VDH/SH2GjSLqlrcYepFlpTrXpm37aSY6h3GGVWGxXl/98TKA==",
+ "requires": {
+ "component-emitter": "1.3.0",
+ "cookiejar": "2.1.2",
+ "debug": "4.1.1",
+ "fast-safe-stringify": "2.0.7",
+ "form-data": "2.5.1",
+ "formidable": "1.2.1",
+ "methods": "1.1.2",
+ "mime": "2.4.4",
+ "qs": "6.9.0",
+ "readable-stream": "3.4.0",
+ "semver": "6.3.0"
},
"dependencies": {
- "async": {
- "version": "0.9.2",
- "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
- "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
- },
"combined-stream": {
- "version": "0.0.7",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
- "integrity": "sha1-ATfmV7qlp1QcV6w3rF/AfXO03B8=",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"requires": {
- "delayed-stream": "0.0.5"
+ "delayed-stream": "1.0.0"
}
},
- "delayed-stream": {
- "version": "0.0.5",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz",
- "integrity": "sha1-1LH0OpPoKW3+AmlPRoC8N6MTxz8="
- },
- "form-data": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
- "integrity": "sha1-Jvi8JtpkQOKZy9z7aQNcT3em5GY=",
+ "debug": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
+ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"requires": {
- "async": "~0.9.0",
- "combined-stream": "~0.0.4",
- "mime-types": "~2.0.3"
+ "ms": "2.1.2"
}
},
- "isarray": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
- },
- "mime-db": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz",
- "integrity": "sha1-PQxjGA9FjrENMlqqN9fFiuMS6dc="
- },
- "mime-types": {
- "version": "2.0.14",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz",
- "integrity": "sha1-MQ4VnbI+B3+Lsit0jav6SVcUCqY=",
+ "form-data": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
+ "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
"requires": {
- "mime-db": "~1.12.0"
+ "asynckit": "0.4.0",
+ "combined-stream": "1.0.8",
+ "mime-types": "2.1.12"
}
},
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
"qs": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/qs/-/qs-2.3.3.tgz",
- "integrity": "sha1-6eha2+ddoLvkyOBHaghikPhjtAQ="
+ "version": "6.9.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz",
+ "integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA=="
},
"readable-stream": {
- "version": "1.0.27-1",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.27-1.tgz",
- "integrity": "sha1-a2eYPCA1fO/QfwFlABoW1xDZEHg=",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz",
+ "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==",
"requires": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.1",
- "isarray": "0.0.1",
- "string_decoder": "~0.10.x"
+ "inherits": "2.0.3",
+ "string_decoder": "1.3.0",
+ "util-deprecate": "1.0.2"
+ }
+ },
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ },
+ "string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "requires": {
+ "safe-buffer": "5.2.0"
}
}
}
},
- "superagent-hawk": {
- "version": "0.0.6",
- "resolved": "https://registry.npmjs.org/superagent-hawk/-/superagent-hawk-0.0.6.tgz",
- "integrity": "sha1-DPtw4hVG46PpAtogiijt2WX4Las=",
- "requires": {
- "hawk": "~1.0.0",
- "qs": "^0.6.6"
+ "supports-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
+ },
+ "taskcluster-client": {
+ "version": "22.0.0",
+ "resolved": "https://registry.npmjs.org/taskcluster-client/-/taskcluster-client-22.0.0.tgz",
+ "integrity": "sha512-L9Z84WXWVLkCYlcxNl6TAXBqoERyB0iavNgsymQqu9TGMLh3Acl7J55PzthZr/o1F3sVfHwRgDnxM1CidaYbEQ==",
+ "requires": {
+ "debug": "4.1.1",
+ "hawk": "7.0.10",
+ "lodash": "4.17.15",
+ "slugid": "2.0.0",
+ "superagent": "5.1.0",
+ "taskcluster-lib-urls": "12.0.0"
},
"dependencies": {
"boom": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz",
- "integrity": "sha1-emNune1O/O+xnO9JR6PGffrukRs=",
+ "version": "7.3.0",
+ "resolved": "https://registry.npmjs.org/boom/-/boom-7.3.0.tgz",
+ "integrity": "sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==",
"requires": {
- "hoek": "0.9.x"
+ "hoek": "6.1.3"
}
},
"cryptiles": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz",
- "integrity": "sha1-7ZH/HxetE9N0gohZT4pIoNJvMlw=",
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-4.1.3.tgz",
+ "integrity": "sha512-gT9nyTMSUC1JnziQpPbxKGBbUg8VL7Zn2NB4E1cJYvuXdElHrwxrV9bmltZGDzet45zSDGyYceueke1TjynGzw==",
"requires": {
- "boom": "0.4.x"
+ "boom": "7.3.0"
+ }
+ },
+ "debug": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
+ "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
+ "requires": {
+ "ms": "2.1.2"
}
},
"hawk": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz",
- "integrity": "sha1-uQuxaYByhUEdp//LjdJZhQLTtS0=",
+ "version": "7.0.10",
+ "resolved": "https://registry.npmjs.org/hawk/-/hawk-7.0.10.tgz",
+ "integrity": "sha512-3RWF4SXN9CdZ1VDAe6Pn3Rd0tC3Lw+GV+esX5oKCrXoScZK3Ri6dl5Wt986M/hlzU+GuapTGiB0rBhGeRIBQsw==",
"requires": {
- "boom": "0.4.x",
- "cryptiles": "0.2.x",
- "hoek": "0.9.x",
- "sntp": "0.2.x"
+ "b64": "4.1.2",
+ "boom": "7.3.0",
+ "cryptiles": "4.1.3",
+ "hoek": "6.1.3",
+ "sntp": "3.0.2"
}
},
"hoek": {
- "version": "0.9.1",
- "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz",
- "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU="
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz",
+ "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ=="
},
- "qs": {
- "version": "0.6.6",
- "resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz",
- "integrity": "sha1-bgFQmP9RlouKPIGQAdXyyJvEsQc="
+ "lodash": {
+ "version": "4.17.15",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
- "sntp": {
- "version": "0.2.4",
- "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz",
- "integrity": "sha1-+4hfGLDzqtGJ+CSGJTa87ux1CQA=",
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "slugid": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/slugid/-/slugid-2.0.0.tgz",
+ "integrity": "sha512-zTCivUfTk2GC6MU4Fjcz0iXwAjhe0NweMJqpfWcGrBbrm2dWtVAUupAonfsc7ysw4M0kZ934Nle5ljwM2dR+/g==",
"requires": {
- "hoek": "0.9.x"
+ "uuid": "3.3.3",
+ "uuid-parse": "1.1.0"
}
- }
- }
- },
- "superagent-promise": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/superagent-promise/-/superagent-promise-0.2.0.tgz",
- "integrity": "sha1-kcd/TLDJz0G+65F9it1pf20Vyuo="
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
- },
- "taskcluster-client": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/taskcluster-client/-/taskcluster-client-1.4.0.tgz",
- "integrity": "sha1-Q4xjfIe0ZK52JxBHs7wgFmFjJkg=",
- "requires": {
- "amqplib": "^0.4.1",
- "debug": "^2.1.3",
- "hawk": "^2.3.1",
- "lodash": "^3.6.0",
- "promise": "^6.1.0",
- "slugid": "^1.1.0",
- "sockjs-client": "^1.0.3",
- "superagent": "~1.7.0",
- "superagent-hawk": "^0.0.6",
- "superagent-promise": "^0.2.0",
- "url-join": "^0.0.1"
- },
- "dependencies": {
- "hawk": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz",
- "integrity": "sha1-HnMc45RH+h0PbXB/e87r7A/R7B8=",
+ },
+ "sntp": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/sntp/-/sntp-3.0.2.tgz",
+ "integrity": "sha512-MCAPpBPFjNp1fwDVCLSRuWuH9gONtb2R+lS1esC6Mp8lP6jy60FVUtP/Qr0jBvcWAVbhzx06y1b6ptXiy32dug==",
"requires": {
- "boom": "2.x.x",
- "cryptiles": "2.x.x",
- "hoek": "2.x.x",
- "sntp": "1.x.x"
+ "boom": "7.3.0",
+ "bounce": "1.2.3",
+ "hoek": "6.1.3",
+ "teamwork": "3.2.0"
}
},
- "lodash": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
- "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
+ "uuid": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
+ "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},
+ "taskcluster-lib-urls": {
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/taskcluster-lib-urls/-/taskcluster-lib-urls-12.0.0.tgz",
+ "integrity": "sha512-OrEFE0m3p/+mGsmIwjttLhSKg3io6MpJLhYtPNjVSZA9Ix8Y5tprN3vM6a3MjWt5asPF6AKZsfT43cgpGwJB0g=="
+ },
+ "teamwork": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/teamwork/-/teamwork-3.2.0.tgz",
+ "integrity": "sha512-xAmJ8PIVjRZMXAHgUuOP8ITsv0SedyWAit2UWiNImXgg/F+BxrsG46ZegElNBM0Dwp+iMfbigg/Ll/M2oDRYww=="
+ },
"to-fast-properties": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz",
@@ -2964,21 +2904,6 @@
"integrity": "sha1-PaOC9nDyXe1417PReSEZvKC3Ey0=",
"optional": true
},
- "url-join": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/url-join/-/url-join-0.0.1.tgz",
- "integrity": "sha1-HbSK1CLTQCRpqH99l73r/k+x48g="
- },
- "url-parse": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.6.tgz",
- "integrity": "sha1-q4/1rqE4gHGWElXiI2FHxSyl/Eg=",
- "optional": true,
- "requires": {
- "querystringify": "0.0.x",
- "requires-port": "1.0.x"
- }
- },
"user-home": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
@@ -2994,12 +2919,17 @@
"resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
"integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho="
},
+ "uuid-parse": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/uuid-parse/-/uuid-parse-1.1.0.tgz",
+ "integrity": "sha512-OdmXxA8rDsQ7YpNVbKSJkNzTw2I+S5WsbMDnCtIWSQaosNAcWtFuI/YK1TjzUI6nbkgiqEyh8gWngfcv8Asd9A=="
+ },
"v8flags": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
"integrity": "sha1-vKjzDw1tYGEswsAGQeaWLUKuaIE=",
"requires": {
- "user-home": "^1.1.1"
+ "user-home": "1.1.1"
}
},
"validate-npm-package-license": {
@@ -3007,8 +2937,8 @@
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
"integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
"requires": {
- "spdx-correct": "~1.0.0",
- "spdx-expression-parse": "~1.0.0"
+ "spdx-correct": "1.0.2",
+ "spdx-expression-parse": "1.0.4"
}
},
"verror": {
@@ -3019,26 +2949,6 @@
"extsprintf": "1.0.2"
}
},
- "websocket-driver": {
- "version": "0.6.5",
- "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
- "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
- "optional": true,
- "requires": {
- "websocket-extensions": ">=0.1.1"
- }
- },
- "websocket-extensions": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz",
- "integrity": "sha1-domUmcGEtu91Q3fC27DNbLVdKec=",
- "optional": true
- },
- "when": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/when/-/when-3.6.4.tgz",
- "integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404="
- },
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
diff --git a/automation/taskcluster/graph/package.json b/automation/taskcluster/graph/package.json
index d866adebc..7bf52b9a5 100644
--- a/automation/taskcluster/graph/package.json
+++ b/automation/taskcluster/graph/package.json
@@ -19,6 +19,6 @@
"merge": "^1.2.0",
"minimist": "^1.2.0",
"slugid": "^1.1.0",
- "taskcluster-client": "^1.2.1"
+ "taskcluster-client": "^22.0.0"
}
}
diff --git a/automation/taskcluster/graph/src/image_builder.js b/automation/taskcluster/graph/src/image_builder.js
index d9d7755dc..b69b31602 100644
--- a/automation/taskcluster/graph/src/image_builder.js
+++ b/automation/taskcluster/graph/src/image_builder.js
@@ -7,13 +7,13 @@ import context_hash from "./context_hash";
import taskcluster from "taskcluster-client";
async function taskHasImageArtifact(taskId) {
- let queue = new taskcluster.Queue();
+ let queue = new taskcluster.Queue(taskcluster.fromEnvVars());
let {artifacts} = await queue.listLatestArtifacts(taskId);
return artifacts.some(artifact => artifact.name == "public/image.tar");
}
async function findTaskWithImageArtifact(ns) {
- let index = new taskcluster.Index();
+ let index = new taskcluster.Index(taskcluster.fromEnvVars());
let {taskId} = await index.findTask(ns);
let has_image = await taskHasImageArtifact(taskId);
return has_image ? taskId : null;
diff --git a/automation/taskcluster/graph/src/queue.js b/automation/taskcluster/graph/src/queue.js
index 253ab4e28..0aeb4c7ed 100644
--- a/automation/taskcluster/graph/src/queue.js
+++ b/automation/taskcluster/graph/src/queue.js
@@ -17,7 +17,7 @@ let image_tasks = new Map();
let parameters = {};
let queue = new taskcluster.Queue({
- baseUrl: "http://taskcluster/queue/v1"
+ rootUrl: process.env.TASKCLUSTER_PROXY_URL,
});
function fromNow(hours) {
diff --git a/automation/taskcluster/scripts/tools.sh b/automation/taskcluster/scripts/tools.sh
index 63a6ee8de..81563f506 100644
--- a/automation/taskcluster/scripts/tools.sh
+++ b/automation/taskcluster/scripts/tools.sh
@@ -30,7 +30,11 @@ hg_clone() {
}
fetch_dist() {
- url=https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/dist.tar.bz2
+ if [ "$TASKCLUSTER_ROOT_URL" = "https://taskcluster.net" ] || [ -z "$TASKCLUSTER_ROOT_URL" ]; then
+ url=https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/dist.tar.bz2
+ else
+ url=$TASKCLUSTER_ROOT_URL/api/queue/v1/task/$TC_PARENT_TASK_ID/artifacts/public/dist.tar.bz2
+ fi
if [ ! -d "dist" ]; then
for i in 0 2 5; do
sleep $i
diff --git a/automation/taskcluster/windows/gen_certs.sh b/automation/taskcluster/windows/gen_certs.sh
index ead16bbc3..594112b98 100644
--- a/automation/taskcluster/windows/gen_certs.sh
+++ b/automation/taskcluster/windows/gen_certs.sh
@@ -6,7 +6,13 @@ set -v -e -x
source $(dirname $0)/setup.sh
# Fetch artifact.
-wget -t 3 --retry-connrefused -w 5 --random-wait https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z -O dist.7z
+if [ "$TASKCLUSTER_ROOT_URL" = "https://taskcluster.net" ] || [ -z "$TASKCLUSTER_ROOT_URL" ]; then
+ url=https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z
+else
+ url=$TASKCLUSTER_ROOT_URL/api/queue/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z
+fi
+
+wget -t 3 --retry-connrefused -w 5 --random-wait $url -O dist.7z
7z x dist.7z
# Generate certificates.
diff --git a/automation/taskcluster/windows/run_tests.sh b/automation/taskcluster/windows/run_tests.sh
index f64a78e30..2392559d9 100644
--- a/automation/taskcluster/windows/run_tests.sh
+++ b/automation/taskcluster/windows/run_tests.sh
@@ -6,7 +6,13 @@ set -v -e -x
source $(dirname $0)/setup.sh
# Fetch artifact.
-wget -t 3 --retry-connrefused -w 5 --random-wait https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z -O dist.7z
+if [ "$TASKCLUSTER_ROOT_URL" = "https://taskcluster.net" ] || [ -z "$TASKCLUSTER_ROOT_URL" ]; then
+ url=https://queue.taskcluster.net/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z
+else
+ url=$TASKCLUSTER_ROOT_URL/api/queue/v1/task/$TC_PARENT_TASK_ID/artifacts/public/build/dist.7z
+fi
+
+wget -t 3 --retry-connrefused -w 5 --random-wait $url -O dist.7z
7z x dist.7z
# Run tests.