diff --git a/package.json b/package.json index 4753c07f..eda66bef 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dotenv": "^16.0.3", "next": "^13.1.6", "node-fetch": "^3.3.0", - "probot": "^12.2.4" + "probot": "^12.3.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", diff --git a/yarn.lock b/yarn.lock index 6d36c4ea..7bedf9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3946,7 +3946,7 @@ pretty-format@^29.0.0, pretty-format@^29.5.0: ansi-styles "^5.0.0" react-is "^18.0.0" -probot@^12.1.1, probot@^12.2.1, probot@^12.2.4: +probot@^12.1.1, probot@^12.2.1: version "12.3.0" resolved "https://registry.yarnpkg.com/probot/-/probot-12.3.0.tgz#0e379b522d4e30e78056abf8c8f98bafdf54d9c3" integrity sha512-I7qpD6myIt5eEqAOv14mrbdh4HdLG1MQgCHGQJpIj6rdDeQaacQDL2THlMSqIU2VBcdIRpLqNv7D0z2NG0la3w== @@ -3985,6 +3985,45 @@ probot@^12.1.1, probot@^12.2.1, probot@^12.2.4: update-dotenv "^1.1.1" uuid "^8.3.2" +probot@^12.3.1: + version "12.3.1" + resolved "https://registry.yarnpkg.com/probot/-/probot-12.3.1.tgz#6a19f3faf941978df04afb2dd3f5f65422450c03" + integrity sha512-ECSgycmAC0ILEK6cOa+x3QPufP5JybsuohOFCYr3glQU5SkbmypZJE/Sfio9mxAFHK5LCXveIDsfZCxf6ck4JA== + dependencies: + "@octokit/core" "^3.2.4" + "@octokit/plugin-enterprise-compatibility" "^1.2.8" + "@octokit/plugin-paginate-rest" "^2.6.2" + "@octokit/plugin-rest-endpoint-methods" "^5.0.1" + "@octokit/plugin-retry" "^3.0.6" + "@octokit/plugin-throttling" "^3.3.4" + "@octokit/types" "^8.0.0" + "@octokit/webhooks" "^9.8.4" + "@probot/get-private-key" "^1.1.0" + "@probot/octokit-plugin-config" "^1.0.0" + "@probot/pino" "^2.2.0" + "@types/express" "^4.17.9" + "@types/ioredis" "^4.27.1" + "@types/pino" "^6.3.4" + "@types/pino-http" "^5.0.6" + commander "^6.2.0" + deepmerge "^4.2.2" + deprecation "^2.3.1" + dotenv "^8.2.0" + eventsource "^2.0.2" + express "^4.17.1" + express-handlebars "^6.0.3" + ioredis "^4.27.8" + js-yaml "^3.14.1" + lru-cache "^6.0.0" + octokit-auth-probot "^1.2.2" + pino "^6.7.0" + pino-http "^5.3.0" + pkg-conf "^3.1.0" + resolve "^1.19.0" + semver "^7.3.4" + update-dotenv "^1.1.1" + uuid "^8.3.2" + process-warning@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616"