diff --git a/package-lock.json b/package-lock.json index 3549367..7f4f1b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@probot/adapter-aws-lambda-serverless": "^4.0.3", "@slack/web-api": "^7.9.3", - "probot": "^14.0.1" + "probot": "^14.0.2" }, "devDependencies": { "mocha": "^11.7.1", @@ -2167,18 +2167,18 @@ } }, "node_modules/@probot/octokit-plugin-config": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@probot/octokit-plugin-config/-/octokit-plugin-config-3.0.2.tgz", - "integrity": "sha512-FzGY4nrjlDYwnUPVtNcIupoAPXN1O8SGm83FFZ/IjCptE3FCoVVFnO6EC6SHUsRIAz4V9wwgL+durqZhwigizw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@probot/octokit-plugin-config/-/octokit-plugin-config-4.0.0.tgz", + "integrity": "sha512-FkwCTtrcJJqZjoacIgWrZASAz9FxI5grr0mMkRBRfcV/oM3WyQTiPdlFIWzUCC7Rnrz94N7p7ujN/27HCZT/dQ==", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0" }, "engines": { - "node": ">=18" + "node": "^20.18.1 || >= 22" }, "peerDependencies": { - "@octokit/core": ">=5" + "@octokit/core": ">=7" } }, "node_modules/@probot/pino": { @@ -5704,9 +5704,9 @@ } }, "node_modules/probot": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/probot/-/probot-14.0.1.tgz", - "integrity": "sha512-T3johF5kDZfWRuTx9iNixpF2EtssKm7bpItZlYl3rrOVqSz9zQGO8/WBV8MnZtRLEIbuBNc5xWbPIBwk5kwuXA==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/probot/-/probot-14.0.2.tgz", + "integrity": "sha512-lDfWRSA2Jzp8ZGEhnJ6EcPqkUIgWWct7wgaqa4y6Fz3F6/prEi6o4C5zHriGYN1YvyWLsfhUGWghVpARgA6WyA==", "license": "ISC", "dependencies": { "@octokit/core": "^7.0.3", @@ -5719,7 +5719,7 @@ "@octokit/types": "^14.1.0", "@octokit/webhooks": "^14.1.2", "@probot/get-private-key": "^2.1.1", - "@probot/octokit-plugin-config": "^3.0.2", + "@probot/octokit-plugin-config": "^4.0.0", "@probot/pino": "^5.0.1", "bottleneck": "^2.19.5", "deepmerge": "^4.3.1", diff --git a/package.json b/package.json index 125ec87..01f0286 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@probot/adapter-aws-lambda-serverless": "^4.0.3", "@slack/web-api": "^7.9.3", - "probot": "^14.0.1" + "probot": "^14.0.2" }, "repository": "github:emergency-pull-request-probot-app", "keywords": [],