Skip to content

Commit

Permalink
fix: upgrade to latest octokit to fix type build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed May 11, 2021
1 parent 41f111b commit e302ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"homepage": "https://github.com/snyk-tech-services/snyk-api-import#readme",
"dependencies": {
"@octokit/rest": "18.5.2",
"@octokit/rest": "18.5.3",
"@snyk/configstore": "^3.2.0-rc1",
"axios": "^0.21.0",
"bunyan": "1.8.15",
Expand All @@ -63,6 +63,7 @@
"@types/lodash": "^4.14.149",
"@types/needle": "2.0.4",
"@types/node": "^12.12.26",
"@octokit/types": "6.14.2",
"@types/parse-link-header": "1.0.0",
"@types/split": "1.0.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
Expand Down

0 comments on commit e302ef4

Please sign in to comment.