From e92ac7dad7088e76ee2441c01cf6dc7a7d0e68d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:44:14 +0000 Subject: [PATCH] chore(deps): update dependency @octokit/webhooks-types to v7.3.1 --- 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 c3111d56..59a4a34d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.1.0", + "@octokit/webhooks-types": "7.3.1", "@types/jest": "29.4.0", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141", @@ -1096,9 +1096,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", - "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", "dev": true }, "node_modules/@sinclair/typebox": { @@ -5235,9 +5235,9 @@ } }, "@octokit/webhooks-types": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", - "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", "dev": true }, "@sinclair/typebox": { diff --git a/package.json b/package.json index dd044eff..557a2c29 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.1.0", + "@octokit/webhooks-types": "7.3.1", "@types/jest": "29.4.0", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141",