From cba19b7c23580f49096f0078e3d644eb56b2ae3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:02:12 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/webhooks-types from 5.2.0 to 5.4.0 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v5.2.0...v5.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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38d630c5..aab975d3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@actions/github": "^5.0.0" }, "devDependencies": { - "@octokit/webhooks-types": "^5.2.0", + "@octokit/webhooks-types": "^5.4.0", "@tsconfig/node12": "^1.0.9", "@types/jest": "^27.4.0", "@typescript-eslint/eslint-plugin": "^5.10.0", diff --git a/yarn.lock b/yarn.lock index 80c2134e..8e2a7863 100644 --- a/yarn.lock +++ b/yarn.lock @@ -643,10 +643,10 @@ dependencies: "@octokit/openapi-types" "^11.2.0" -"@octokit/webhooks-types@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.2.0.tgz#9d1d451f37460107409c81cab04dd473108abb02" - integrity sha512-OZhKy1w8/GF4GWtdiJc+o8sloWAHRueGB78FWFLZnueK7EHV9MzDVr4weJZMflJwMK4uuYLzcnJVnAoy3yB35g== +"@octokit/webhooks-types@^5.4.0": + version "5.4.0" + resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.4.0.tgz#0266918ca7e8b725a5275192cb9c63f50550edce" + integrity sha512-wqe8PCvR1R8AEaw1GaT8Q71FnJndGXWg7p9xz+ezrrQ0mm510xZ4J6cywOPemNFFzfGzhAvCh2PqZUevuVqxqQ== "@sinonjs/commons@^1.7.0": version "1.8.3"