diff --git a/package-lock.json b/package-lock.json index bf4426d..0c363b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/http-client": "^2.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@types/node": "^20.5.9", "@vercel/ncc": "^0.38.1", "js-yaml": "^4.1.0", @@ -161,9 +161,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", - "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.2.tgz", + "integrity": "sha512-JWOoOgtWTFnTSAamPXXyjTY5/apttvNxF+vPBnwdSu5cj5snrd7FO0fyw4+wTXy8fHduq626JjhO+TwCyyA6vA==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index f89b6ee..53548e5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/http-client": "^2.1.1" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@types/node": "^20.5.9", "@vercel/ncc": "^0.38.1", "js-yaml": "^4.1.0",