From cfec746d1c595b7a9538a950c4c22181ffa836dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:02:55 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 9.6.2 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 9.6.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v9.6.2) Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e30a5d3..3c534c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -915,15 +915,26 @@ } }, "@octokit/webhooks": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-7.21.0.tgz", - "integrity": "sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==", + "version": "9.6.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.6.2.tgz", + "integrity": "sha512-rFLJNSwLddJTZN1Uh2AQwV2c1cOpTF2iDMOneBf0IriXtWQ4SPcZ01DJL2zfI2Pfdyxs0eXJg82KAycfnVslrA==", "requires": { "@octokit/request-error": "^2.0.2", - "aggregate-error": "^3.1.0", - "debug": "^4.0.0" + "@octokit/webhooks-methods": "^1.0.0", + "@octokit/webhooks-types": "3.75.1", + "aggregate-error": "^3.1.0" } }, + "@octokit/webhooks-methods": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-1.0.0.tgz", + "integrity": "sha512-pVceMQcj9SZ5p2RkemL0TuuPdGULNQj9F3Pq1cNM1xH+Kst1VNt0dj3PEGZRZV473njrDnYdi/OG4wWY9TLbbA==" + }, + "@octokit/webhooks-types": { + "version": "3.75.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.75.1.tgz", + "integrity": "sha512-CNiMd9DitdqKGRsQhvKi72a84xF1ykxg+HdOxWKWX+qYpbVxTQ7kcmqCjpyYMo9kkgEWZ8idFPYS3Kv2DsPsQA==" + }, "@sinonjs/commons": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", @@ -1881,6 +1892,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, "requires": { "ms": "2.1.2" } @@ -4531,7 +4543,8 @@ "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true }, "nanomatch": { "version": "1.2.13", diff --git a/package.json b/package.json index 5e1249e..ed19565 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@octokit/webhooks": "^7.21.0", + "@octokit/webhooks": "^9.6.2", "ignore": "^5.1.8" }, "devDependencies": {