From abbaca9ca3b01738be4705442c44ef78c059277c Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau Date: Thu, 21 Jan 2021 21:26:45 +0100 Subject: [PATCH] fix: update probot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f6af573f7..ba18ff480 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jsonwebtoken": "8.5.1", "liwi-mongo": "8.0.1", "lock": "1.1.0", - "probot": "11.0.1", + "probot": "11.0.5", "react": "17.0.1", "react-dom": "17.0.1", "simple-oauth2": "2.5.2", diff --git a/yarn.lock b/yarn.lock index 69898bad6..3417f135d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7155,10 +7155,10 @@ pretty-format@^26.0.0, pretty-format@^26.6.2: ansi-styles "^4.0.0" react-is "^17.0.1" -probot@11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.1.tgz#1effc756853ada1c0feeffb0a8b53783ef0521be" - integrity sha512-JHbM6r93Rf58rwBnBx6LrlhZhABksNRlmhgONIpSOwv4BarrQo3LmQ5Np71h45bmXJzOfFKdTgBacyqH9jOSTQ== +probot@11.0.5: + version "11.0.5" + resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.5.tgz#c00a7c5fc0e57257e9aefa058436f38e6720c212" + integrity sha512-o8euQLHiJobgbKwbJb/1fg+ghC5Rf1gzSAk1qFH55tUhBkmTIxgVp1P21mkuFbyyTVlw9MZ0AwaVmdJJc6tpxQ== dependencies: "@octokit/core" "^3.2.4" "@octokit/plugin-enterprise-compatibility" "^1.2.8"