diff --git a/package-lock.json b/package-lock.json index e22b7fe..c03e37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "octokit": "^3.1.2" }, "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.133", "@types/node": "^20.11.16", @@ -653,9 +653,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/@octokit/webhooks/node_modules/@octokit/webhooks-types": { diff --git a/package.json b/package.json index 6857be0..eebfc4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@octokit/webhooks-types": "^7.3.1", + "@octokit/webhooks-types": "^7.3.2", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/aws-lambda": "^8.10.133", "@types/node": "^20.11.16",