From 693d48933e6a8f5b138a374310523067138c404c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:23:27 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 6.11.0 to 7.3.1 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.11.0 to 7.3.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v6.11.0...v7.3.1) --- 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, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3631555..ef38b4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@octokit/types": "^7.1.0", "@octokit/webhooks": "^10.1.5", - "@octokit/webhooks-types": "^6.3.6", + "@octokit/webhooks-types": "^7.3.1", "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7", @@ -1550,9 +1550,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.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", "dev": true }, "node_modules/@octokit/webhooks/node_modules/@octokit/openapi-types": { @@ -1584,6 +1584,12 @@ "@octokit/openapi-types": "^18.0.0" } }, + "node_modules/@octokit/webhooks/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==", + "dev": true + }, "node_modules/@pkgr/utils": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", diff --git a/package.json b/package.json index 7dfc7c5..a13a2c7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@octokit/types": "^7.1.0", "@octokit/webhooks": "^10.1.5", - "@octokit/webhooks-types": "^6.3.6", + "@octokit/webhooks-types": "^7.3.1", "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7",