From ec259fbc9591e71313e70828c01897523531c10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Jan 2018 15:11:52 +0000 Subject: [PATCH] Bump got from 8.0.1 to 8.0.3 Bumps [got](https://github.com/sindresorhus/got) from 8.0.1 to 8.0.3. - [Commits](https://github.com/sindresorhus/got/compare/v8.0.1...v8.0.3) --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c2343c1..b7c73af 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "license": "Apache-2.0", "dependencies": { - "got": "^8.0.1", + "got": "^8.0.3", "js-yaml": "^3.10.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 535a64c..9ee3efd 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" @@ -1894,11 +1894,11 @@ globby@^5.0.0: pify "^2.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" +got@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/got/-/got-8.0.3.tgz#15d038e8101f89e93585d1639d9c49e8a55ae6bc" 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"