diff --git a/package-lock.json b/package-lock.json index 941f6497..eafc719d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.3.1", + "@octokit/webhooks-types": "7.3.2", "@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.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/@sinclair/typebox": { @@ -5562,9 +5562,9 @@ } }, "@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 }, "@sinclair/typebox": { diff --git a/package.json b/package.json index 47f1f2a7..455c46c5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "7.3.1", + "@octokit/webhooks-types": "7.3.2", "@types/jest": "29.4.0", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141",