diff --git a/package-lock.json b/package-lock.json index 38ad8b63..543ae230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.3.2", + "@octokit/webhooks-types": "7.4.0", "@types/jest": "29.4.0", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141", @@ -1218,9 +1218,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "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==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.4.0.tgz", + "integrity": "sha512-FE2V+QZ2UYlh+9wWd5BPLNXG+J/XUD/PPq0ovS+nCcGX4+3qVbi3jYOmCTW48hg9SBBLtInx9+o7fFt4H5iP0Q==", "dev": true }, "node_modules/@sinclair/typebox": { @@ -5562,9 +5562,9 @@ } }, "@octokit/webhooks-types": { - "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==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.4.0.tgz", + "integrity": "sha512-FE2V+QZ2UYlh+9wWd5BPLNXG+J/XUD/PPq0ovS+nCcGX4+3qVbi3jYOmCTW48hg9SBBLtInx9+o7fFt4H5iP0Q==", "dev": true }, "@sinclair/typebox": { diff --git a/package.json b/package.json index c9de788e..824a9077 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.3.2", + "@octokit/webhooks-types": "7.4.0", "@types/jest": "29.4.0", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141",