diff --git a/package-lock.json b/package-lock.json index 4246bfc..f651c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -979,15 +979,21 @@ } }, "@octokit/webhooks": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-7.21.0.tgz", - "integrity": "sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==", + "version": "8.12.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-8.12.3.tgz", + "integrity": "sha512-rbzBG0XmzYtaLoeXZ2F4wyY3AaBbvnHT5OkSXxaF+OJTJLEdAKE6dtJsNYzB2mr2XYpe9pb198SrTeutKQeiQA==", "requires": { "@octokit/request-error": "^2.0.2", + "@octokit/webhooks-definitions": "3.67.3", "aggregate-error": "^3.1.0", "debug": "^4.0.0" } }, + "@octokit/webhooks-definitions": { + "version": "3.67.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.67.3.tgz", + "integrity": "sha512-do4Z1r2OVhuI0ihJhQ8Hg+yPWnBYEBNuFNCrvtPKoYT1w81jD7pBXgGe86lYuuNirkDHb0Nxt+zt4O5GiFJfgA==" + }, "@sinonjs/commons": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", diff --git a/package.json b/package.json index 0c52ca3..c0e647c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", "@github-docs/frontmatter": "^1.3.1", - "@octokit/webhooks": "^7.21.0", + "@octokit/webhooks": "^8.12.3", "@types/node-fetch": "^2.5.8", "node-fetch": "^2.6.1" },