Skip to content

Commit

Permalink
fix(deps): update dependency got to v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 12, 2018
1 parent 7457f4e commit 19efaf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bunyan-debug-stream": "1.0.8",
"dotenv": "5.0.1",
"escape-html": "1.0.3",
"got": "8.2.0",
"got": "8.3.0",
"gravatar-url": "2.0.0",
"hosted-git-info": "2.5.0",
"lodash": "4.17.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2614,9 +2614,9 @@ globby@^5.0.0:
pify "^2.0.0"
pinkie-promise "^2.0.0"

got@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/got/-/got-8.2.0.tgz#0d11a071d05046348a2f5c0a5fa047fb687fdfc6"
got@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/got/-/got-8.3.0.tgz#6ba26e75f8a6cc4c6b3eb1fe7ce4fec7abac8533"
dependencies:
"@sindresorhus/is" "^0.7.0"
cacheable-request "^2.1.1"
Expand All @@ -2628,7 +2628,7 @@ got@8.2.0:
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"
Expand Down Expand Up @@ -4628,9 +4628,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"
Expand Down

0 comments on commit 19efaf8

Please sign in to comment.