From d2cc400c2077f12ab2730b80aaa4fba121fa5777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 05:47:10 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 9.6.0 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 9.6.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v9.6.0) 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..2c9c55f 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.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.6.0.tgz", + "integrity": "sha512-/nfOuyyYihEf+1TjEQbqLXmMRHfT9P7WkzSjfLHmA06YhGXd6zfct+0wXw9k2FyAGjGnFBuVLA7sSM29TfwiKw==", "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.74.0", + "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.74.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.74.0.tgz", + "integrity": "sha512-yRVaBKRNt22HXwmJ5GpOfXRf98Dsz30Hm+sWoW3tCYl29RWPQMu5q2R5BE10sSqyRzIS2nBteNyHxyzcF+GWew==" + }, "@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..87af65e 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.0", "ignore": "^5.1.8" }, "devDependencies": {