From 923517f8550c410fbbc0631c1b912102bbf41959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:47:12 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 7.5.1 to 7.6.1 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e4e1890..5b54be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "octokit": "^3.2.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.145", "@types/node": "^22.7.4", @@ -701,9 +701,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==", "dev": true }, "node_modules/@octokit/webhooks/node_modules/@octokit/webhooks-types": { diff --git a/package.json b/package.json index fa15e72..0adf744 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.145", "@types/node": "^22.7.4",