From e02519aa169bd595a8b6a2ca045f1be2621a18a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 19:08:54 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/webhooks-types to v6 --- 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 6fcda5c9..0013eada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "4.18.0", + "@octokit/webhooks-types": "6.7.0", "@types/jest": "27.0.3", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141", @@ -1296,9 +1296,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.18.0.tgz", - "integrity": "sha512-fxq0bBXgJWAwNheFSWWkAx3mvX299IS46PnSksqmbTRsS6RT7i1r7J8ogD1dO5tb1SNCmgUjDexfiSq9BsPtxg==", + "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==", "dev": true }, "node_modules/@sinonjs/commons": { @@ -7468,9 +7468,9 @@ } }, "@octokit/webhooks-types": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.18.0.tgz", - "integrity": "sha512-fxq0bBXgJWAwNheFSWWkAx3mvX299IS46PnSksqmbTRsS6RT7i1r7J8ogD1dO5tb1SNCmgUjDexfiSq9BsPtxg==", + "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==", "dev": true }, "@sinonjs/commons": { diff --git a/package.json b/package.json index 36820ffe..f0762af0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "4.18.0", + "@octokit/webhooks-types": "6.7.0", "@types/jest": "27.0.3", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141",