From 086cd3480a4fa568df73765a3ce12ecc397f812a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 04:06:42 +0000 Subject: [PATCH] Bump @octokit/webhooks from 13.2.4 to 13.2.5 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 13.2.4 to 13.2.5. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.2.4...v13.2.5) --- 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 dd242b0a1..3270d22be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1270,9 +1270,9 @@ "dev": true }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.1.1.tgz", - "integrity": "sha512-cfavqtPS5W1vy2JGXODIL4LsoXYoaXIhiNbil53wb9sLsTFuSBl+r1L6nNiVq/Ie8j0MSB2rCAGrGKJTfjqVEw==", + "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==", "dev": true }, "node_modules/@octokit/plugin-throttling": { @@ -1343,12 +1343,12 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.4.tgz", - "integrity": "sha512-nvjEW4ncfXGABPjLTgjXJrLNpMJRe8K+EZPxuwczZLbRjxMU2NJhGxAEWJXWBW5ziMlqanDr10QBX75dDpuqLQ==", + "version": "13.2.5", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.5.tgz", + "integrity": "sha512-bud7g8nKdWsTM00ng8AkDNzR//2M52Lnz0FriqIoGh1vb/zSr9dwccFINdVrEbJPgmIaFtoRn0lYazoO8IIK1Q==", "dev": true, "dependencies": { - "@octokit/openapi-webhooks-types": "8.1.1", + "@octokit/openapi-webhooks-types": "8.2.0", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0"