diff --git a/package-lock.json b/package-lock.json index 9648c97..0a68486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "openai": "^3.2.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.3", "@types/jest": "^29.5.1", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0", @@ -1490,9 +1490,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", + "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/package.json b/package.json index 372b59a..e83c5fe 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "openai": "^3.2.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.3", "@types/jest": "^29.5.1", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0",