From 7076befb1c5bdff6cf6a541983568ee4608c2d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:21:29 +0000 Subject: [PATCH] Bump @octokit/webhooks from 13.2.5 to 13.2.6 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 13.2.5 to 13.2.6. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.2.5...v13.2.6) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ea5f7664..650ba3dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1270,9 +1270,9 @@ "dev": true }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.2.0.tgz", - "integrity": "sha512-qz6pDWvEMF4+BQQw82bqQxeyc5CpMMpIXfxkGhymmEfH43FF4ZWzR4FUSMGSUt/MYO4M2P08JZGwReC3k+g7iQ==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.2.1.tgz", + "integrity": "sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==", "dev": true }, "node_modules/@octokit/plugin-throttling": { @@ -1343,12 +1343,12 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.5.tgz", - "integrity": "sha512-bud7g8nKdWsTM00ng8AkDNzR//2M52Lnz0FriqIoGh1vb/zSr9dwccFINdVrEbJPgmIaFtoRn0lYazoO8IIK1Q==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.6.tgz", + "integrity": "sha512-AGzIC+2UETfYdXDyvlPcxZH6VsWZ/t9bR25ia9PMIoRhzQgrWmp9FaV5RcVuUtU8Pi8Wf0iPtjW1zsEYrspjhQ==", "dev": true, "dependencies": { - "@octokit/openapi-webhooks-types": "8.2.0", + "@octokit/openapi-webhooks-types": "8.2.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0"