diff --git a/package-lock.json b/package-lock.json index 7ea5f7664..650ba3dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1270,9 +1270,9 @@ "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==", "dev": true }, "node_modules/@octokit/plugin-throttling": { @@ -1343,12 +1343,12 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.5.tgz", - "integrity": "sha512-bud7g8nKdWsTM00ng8AkDNzR//2M52Lnz0FriqIoGh1vb/zSr9dwccFINdVrEbJPgmIaFtoRn0lYazoO8IIK1Q==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.6.tgz", + "integrity": "sha512-AGzIC+2UETfYdXDyvlPcxZH6VsWZ/t9bR25ia9PMIoRhzQgrWmp9FaV5RcVuUtU8Pi8Wf0iPtjW1zsEYrspjhQ==", "dev": true, "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"