From 03c2906e7e66ac5913f60dd791c031dca1e63b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:55:53 +0000 Subject: [PATCH] Bump @octokit/webhooks from 9.26.0 to 9.26.3 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.26.0 to 9.26.3. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v9.26.0...v9.26.3) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb1ce78fc..756cece8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1611,8 +1611,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "9.26.0", - "license": "MIT", + "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",