From 3402a689eac8a1f57460e2a5d5e9bebd695c98ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:44:39 +0100 Subject: [PATCH] chore(deps): bump @octokit/webhooks-types from 7.5.1 to 7.6.1 (#52) Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 7.5.1 to 7.6.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.5.1...v7.6.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a09eb0..01927d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/io": "^1.1.3", - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "eslint-import-resolver-typescript": "^3.7.0" }, "devDependencies": { @@ -1519,9 +1519,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.5.1.tgz", - "integrity": "sha512-1dozxWEP8lKGbtEu7HkRbK1F/nIPuJXNfT0gd96y6d3LcHZTtRtlf8xz3nicSJfesADxJyDh+mWBOsdLkqgzYw==" + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.6.1.tgz", + "integrity": "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw==" }, "node_modules/@pkgr/core": { "version": "0.1.1", diff --git a/package.json b/package.json index a48172f..be89e41 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/io": "^1.1.3", - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "eslint-import-resolver-typescript": "^3.7.0" }, "devDependencies": {