From 5db014d1d6fe83790727cecfa3dce07e36bc1ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 02:29:05 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/webhooks-types from 7.3.1 to 7.4.0 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.3.1...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 bf4426d..351c6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/http-client": "^2.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.4.0", "@types/node": "^20.5.9", "@vercel/ncc": "^0.38.1", "js-yaml": "^4.1.0", @@ -161,9 +161,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", - "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", + "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/node": { diff --git a/package.json b/package.json index f89b6ee..9e1b37d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/http-client": "^2.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.4.0", "@types/node": "^20.5.9", "@vercel/ncc": "^0.38.1", "js-yaml": "^4.1.0",