Skip to content

Commit

Permalink
Update dependency probot to v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2018
1 parent f3e3a13 commit 2f769e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"compare-versions": "3.4.0",
"probot": "7.3.1",
"probot": "7.4.0",
"probot-config": "1.0.0",
"request": "2.88.0"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@octokit/rest@^15.13.1":
version "15.13.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-15.13.1.tgz#68b12ff0e470ad70c90e99bbb69f16bcdf62edb4"
integrity sha512-r6aRAZaaUZkTqtI4seaSamvgqmYswXpxclIqUrwtFtOuRAnE7l0aeWU252vQ/mxd1wKZWMq1oFChzk0/qzcYcg==
"@octokit/rest@^15.18.0":
version "15.18.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-15.18.0.tgz#e6de702b57dec94c71e806f1cff0ecb9725b3054"
integrity sha512-D1dDJMbvT4dok9++vc8uwCr92ndadwfz6vHK+IklzBHKSsuLlhpv2/dzx97Y4aRlm0t74LeXKDp4j0b4M2vmQw==
dependencies:
before-after-hook "^1.1.0"
btoa-lite "^1.0.0"
Expand Down Expand Up @@ -2463,10 +2463,10 @@ is-arrayish@^0.2.1:
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=

is-base64@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/is-base64/-/is-base64-0.0.5.tgz#39ecd12e937c667edd3b17fa677036825483b477"
integrity sha512-eRLie1GvKWp5Hab3x0uZXOvxrlw72elV2qEcvrNeoqNv6W30BjyvdiEqouaIrU3qh5KWRlxJp7iDLipA/hNOsA==
is-base64@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/is-base64/-/is-base64-0.1.0.tgz#a6f20610c6ef4863a51cba32bc0222544b932622"
integrity sha512-WRRyllsGXJM7ZN7gPTCCQ/6wNPTRDwiWdPK66l5sJzcU/oOzcIcRRf0Rux8bkpox/1yjt0F6VJRsQOIG2qz5sg==

is-binary-path@^1.0.0:
version "1.0.1"
Expand Down Expand Up @@ -4347,12 +4347,12 @@ probot-config@1.0.0:
deepmerge "^2.2.1"
js-yaml "^3.10.0"

probot@7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/probot/-/probot-7.3.1.tgz#c18da943eb143d58857bbfc7842f98ef5b4585d4"
integrity sha512-zzavBZAe1kSk3dJnhHOTmd+x1uxktuKe67KKKTNiqO+Cmov38Gsb1FCzMtjoxvatvGfVvpOg9tJb+13cQAdgCA==
probot@7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/probot/-/probot-7.4.0.tgz#96a70148e8a114bcba75fd1a261155a559916cc5"
integrity sha512-xyvra7baRi8o/KortENZHFae8TZCBHvrKKTVvL1l5DhLBb1mfey+6AM2bxEai5ajDkrKnNiA69aDtb32WO5bRQ==
dependencies:
"@octokit/rest" "^15.13.1"
"@octokit/rest" "^15.18.0"
"@octokit/webhooks" "^5.0.2"
"@types/supports-color" "^5.3.0"
bottleneck "^2.8.0"
Expand All @@ -4365,7 +4365,7 @@ probot@7.3.1:
express "^4.16.2"
express-async-errors "^3.0.0"
hbs "^4.0.1"
is-base64 "0.0.5"
is-base64 "0.1.0"
js-yaml "^3.9.1"
jsonwebtoken "^8.1.0"
pkg-conf "^2.0.0"
Expand Down

0 comments on commit 2f769e0

Please sign in to comment.