diff --git a/package-lock.json b/package-lock.json index dde5c515..762595e3 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.1", + "@octokit/openapi-webhooks-types": "8.3.0", "@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.1", + "@octokit/openapi-webhooks": "8.3.0", "@octokit/tsconfig": "^3.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", @@ -1658,16 +1658,16 @@ "license": "MIT" }, "node_modules/@octokit/openapi-webhooks": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.2.1.tgz", - "integrity": "sha512-PiAjaGiG6yilLnmjsvIWFLFbNf4s4iQ5YoohCt6f1tt63M9bGEvzfIo6pLM4K93SU00gBHqVDIG69JBnIc2HXA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.3.0.tgz", + "integrity": "sha512-qCeoOyjMd9QyIZ65mLYb09UWVJYGuzfMg5Aip1ZmdIpvAVTaLXv1negv16FYX98n6WdHNbI/2uQW6feQMGEqIQ==", "dev": true, "license": "MIT" }, "node_modules/@octokit/openapi-webhooks-types": { - "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==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.3.0.tgz", + "integrity": "sha512-vKLsoR4xQxg4Z+6rU/F65ItTUz/EXbD+j/d4mlq2GW8TsA4Tc8Kdma2JTAAJ5hrKWUQzkR/Esn2fjsqiVRYaQg==", "license": "MIT" }, "node_modules/@octokit/request-error": { diff --git a/package.json b/package.json index 87d81439..a3df11c2 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,14 @@ ] }, "dependencies": { - "@octokit/openapi-webhooks-types": "8.2.1", + "@octokit/openapi-webhooks-types": "8.3.0", "@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.1", + "@octokit/openapi-webhooks": "8.3.0", "@octokit/tsconfig": "^3.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0",