From 1ec92b5f469f7641f819e7f542d965edd28fdf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:05:46 +0000 Subject: [PATCH] chore(deps): Bump @octokit/webhooks from 10.9.1 to 11.0.0 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.9.1 to 11.0.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v10.9.1...v11.0.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 147e77b..88e8ca9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@octokit/webhooks": "^10.7.0", + "@octokit/webhooks": "^11.0.0", "@types/node": "^18.15.11", "@types/request": "^2.48.8", "axios": "^1.3.4",