From 016505f3fd1e6f5d66585f8f9226e28574bedb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:49:52 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/webhooks-types from 6.7.0 to 7.3.0 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.7.0 to 7.3.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v6.7.0...v7.3.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a60d980..109aca8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "glob": "^8.0.3" }, "devDependencies": { - "@octokit/webhooks-types": "^6.7.0", + "@octokit/webhooks-types": "^7.3.0", "@types/glob": "^8.0.0", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^4.33.0", diff --git a/yarn.lock b/yarn.lock index 8987fe1..1e6bdc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,10 +218,10 @@ dependencies: "@octokit/openapi-types" "^12.11.0" -"@octokit/webhooks-types@^6.7.0": - version "6.7.0" - resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz#5fae3f6d92befcb8224a8c19a18d9d90e59f095d" - integrity sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA== +"@octokit/webhooks-types@^7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-7.3.0.tgz#21742783849d18658e9d1a7d79d2f035cab576a6" + integrity sha512-DnZ0JdT6+me5a74H/FxHz6Pu3udTtGj5qfno9GhHWgdJoqo1EvaBWqnXRN2//XarzgfbsgkBO9Kzv7ap99mNuQ== "@types/glob@^8.0.0": version "8.0.0"