From 4ca2a626cc580a68617a031a6f9d8ae78ebe431c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:00:38 +0000 Subject: [PATCH] Bump @octokit/webhooks from 7.21.0 to 7.24.2 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 7.24.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v7.24.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4246bfc..060565f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -979,9 +979,9 @@ } }, "@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": "7.24.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-7.24.2.tgz", + "integrity": "sha512-Bz1VS6I7EPUiUVs5kW0OtnDB6LDiufR7pzOQvGRgxK9d8fjtEJsXKCWe1kZuMCJoSfdcTW3GVRALw3Qdpry4Pg==", "requires": { "@octokit/request-error": "^2.0.2", "aggregate-error": "^3.1.0", diff --git a/package.json b/package.json index 0c52ca3..7e19fa7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@github-docs/frontmatter": "^1.3.1", - "@octokit/webhooks": "^7.21.0", + "@octokit/webhooks": "^7.24.2", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" },