Skip to content

Commit

Permalink
Update Octokit to account for CVE-2023-50728 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken authored Dec 22, 2023
1 parent aaea064 commit 5060eec
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 231 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-gifts-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trigger.dev/github": patch
---

Update Octokit to account for CVE-2023-50728
12 changes: 6 additions & 6 deletions integrations/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dist"
],
"devDependencies": {
"@octokit/types": "^9.2.3",
"@octokit/webhooks-types": "^6.10.0",
"@octokit/types": "^12.4.0",
"@octokit/webhooks-types": "^7.3.1",
"@trigger.dev/tsconfig": "workspace:*",
"@types/node": "18",
"rimraf": "^3.0.2",
Expand All @@ -26,12 +26,12 @@
"build:tsup": "tsup"
},
"dependencies": {
"@octokit/request": "^6.2.5",
"@octokit/request-error": "^4.0.1",
"@octokit/webhooks": "^10.4.0",
"@octokit/request": "^8.1.6",
"@octokit/request-error": "^5.0.1",
"@octokit/webhooks": "^12.0.10",
"octokit": "^3.1.2",
"@trigger.dev/integration-kit": "workspace:^2.3.7",
"@trigger.dev/sdk": "workspace:^2.3.7",
"octokit": "^2.0.14",
"zod": "3.22.3"
},
"engines": {
Expand Down
Loading

0 comments on commit 5060eec

Please sign in to comment.