From e189965c50fb577c75a2d1a8fed8bc63cac482a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:35:27 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 7.3.2 to 7.4.0 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.3.2...v7.4.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd35115..1947c35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.2", + "@octokit/webhooks-types": "^7.4.0", "@types/node": "^17.0.30", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.9.0", @@ -291,9 +291,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.2.tgz", - "integrity": "sha512-JWOoOgtWTFnTSAamPXXyjTY5/apttvNxF+vPBnwdSu5cj5snrd7FO0fyw4+wTXy8fHduq626JjhO+TwCyyA6vA==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.4.0.tgz", + "integrity": "sha512-FE2V+QZ2UYlh+9wWd5BPLNXG+J/XUD/PPq0ovS+nCcGX4+3qVbi3jYOmCTW48hg9SBBLtInx9+o7fFt4H5iP0Q==", "dev": true }, "node_modules/@types/json-schema": { diff --git a/package.json b/package.json index 848a5c8..89601e4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.2", + "@octokit/webhooks-types": "^7.4.0", "@types/node": "^17.0.30", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.9.0",