From e4deadc9b96b717a94c285f57d416907b7400b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 20:58:18 +0000 Subject: [PATCH] chore(deps): bump @octokit/webhooks from 12.0.7 to 12.0.8 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 12.0.7 to 12.0.8. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v12.0.7...v12.0.8) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-patch ... 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 b1fbce5..e753c6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/webhooks": "^12.0.7", + "@octokit/webhooks": "^12.0.8", "@types/jest": "^29.5.8", "@types/node": "^20.9.1", "@vercel/ncc": "^0.38.1", @@ -1350,9 +1350,9 @@ } }, "node_modules/@octokit/webhooks": { - "version": "12.0.7", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-12.0.7.tgz", - "integrity": "sha512-g9HKed5x+72yBZcTRAYNiR7Ane/iOwNEjd9sdu+Jvrcc/Z0FdkjYBMfBmQdowbOhHM4Nek9zpGC5u3C3Wxfhsg==", + "version": "12.0.8", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-12.0.8.tgz", + "integrity": "sha512-IndolsepJQtsGo7pyNRnftla/6Gn6Vejk6iV/RmKP76Z7QNFLanZvoJkU8CLMcOjmJk/6X8T2TfpCXVw68RenQ==", "dependencies": { "@octokit/request-error": "^5.0.0", "@octokit/webhooks-methods": "^4.0.0", diff --git a/package.json b/package.json index 011b6d8..9974f8d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/webhooks": "^12.0.7", + "@octokit/webhooks": "^12.0.8", "@types/jest": "^29.5.8", "@types/node": "^20.9.1", "@vercel/ncc": "^0.38.1",