From 66188d61a0ce5958ae40adf8eb3b2585fe0b93d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 15:25:33 +0000 Subject: [PATCH] fix(deps): bump probot from 10.1.2 to 10.1.3 Bumps [probot](https://github.com/probot/probot) from 10.1.2 to 10.1.3. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v10.1.2...v10.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cdb9702c4..9e22d356f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1121,9 +1121,9 @@ } }, "@octokit/plugin-paginate-rest": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.1.tgz", - "integrity": "sha512-81A+ONLpcSX7vWxnEmVZteQPNsbdeScSVUqjgMYPSk1trzG69iYkhS42wPRWtN0nYw6OEmT48DNeQCjHeyroYw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.2.tgz", + "integrity": "sha512-PjHbMhKryxClCrmfvRpGaKCTxUcHIf2zirWRV9SMGf0EmxD/rFew/abSqbMiLl9uQgRZvqtTyCRMGMlUv1ZsBg==", "requires": { "@octokit/types": "^5.3.0" } @@ -8472,9 +8472,9 @@ } }, "probot": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.2.tgz", - "integrity": "sha512-H8xv4jnL+/H2MudP+rJ9crKc4m03RrUHs3R02z9lweHs8MXeKurUuQA2iwvMCgfzxAzqzLQyNZ/uyTTLXAiiow==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.3.tgz", + "integrity": "sha512-YtBdJpDFaeWpprKAKxFFV2q9dGipXOlGgziEUvBIIejVhIG0ZR+tYRDgLHoWaxadcaVej4nzoaLXok7DUAnLRg==", "requires": { "@octokit/auth-app": "^2.4.14", "@octokit/auth-unauthenticated": "^1.0.0", diff --git a/package.json b/package.json index 7ade0552b3..d4b8b7ee38 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "deepmerge": "^4.2.2", "js-yaml": "^3.14.0", - "probot": "10.1.2" + "probot": "10.1.3" }, "devDependencies": { "@travi/any": "^2.0.12",