diff --git a/package-lock.json b/package-lock.json index 8fdf92f43..8dadb5f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "gemoji": "^7.0.0", "pluralize": "^8.0.0", - "probot": "^12.2.5" + "probot": "^12.2.7" }, "devDependencies": { "@sinonjs/fake-timers": "^9.1.1", @@ -8587,9 +8587,9 @@ } }, "node_modules/probot": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.2.5.tgz", - "integrity": "sha512-+cK8tsnPsMF8WqI4CibTeqw5T6wpsQIFXJzGex/IrxqA0grULrd8BC56R/0ZiJYBml7E94gC/nV5IFUd9Zsn6Q==", + "version": "12.2.7", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.2.7.tgz", + "integrity": "sha512-T39QMxlukg3YHs7p39HDg0+2EOIozzod64tBYSqz7biZhyhOB/vAytH/5wrF0WzqRjpd3kOWRTTKF0tvobRhjw==", "dependencies": { "@octokit/core": "^3.2.4", "@octokit/plugin-enterprise-compatibility": "^1.2.8", @@ -8597,7 +8597,7 @@ "@octokit/plugin-rest-endpoint-methods": "^5.0.1", "@octokit/plugin-retry": "^3.0.6", "@octokit/plugin-throttling": "^3.3.4", - "@octokit/types": "^6.1.1", + "@octokit/types": "^7.1.1", "@octokit/webhooks": "^9.8.4", "@probot/get-private-key": "^1.1.0", "@probot/octokit-plugin-config": "^1.0.0", @@ -8632,6 +8632,19 @@ "node": ">=10.21" } }, + "node_modules/probot/node_modules/@octokit/openapi-types": { + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.4.0.tgz", + "integrity": "sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==" + }, + "node_modules/probot/node_modules/@octokit/types": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.1.1.tgz", + "integrity": "sha512-Dx6cNTORyVaKY0Yeb9MbHksk79L8GXsihbG6PtWqTpkyA2TY1qBWE26EQXVG3dHwY9Femdd/WEeRUEiD0+H3TQ==", + "dependencies": { + "@octokit/openapi-types": "^13.4.0" + } + }, "node_modules/probot/node_modules/eventsource": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", @@ -19146,9 +19159,9 @@ } }, "probot": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.2.5.tgz", - "integrity": "sha512-+cK8tsnPsMF8WqI4CibTeqw5T6wpsQIFXJzGex/IrxqA0grULrd8BC56R/0ZiJYBml7E94gC/nV5IFUd9Zsn6Q==", + "version": "12.2.7", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.2.7.tgz", + "integrity": "sha512-T39QMxlukg3YHs7p39HDg0+2EOIozzod64tBYSqz7biZhyhOB/vAytH/5wrF0WzqRjpd3kOWRTTKF0tvobRhjw==", "requires": { "@octokit/core": "^3.2.4", "@octokit/plugin-enterprise-compatibility": "^1.2.8", @@ -19156,7 +19169,7 @@ "@octokit/plugin-rest-endpoint-methods": "^5.0.1", "@octokit/plugin-retry": "^3.0.6", "@octokit/plugin-throttling": "^3.3.4", - "@octokit/types": "^6.1.1", + "@octokit/types": "^7.1.1", "@octokit/webhooks": "^9.8.4", "@probot/get-private-key": "^1.1.0", "@probot/octokit-plugin-config": "^1.0.0", @@ -19185,6 +19198,19 @@ "uuid": "^8.3.2" }, "dependencies": { + "@octokit/openapi-types": { + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.4.0.tgz", + "integrity": "sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==" + }, + "@octokit/types": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.1.1.tgz", + "integrity": "sha512-Dx6cNTORyVaKY0Yeb9MbHksk79L8GXsihbG6PtWqTpkyA2TY1qBWE26EQXVG3dHwY9Femdd/WEeRUEiD0+H3TQ==", + "requires": { + "@octokit/openapi-types": "^13.4.0" + } + }, "eventsource": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz", diff --git a/package.json b/package.json index bf55a1ece..2bf4a5291 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "gemoji": "^7.0.0", "pluralize": "^8.0.0", - "probot": "^12.2.5" + "probot": "^12.2.7" }, "devDependencies": { "@sinonjs/fake-timers": "^9.1.1",