Skip to content

Commit

Permalink
Bump probot from 11.0.4 to 11.0.6 (#776)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
  • Loading branch information
dependabot[bot] and jetersen committed Feb 5, 2021
1 parent 145efe5 commit 8d716d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100058,7 +100058,7 @@ function getErrorHandler(log) {
continue;
}
if (errMessage.includes("pem") || errMessage.includes("json web token")) {
log.error(error, "Your private key (usually a .pem file) is not correct. Go to https://github.com/settings/apps/YOUR_APP and generate a new PEM file. If you're deploying to Now, visit https://probot.github.io/docs/deployment/#now.");
log.error(error, "Your private key (a .pem file or PRIVATE_KEY environment variable) or APP_ID is incorrect. Go to https://github.com/settings/apps/YOUR_APP, verify that APP_ID is set correctly, and generate a new PEM file if necessary.");
continue;
}
log
Expand Down Expand Up @@ -100925,7 +100925,7 @@ Server.version = version_1.VERSION;
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.VERSION = void 0;
// The version is set automatically before publish to npm
exports.VERSION = "11.0.4";
exports.VERSION = "11.0.6";
//# sourceMappingURL=version.js.map

/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"compare-versions": "3.6.0",
"escape-string-regexp": "4.0.0",
"lodash": "4.17.20",
"probot": "11.0.4",
"probot": "11.0.6",
"regex-parser": "2.2.11",
"request": "2.88.2",
"semver": "7.3.4"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
"@octokit/openapi-types" "^2.0.1"
"@types/node" ">= 8"

"@octokit/webhooks@^7.18.1":
"@octokit/webhooks@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.21.0.tgz#2aee3404aa311740a5f4ea37b070268752e21b02"
integrity sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==
Expand Down Expand Up @@ -4955,10 +4955,10 @@ pretty-format@^26.6.2:
ansi-styles "^4.0.0"
react-is "^17.0.1"

probot@11.0.4:
version "11.0.4"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.4.tgz#1186c6a8909e10da24c705a1d0cddb8bd7171d79"
integrity sha512-I43Ak928G8e8Rz6/vfZ0qDjm+LDzdVRLT9rQjbSncFZSmLqIRkwMed+l3aFK8n34zvfIYtiq88LOeDP4r8ODeQ==
probot@11.0.6:
version "11.0.6"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.6.tgz#9ed421a8d4b89f8ee8873374668aeb9eca5760c4"
integrity sha512-KvX931ZXno/jveNbMk+1QeWa63XOJWfnGHDGiE1R+r54VHEg7dQAeLpaOjTX34DiZpTlFUvyulXZoFMDFnQsYQ==
dependencies:
"@octokit/core" "^3.2.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
Expand All @@ -4967,7 +4967,7 @@ probot@11.0.4:
"@octokit/plugin-retry" "^3.0.6"
"@octokit/plugin-throttling" "^3.3.4"
"@octokit/types" "^6.1.1"
"@octokit/webhooks" "^7.18.1"
"@octokit/webhooks" "7.21.0"
"@probot/get-private-key" "^1.1.0"
"@probot/octokit-plugin-config" "^1.0.0"
"@probot/pino" "^2.2.0"
Expand Down

0 comments on commit 8d716d3

Please sign in to comment.