From 5b9ce688237620ea9e811c05e49695c58e03b146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 1 Apr 2019 18:22:34 +0200 Subject: [PATCH] chore: pin dependencies (#570) --- @commitlint/cli/package.json | 2 +- @commitlint/config-lerna-scopes/package.json | 2 +- @commitlint/ensure/package.json | 2 +- @commitlint/execute-rule/package.json | 2 +- @commitlint/format/package.json | 2 +- @commitlint/is-ignored/package.json | 2 +- @commitlint/lint/package.json | 2 +- @commitlint/load/package.json | 4 +- @commitlint/message/package.json | 2 +- @commitlint/parse/package.json | 2 +- @commitlint/prompt-cli/package.json | 2 +- @commitlint/read/package.json | 2 +- @commitlint/resolve-extends/package.json | 2 +- @commitlint/rules/package.json | 2 +- @commitlint/to-lines/package.json | 2 +- @commitlint/travis-cli/package.json | 2 +- @packages/utils/package.json | 2 +- yarn.lock | 128 +++++++------------ 18 files changed, 63 insertions(+), 101 deletions(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 88e2f2a3d8..9472d89ccf 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -54,7 +54,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.18.2", "babel-cli": "6.26.0", diff --git a/@commitlint/config-lerna-scopes/package.json b/@commitlint/config-lerna-scopes/package.json index 9b1b571787..5b23ba1aa3 100644 --- a/@commitlint/config-lerna-scopes/package.json +++ b/@commitlint/config-lerna-scopes/package.json @@ -46,7 +46,7 @@ "semver": "5.6.0" }, "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "@lerna/project": "3.5.0", "ava": "0.22.0", diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index c85b8e49a4..62aff36cb1 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 8fa4541777..8665a7b0ce 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -58,7 +58,7 @@ "license": "MIT", "devDependencies": { "@commitlint/parse": "^7.5.0", - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index a948bd8255..31b23ac31f 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index fab342280a..282f03b3e6 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -58,7 +58,7 @@ "license": "MIT", "devDependencies": { "@commitlint/parse": "^7.5.0", - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 569614dcbd..027fedcb8b 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/load/package.json b/@commitlint/load/package.json index 91abee9ce0..774997ed7d 100644 --- a/@commitlint/load/package.json +++ b/@commitlint/load/package.json @@ -57,9 +57,9 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", - "alva": "^1.0.17", + "alva": "1.0.17", "ava": "0.22.0", "babel-cli": "6.26.0", "babel-preset-commitlint": "^7.5.0", diff --git a/@commitlint/message/package.json b/@commitlint/message/package.json index 18cb1fae94..d18ca93eb1 100644 --- a/@commitlint/message/package.json +++ b/@commitlint/message/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index f730d89459..1fee9d986e 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index 140a40fd81..26b00e9da4 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/conventional-changelog/commitlint#readme", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.25.0" }, diff --git a/@commitlint/read/package.json b/@commitlint/read/package.json index 00d00b794d..e663e6b7f6 100644 --- a/@commitlint/read/package.json +++ b/@commitlint/read/package.json @@ -57,7 +57,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index 4ec71b9b0a..935726926e 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -58,7 +58,7 @@ "license": "MIT", "devDependencies": { "@commitlint/parse": "^7.5.0", - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "@marionebl/sander": "0.6.1", "ava": "0.22.0", diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 8863b47d78..3bd00e4755 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -58,7 +58,7 @@ "license": "MIT", "devDependencies": { "@commitlint/parse": "^7.5.0", - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index b9a3d8442b..472b9db8f9 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -58,7 +58,7 @@ "license": "MIT", "devDependencies": { "@commitlint/parse": "^7.5.0", - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.22.0", "babel-cli": "6.26.0", diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 7968c48f87..4bcfa06aa6 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -56,7 +56,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@commitlint/utils": "^7.5.0", "ava": "0.18.2", "babel-cli": "6.26.0", diff --git a/@packages/utils/package.json b/@packages/utils/package.json index 8a2eecd1b2..ee09a29762 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -45,7 +45,7 @@ }, "license": "MIT", "dependencies": { - "@commitlint/test": "^7.5.0", + "@commitlint/test": "7.5.0", "@marionebl/sander": "0.6.1", "execa": "0.9.0", "is-builtin-module": "2.0.0", diff --git a/yarn.lock b/yarn.lock index a7f918d788..8ab0365161 100644 --- a/yarn.lock +++ b/yarn.lock @@ -182,6 +182,16 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" +"@commitlint/test@7.5.0": + version "7.5.0" + resolved "https://registry.npmjs.org/@commitlint/test/-/test-7.5.0.tgz#2c68ba0b49096978cf6e82fa2f6208a7f3f9bbc9" + integrity sha512-LIFXGS2h7VGpNNouJ2ymmqPyF3KjAfIBqJfb6VBEGLAnMgiQeX7Qx3BYMFkZlDFrxSY2GpNKqB3LCITYYMsbDA== + dependencies: + "@commitlint/utils" "^7.5.0" + "@marionebl/sander" "0.6.1" + execa "0.9.0" + pkg-dir "2.0.0" + "@concordance/react@^1.0.0": version "1.0.0" resolved "https://registry.npmjs.org/@concordance/react/-/react-1.0.0.tgz#fcf3cad020e5121bfd1c61d05bc3516aac25f734" @@ -1694,7 +1704,7 @@ alphanum-sort@^1.0.1, alphanum-sort@^1.0.2: resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= -alva@^1.0.17: +alva@1.0.17: version "1.0.17" resolved "https://registry.npmjs.org/alva/-/alva-1.0.17.tgz#6227cdfb7daf22bfa207687c0a24b82422f67bd9" integrity sha512-y/BJ8OiCQ/zt7sxaKgCehf0UZvEtU9rHsuOzmTk6T1alwuP3gjRCoTY6WxVTYQ/Yi2H/YH65WvJwFOvtDjIMsg== @@ -3796,18 +3806,10 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^1.8.2: - version "1.8.5" - resolved "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" - integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= - dependencies: - expand-range "^1.8.1" - preserve "^0.2.0" - repeat-element "^1.1.2" - -braces@^2.3.0: +braces@2.3.1, braces@^1.8.2, braces@^2.3.0: version "2.3.1" resolved "https://registry.npmjs.org/braces/-/braces-2.3.1.tgz#7086c913b4e5a08dbe37ac0ee6a2500c4ba691bb" + integrity sha512-SO5lYHA3vO6gz66erVvedSCkp7AKWdv6VcQ2N4ysXfPxdAlxAMMAdwegGGcv1Bqwm7naF1hNdk5d6AAIEHV2nQ== dependencies: arr-flatten "^1.1.0" array-unique "^0.3.2" @@ -5610,15 +5612,10 @@ deep-equal@^1.0.0, deep-equal@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deep-extend@~0.4.0: - version "0.4.2" - resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f" - integrity sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8= +deep-extend@0.5.1, deep-extend@^0.6.0, deep-extend@~0.4.0: + version "0.5.1" + resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.5.1.tgz#b894a9dd90d3023fbf1c55a394fb858eb2066f1f" + integrity sha512-N8vBdOa+DF7zkRrDCsaOXoCs/E2fJfx9B9MrKnnSiHNh4ws7eSys6YQE4KvT1cecKmOASYQBhbKjeuDD9lT81w== deep-is@~0.1.3: version "0.1.3" @@ -6513,11 +6510,6 @@ espree@^3.5.4: acorn "^5.5.0" acorn-jsx "^3.0.0" -esprima@^2.6.0: - version "2.7.3" - resolved "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581" - integrity sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE= - esprima@^3.1.3: version "3.1.3" resolved "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" @@ -6697,13 +6689,6 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expand-range@^1.8.1: - version "1.8.2" - resolved "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" - integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= - dependencies: - fill-range "^2.1.0" - expand-template@^1.0.2: version "1.1.1" resolved "https://registry.npmjs.org/expand-template/-/expand-template-1.1.1.tgz#981f188c0c3a87d2e28f559bc541426ff94f21dd" @@ -6992,17 +6977,6 @@ filesize@3.6.1, filesize@^3.5.11: resolved "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== -fill-range@^2.1.0: - version "2.2.4" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" - integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== - dependencies: - is-number "^2.1.0" - isobject "^2.0.0" - randomatic "^3.0.0" - repeat-element "^1.1.2" - repeat-string "^1.5.2" - fill-range@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" @@ -7897,10 +7871,10 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoek@2.x.x: - version "2.16.3" - resolved "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" - integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= +hoek@2.x.x, hoek@5.0.3: + version "5.0.3" + resolved "https://registry.npmjs.org/hoek/-/hoek-5.0.3.tgz#b71d40d943d0a95da01956b547f83c4a5b4a34ac" + integrity sha512-Bmr56pxML1c9kU+NS51SMFkiVQAb+9uFfXwyqR2tn4w2FPvmPt65eZ9aCcEfRXd9G74HkZnILC6p967pED4aiw== hoist-non-react-statics@^2.2.1, hoist-non-react-statics@^2.5.0, hoist-non-react-statics@^2.5.5: version "2.5.5" @@ -8712,13 +8686,6 @@ is-number-object@^1.0.3: resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799" integrity sha1-8mWrian0RQNO9q/xWo8AsA9VF5k= -is-number@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" - integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= - dependencies: - kind-of "^3.0.2" - is-number@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" @@ -9355,7 +9322,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2: resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.7.0, js-yaml@^3.8.2, js-yaml@^3.9.0, js-yaml@^3.9.1: +js-yaml@>=3.13.0, js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.7.0, js-yaml@^3.8.2, js-yaml@^3.9.0, js-yaml@^3.9.1, js-yaml@~3.7.0: version "3.13.0" resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e" integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ== @@ -9363,14 +9330,6 @@ js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.7.0, js-yaml@^3.8.2, js-yaml@^3.9.0 argparse "^1.0.7" esprima "^4.0.0" -js-yaml@~3.7.0: - version "3.7.0" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80" - integrity sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A= - dependencies: - argparse "^1.0.7" - esprima "^2.6.0" - jsbn@~0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -9999,15 +9958,10 @@ lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" -lodash@4.17.11, "lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1: +lodash@4.17.11, "lodash@>=3.5 <5", lodash@^3.3.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1: version "4.17.11" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" -lodash@^3.3.1: - version "3.10.1" - resolved "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" - integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= - log-symbols@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" @@ -10144,14 +10098,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.3.6: +marked@0.3.9, marked@^0.3.6, marked@^0.5.1: version "0.3.9" resolved "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290" - -marked@^0.5.1: - version "0.5.2" - resolved "https://registry.npmjs.org/marked/-/marked-0.5.2.tgz#3efdb27b1fd0ecec4f5aba362bddcd18120e5ba9" - integrity sha512-fdZvBa7/vSQIZCi4uuwo2N3q+7jJURpMVCcbaX0S1Mg65WZ5ilXvC67MviJAsdjqqgD+CEq4RKo5AYGgINkVAA== + integrity sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw== match-sorter@^2.0.2: version "2.3.0" @@ -10553,9 +10503,10 @@ modify-values@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2" -moment@^2.18.1: +moment@2.19.3, moment@^2.18.1: version "2.19.3" resolved "https://registry.npmjs.org/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" + integrity sha1-vbmdJw1tf9p4zA+6zoVeJ/59pp8= moo@^0.4.3: version "0.4.3" @@ -12246,11 +12197,6 @@ prepend-http@^1.0.0, prepend-http@^1.0.1: version "1.0.4" resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" -preserve@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" - integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= - prettier@1.16.4: version "1.16.4" resolved "https://registry.npmjs.org/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717" @@ -12542,7 +12488,7 @@ randexp@0.4.6: discontinuous-range "1.0.0" ret "~0.1.10" -randomatic@^3.0.0: +randomatic@3: version "3.1.1" resolved "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== @@ -14254,6 +14200,21 @@ sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" +sshpk@1.14.1: + version "1.14.1" + resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz#130f5975eddad963f1d56f92b9ac6c51fa9f83eb" + integrity sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s= + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + dashdash "^1.12.0" + getpass "^0.1.1" + optionalDependencies: + bcrypt-pbkdf "^1.0.0" + ecc-jsbn "~0.1.1" + jsbn "~0.1.0" + tweetnacl "~0.14.0" + sshpk@^1.7.0: version "1.16.1" resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" @@ -14446,9 +14407,10 @@ stringify-package@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.0.tgz#e02828089333d7d45cd8c287c30aa9a13375081b" -stringstream@~0.0.4: +stringstream@0.0.6, stringstream@~0.0.4: version "0.0.6" resolved "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz#7880225b0d4ad10e30927d167a1d6f2fd3b33a72" + integrity sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA== strip-ansi@3.0.1, strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1"