From 93a33c3dc4a81a92cd8b436e236210ed00065eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:42:29 +0100 Subject: [PATCH] Bump @octokit/webhooks-types from 6.7.0 to 6.8.0 (#10) Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a4d5c0..c6c5392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@octokit/rest": "^19.0.5", "@octokit/types": "^8.0.0", - "@octokit/webhooks-types": "^6.7.0", + "@octokit/webhooks-types": "^6.8.0", "commander": "^9.3.0", "fs-extra": "^11.1.0", "simple-git": "^3.15.1" @@ -1841,9 +1841,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", - "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz", + "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA==" }, "node_modules/@sinclair/typebox": { "version": "0.24.51", @@ -8714,9 +8714,9 @@ } }, "@octokit/webhooks-types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", - "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz", + "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA==" }, "@sinclair/typebox": { "version": "0.24.51", diff --git a/package.json b/package.json index 20d87a7..fff7b3b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@actions/core": "^1.10.0", "@octokit/rest": "^19.0.5", "@octokit/types": "^8.0.0", - "@octokit/webhooks-types": "^6.7.0", + "@octokit/webhooks-types": "^6.8.0", "commander": "^9.3.0", "fs-extra": "^11.1.0", "simple-git": "^3.15.1"