From 88595a9163e073ced6d6b011e6deebf3264470cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:14:59 +0000 Subject: [PATCH] fix(types): type updates from `@octokit/openapi-webhooks-types` v8.2.1 (#1008) Just some simple refactoring work going on --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39d410d1..64084c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,14 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/openapi-webhooks-types": "8.2.0", + "@octokit/openapi-webhooks-types": "8.2.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0" }, "devDependencies": { "@jest/types": "^29.0.0", - "@octokit/openapi-webhooks": "8.2.0", + "@octokit/openapi-webhooks": "8.2.1", "@octokit/tsconfig": "^3.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", @@ -1529,15 +1529,15 @@ "integrity": "sha512-pGUdSP+eEPfZiQHNkZI0U01HLipxncisdJQB4G//OAmfeO8sqTQ9KRa0KF03TUPCziNsoXUrTg4B2Q1EX++T0Q==" }, "node_modules/@octokit/openapi-webhooks": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.2.0.tgz", - "integrity": "sha512-C6KRlT0soSp0G64smY7ZFV366RVw1enylF7BQ3VEa0JHcxuoZUSD1JVmrbFj3hVPUiLn4Leb+IebhXy+Q94Fxw==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.2.1.tgz", + "integrity": "sha512-PiAjaGiG6yilLnmjsvIWFLFbNf4s4iQ5YoohCt6f1tt63M9bGEvzfIo6pLM4K93SU00gBHqVDIG69JBnIc2HXA==", "dev": true }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.2.0.tgz", - "integrity": "sha512-qz6pDWvEMF4+BQQw82bqQxeyc5CpMMpIXfxkGhymmEfH43FF4ZWzR4FUSMGSUt/MYO4M2P08JZGwReC3k+g7iQ==" + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.2.1.tgz", + "integrity": "sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==" }, "node_modules/@octokit/request-error": { "version": "6.1.1", diff --git a/package.json b/package.json index d2e26c8a..bb8fc8fb 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,14 @@ ] }, "dependencies": { - "@octokit/openapi-webhooks-types": "8.2.0", + "@octokit/openapi-webhooks-types": "8.2.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0" }, "devDependencies": { "@jest/types": "^29.0.0", - "@octokit/openapi-webhooks": "8.2.0", + "@octokit/openapi-webhooks": "8.2.1", "@octokit/tsconfig": "^3.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0",