From 117689aaf821519660faae8b83586a62f3f424ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Jan 2018 07:41:55 +0000 Subject: [PATCH] Bump got from 8.0.1 to 8.0.2 Bumps [got](https://github.com/sindresorhus/got) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/sindresorhus/got/releases/tag/v8.0.2) - [Commits](https://github.com/sindresorhus/got/compare/v8.0.1...v8.0.2) --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c2343c1..e0e99fb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "license": "Apache-2.0", "dependencies": { - "got": "^8.0.1", + "got": "^8.0.2", "js-yaml": "^3.10.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 535a64c..50a43a6 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.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/got/-/got-8.0.2.tgz#94d2054767875df4d5eb330f703c63881fc9cd64" 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"