From 2165a7ae43c4895826d2ddf434b93d050f4fab58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 14:21:52 +0000 Subject: [PATCH] fix(deps): bump probot from 10.1.1 to 10.1.2 Bumps [probot](https://github.com/probot/probot) from 10.1.1 to 10.1.2. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v10.1.1...v10.1.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80817e6725..9cdb9702c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1040,9 +1040,9 @@ } }, "@octokit/auth-app": { - "version": "2.4.14", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-2.4.14.tgz", - "integrity": "sha512-1D1+8VFZpgbQdaePVWll3qb7mpKazu15xtZ17xzLjbfGFUcB4ddp/nHvDtfIWTMWrx92Iaz+5FGLCLVi8p4WOg==", + "version": "2.4.15", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-2.4.15.tgz", + "integrity": "sha512-rUijFdDfqR0G0hKKFl2BvOLFGY6Y3RWLxNt6jO7DiM1HaylLojcVlgIBwFxSjJ0ayiDXoVFrWjR9gh0DyOAFdQ==", "requires": { "@octokit/request": "^5.3.0", "@octokit/request-error": "^2.0.0", @@ -1547,9 +1547,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.11.tgz", - "integrity": "sha512-LdKPVG7AgbeOnqhdPvq1U/lHUm/pAxMMmYp53WKnV5YeMVizhVx7ntZhdDKlD28BFEGoCLV2AK/pwNtC+KduUg==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.12.tgz", + "integrity": "sha512-EaEdY+Dty1jEU7U6J4CUWwxL+hyEGMkO5jan5gplfegUgCUsIUWqXxqw47uGjimeT4Qgkz/XUfwoau08+fgvKA==", "requires": { "@types/node": "*", "@types/qs": "*", @@ -8472,9 +8472,9 @@ } }, "probot": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.1.tgz", - "integrity": "sha512-2B0WlOU0D9PKl9dDn590iHLxIX/wJZHBjsaW9UkJBslVXcpbtqGURYoQmANzSY8cSoh+weFRx5E7M8zJ+xXf2g==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.2.tgz", + "integrity": "sha512-H8xv4jnL+/H2MudP+rJ9crKc4m03RrUHs3R02z9lweHs8MXeKurUuQA2iwvMCgfzxAzqzLQyNZ/uyTTLXAiiow==", "requires": { "@octokit/auth-app": "^2.4.14", "@octokit/auth-unauthenticated": "^1.0.0", diff --git a/package.json b/package.json index 56d307feef..7ade0552b3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "deepmerge": "^4.2.2", "js-yaml": "^3.14.0", - "probot": "10.1.1" + "probot": "10.1.2" }, "devDependencies": { "@travi/any": "^2.0.12",