diff --git a/package-lock.json b/package-lock.json index d90599a..c19ce23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/http-client": "^2.0.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.5.0", + "@octokit/webhooks-types": "^7.1.0", "@types/node": "^18.14.4", "@vercel/ncc": "^0.34.0", "js-yaml": "^4.1.0", @@ -160,9 +160,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz", - "integrity": "sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", + "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==", "dev": true }, "node_modules/@types/node": { @@ -441,9 +441,9 @@ } }, "@octokit/webhooks-types": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz", - "integrity": "sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", + "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 89e0f60..4c57fc9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/http-client": "^2.0.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.5.0", + "@octokit/webhooks-types": "^7.1.0", "@types/node": "^18.14.4", "@vercel/ncc": "^0.34.0", "js-yaml": "^4.1.0",