From 68708a9f7a6b6b5fe33673f782f93725c5eff3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:01:10 -0500 Subject: [PATCH] build(deps-dev): bump @octokit/webhooks-types from 7.5.1 to 7.6.1 (#1595) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82ba3ff..30b78a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", @@ -1564,11 +1564,10 @@ } }, "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==", - "dev": true, - "license": "MIT" + "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/@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index d49727c..12c329f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@octokit/webhooks-types": "^7.5.1", + "@octokit/webhooks-types": "^7.6.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0",