From ee844949a3d5e031db1a9c456be239da9087e5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:56:50 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/webhooks-types from 6.11.0 to 7.0.2 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.11.0 to 7.0.2. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v6.11.0...v7.0.2) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 dd5aa0d6..9b160f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.2", "@tsconfig/node16": "^1.0.3", "@tsconfig/strictest": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.59.1", @@ -788,9 +788,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.2.tgz", + "integrity": "sha512-lmxpnApoRaj8AEtHXp6Dso4IMHTL+YOphjCYYbu2G6BbXiqaO6tPQF5tO14ItpLkiwbgBiTj2m4xWGRkjAcT2A==", "dev": true }, "node_modules/@tsconfig/node16": { @@ -5046,9 +5046,9 @@ } }, "@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.2.tgz", + "integrity": "sha512-lmxpnApoRaj8AEtHXp6Dso4IMHTL+YOphjCYYbu2G6BbXiqaO6tPQF5tO14ItpLkiwbgBiTj2m4xWGRkjAcT2A==", "dev": true }, "@tsconfig/node16": { diff --git a/package.json b/package.json index 440b6e8c..96534ed2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/github": "^5.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.2", "@tsconfig/node16": "^1.0.3", "@tsconfig/strictest": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.59.1",