diff --git a/package-lock.json b/package-lock.json index 8a338aa..cd35115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@types/node": "^17.0.30", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.9.0", @@ -291,9 +291,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/json-schema": { diff --git a/package.json b/package.json index 6b57c4c..848a5c8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/io": "^1.1.3" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@types/node": "^17.0.30", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^4.9.0",