From 268635505d794e3c6707e6277ac2d5d1fb1c0d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:50:30 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 5.6.0 to 7.6.1 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 5.6.0 to 7.6.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v5.6.0...v7.6.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a621fc6..cb52926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.0.3", "@octokit/request-error": "^2.1.0", "@octokit/types": "^6.34.0", - "@octokit/webhooks-types": "^5.6.0" + "@octokit/webhooks-types": "^7.6.1" }, "devDependencies": { "@types/jest": "^27.4.0", @@ -1196,9 +1196,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz", - "integrity": "sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==" + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.6.1.tgz", + "integrity": "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw==" }, "node_modules/@sinonjs/commons": { "version": "1.8.3", @@ -7310,9 +7310,9 @@ } }, "@octokit/webhooks-types": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.6.0.tgz", - "integrity": "sha512-y3MqE6N6Ksg1+YV0sXVpW2WP7Y24h7rUp2hDJuzoqWdKGr7owmRDyHC72INwfCYNzura/vsNPXvc6Xbfp4wGGw==" + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.6.1.tgz", + "integrity": "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw==" }, "@sinonjs/commons": { "version": "1.8.3", diff --git a/package.json b/package.json index 200cb7c..2b81664 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/github": "^5.0.3", "@octokit/request-error": "^2.1.0", "@octokit/types": "^6.34.0", - "@octokit/webhooks-types": "^5.6.0" + "@octokit/webhooks-types": "^7.6.1" }, "devDependencies": { "@types/jest": "^27.4.0",