From 6124f68baa0e6d084d9c601c2f4579ddc6c4ecf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 09:02:48 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/webhooks-types from 3.76.2 to 3.77.1 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 3.76.2 to 3.77.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v3.76.2...v3.77.1) --- 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 dfb515c6..7885643f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@actions/github": "^5.0.0" }, "devDependencies": { - "@octokit/webhooks-types": "^3.76.2", + "@octokit/webhooks-types": "^3.77.1", "@types/jest": "^26.0.23", "@types/js-yaml": "^4.0.1", "@typescript-eslint/eslint-plugin": "^4.26.1", diff --git a/yarn.lock b/yarn.lock index 7b0fb5e2..a523e943 100644 --- a/yarn.lock +++ b/yarn.lock @@ -630,10 +630,10 @@ dependencies: "@octokit/openapi-types" "^7.2.3" -"@octokit/webhooks-types@^3.76.2": - version "3.76.2" - resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-3.76.2.tgz#16eb482835b89dc991cfeca6cca3e9c15623cc40" - integrity sha512-qUUojFsYuvjFQJsnjPmsSJTXJIZWam46HIbxFb+ek/5SsDWRnsvkJeeVVQIugTT7XJj+sjr/Hmy+3VpKuzpzrQ== +"@octokit/webhooks-types@^3.77.1": + version "3.77.1" + resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-3.77.1.tgz#7ca41ab925adc0015728ad47547e4ba72c3bf62d" + integrity sha512-6V2KdgvUler6ANmWt05p0jzOoZWvG36IHmcYmMqwYNNCu9asL2HjQgj3aP3EVf2foBzzRjp+1j0BKz48C6kohw== "@sinonjs/commons@^1.7.0": version "1.8.3"