diff --git a/package-lock.json b/package-lock.json index e8a78d6e50..ee2b04a24a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "deepmerge": "4.3.1", "js-yaml": "4.1.0", - "probot": "12.3.2" + "probot": "12.3.3" }, "devDependencies": { "@travi/any": "3.0.2", @@ -2598,9 +2598,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "9.26.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.0.tgz", - "integrity": "sha512-foZlsgrTDwAmD5j2Czn6ji10lbWjGDVsUxTIydjG9KTkAWKJrFapXJgO5SbGxRwfPd3OJdhK3nA2YPqVhxLXqA==", + "version": "9.26.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.3.tgz", + "integrity": "sha512-DLGk+gzeVq5oK89Bo601txYmyrelMQ7Fi5EnjHE0Xs8CWicy2xkmnJMKptKJrBJpstqbd/9oeDFi/Zj2pudBDQ==", "dependencies": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^2.0.0", @@ -13611,9 +13611,9 @@ } }, "node_modules/probot": { - "version": "12.3.2", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.2.tgz", - "integrity": "sha512-1c/nKcS7CMV0uVV1y1ODAhifcgY0FWwehpG0PTgKv/CJuowr71UCesf5TPpQmjSRPh2Zpj3MBdS2Opoc4vobjg==", + "version": "12.3.3", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.3.tgz", + "integrity": "sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==", "dependencies": { "@octokit/core": "^3.2.4", "@octokit/plugin-enterprise-compatibility": "^1.2.8", @@ -13622,7 +13622,7 @@ "@octokit/plugin-retry": "^3.0.6", "@octokit/plugin-throttling": "^3.3.4", "@octokit/types": "^8.0.0", - "@octokit/webhooks": "^9.8.4", + "@octokit/webhooks": "^9.26.3", "@probot/get-private-key": "^1.1.0", "@probot/octokit-plugin-config": "^1.0.0", "@probot/pino": "^2.2.0", @@ -19239,9 +19239,9 @@ } }, "@octokit/webhooks": { - "version": "9.26.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.0.tgz", - "integrity": "sha512-foZlsgrTDwAmD5j2Czn6ji10lbWjGDVsUxTIydjG9KTkAWKJrFapXJgO5SbGxRwfPd3OJdhK3nA2YPqVhxLXqA==", + "version": "9.26.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.26.3.tgz", + "integrity": "sha512-DLGk+gzeVq5oK89Bo601txYmyrelMQ7Fi5EnjHE0Xs8CWicy2xkmnJMKptKJrBJpstqbd/9oeDFi/Zj2pudBDQ==", "requires": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^2.0.0", @@ -27787,9 +27787,9 @@ } }, "probot": { - "version": "12.3.2", - "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.2.tgz", - "integrity": "sha512-1c/nKcS7CMV0uVV1y1ODAhifcgY0FWwehpG0PTgKv/CJuowr71UCesf5TPpQmjSRPh2Zpj3MBdS2Opoc4vobjg==", + "version": "12.3.3", + "resolved": "https://registry.npmjs.org/probot/-/probot-12.3.3.tgz", + "integrity": "sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==", "requires": { "@octokit/core": "^3.2.4", "@octokit/plugin-enterprise-compatibility": "^1.2.8", @@ -27798,7 +27798,7 @@ "@octokit/plugin-retry": "^3.0.6", "@octokit/plugin-throttling": "^3.3.4", "@octokit/types": "^8.0.0", - "@octokit/webhooks": "^9.8.4", + "@octokit/webhooks": "^9.26.3", "@probot/get-private-key": "^1.1.0", "@probot/octokit-plugin-config": "^1.0.0", "@probot/pino": "^2.2.0", diff --git a/package.json b/package.json index 8af3f39126..1ea4a2260e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "deepmerge": "4.3.1", "js-yaml": "4.1.0", - "probot": "12.3.2" + "probot": "12.3.3" }, "devDependencies": { "@travi/any": "3.0.2",