From bb813333f9a39351d332110e9aaca7bcdc503b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:17:35 +0300 Subject: [PATCH] build(deps-dev): bump @octokit/webhooks-types from 3.77.1 to 7.5.1 (#1545) Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 3.77.1 to 7.5.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v3.77.1...v7.5.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 bd0ebd6..8fc73df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@octokit/webhooks-types": "^3.67.3", + "@octokit/webhooks-types": "^7.5.1", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.16.1", "@typescript-eslint/parser": "^7.18.0", @@ -1434,9 +1434,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "3.77.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.77.1.tgz", - "integrity": "sha512-6V2KdgvUler6ANmWt05p0jzOoZWvG36IHmcYmMqwYNNCu9asL2HjQgj3aP3EVf2foBzzRjp+1j0BKz48C6kohw==", + "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 }, "node_modules/@sinclair/typebox": { @@ -6333,9 +6333,9 @@ } }, "@octokit/webhooks-types": { - "version": "3.77.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.77.1.tgz", - "integrity": "sha512-6V2KdgvUler6ANmWt05p0jzOoZWvG36IHmcYmMqwYNNCu9asL2HjQgj3aP3EVf2foBzzRjp+1j0BKz48C6kohw==", + "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 }, "@sinclair/typebox": { diff --git a/package.json b/package.json index 4c299d9..95a506c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "undici": "5.28.4" }, "devDependencies": { - "@octokit/webhooks-types": "^3.67.3", + "@octokit/webhooks-types": "^7.5.1", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.16.1", "@typescript-eslint/parser": "^7.18.0",