diff --git a/package-lock.json b/package-lock.json index 902ecf5..c115ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@octokit/webhooks": "12.0.11", + "@octokit/webhooks": "12.1.0", "@swc/jest": "0.2.31", "@types/aws-lambda": "8.10.107", "@types/jest": "29.5.12", @@ -1057,14 +1057,14 @@ } }, "node_modules/@octokit/webhooks": { - "version": "12.0.11", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-12.0.11.tgz", - "integrity": "sha512-YEQOb7v0TZ662nh5jsbY1CMgJyMajCEagKrHWC30LTCwCtnuIrLtEpE20vq4AtH0SuZI90+PtV66/Bnnw0jkvg==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-12.1.0.tgz", + "integrity": "sha512-ppqZ1DyHhZklpeuxnx7WRn5S5WRxjHYt/fQlr33JNvbK+Dpaz6XFD5Zw/AFri62J4NH3jKreHeQFQkLouMqdog==", "dev": true, "dependencies": { "@octokit/request-error": "^5.0.0", "@octokit/webhooks-methods": "^4.0.0", - "@octokit/webhooks-types": "7.1.0", + "@octokit/webhooks-types": "7.3.2", "aggregate-error": "^3.1.0" }, "engines": { @@ -1081,9 +1081,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", - "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==", + "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": { diff --git a/package.json b/package.json index 022abf2..da7e9dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "zod": "3.22.4" }, "devDependencies": { - "@octokit/webhooks": "12.0.11", + "@octokit/webhooks": "12.1.0", "@swc/jest": "0.2.31", "@types/aws-lambda": "8.10.107", "@types/jest": "29.5.12",