From 9cbec00e7a5eb241597c9dbd0a2365afb0cf33fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 12 Mar 2018 09:14:22 +0000 Subject: [PATCH] Bump got from 8.0.1 to 8.3.0 Bumps [got](https://github.com/sindresorhus/got) from 8.0.1 to 8.3.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v8.0.1...v8.3.0) Signed-off-by: dependabot[bot] --- yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index 535a64c..2ea08fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,9 +63,9 @@ lodash "^4.2.0" to-fast-properties "^2.0.0" -"@sindresorhus/is@^0.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.6.0.tgz#383f456b26bc96c7889f0332079f4358b16c58dc" +"@sindresorhus/is@^0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" "@types/node@*": version "8.5.1" @@ -1895,10 +1895,10 @@ globby@^5.0.0: pinkie-promise "^2.0.0" got@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/got/-/got-8.0.1.tgz#6d7f8bb3eb99e5af912efe26a104476441e08e7f" + version "8.3.0" + resolved "https://registry.yarnpkg.com/got/-/got-8.3.0.tgz#6ba26e75f8a6cc4c6b3eb1fe7ce4fec7abac8533" dependencies: - "@sindresorhus/is" "^0.6.0" + "@sindresorhus/is" "^0.7.0" cacheable-request "^2.1.1" decompress-response "^3.3.0" duplexer3 "^0.1.4" @@ -1908,7 +1908,7 @@ got@^8.0.1: isurl "^1.0.0-alpha5" lowercase-keys "^1.0.0" mimic-response "^1.0.0" - p-cancelable "^0.3.0" + p-cancelable "^0.4.0" p-timeout "^2.0.1" pify "^3.0.0" safe-buffer "^5.1.1" @@ -3387,9 +3387,9 @@ output-file-sync@^1.1.2: mkdirp "^0.5.1" object-assign "^4.1.0" -p-cancelable@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa" +p-cancelable@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.0.tgz#bcb41d35bf6097fc4367a065b6eb84b9b124eff0" p-finally@^1.0.0: version "1.0.0"