Skip to content

Commit

Permalink
fix(runners) - Revert octokit rest #386 and fixate dependency. (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jan 20, 2021
1 parent 790971c commit 2a7a14e
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 104 deletions.
5 changes: 2 additions & 3 deletions modules/runners/lambdas/runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
},
"dependencies": {
"@octokit/auth-app": "^2.10.5",
"@octokit/rest": "^18.0.12",
"@octokit/types": "^6.1.1",
"@types/aws-lambda": "^8.10.70",
"@types/express": "^4.17.11",
"@octokit/rest": "18.0.9",
"@types/node": "^14.14.21",
"aws-sdk": "^2.828.0",
"cron-parser": "^2.18.0",
"moment": "^2.29.1",
"typescript": "^4.1.3",
"yn": "^4.0.0"
}
}
}

0 comments on commit 2a7a14e

Please sign in to comment.