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 c83ac7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
],
"homepage": "https://github.com/snyk-tech-services/snyk-api-import#readme",
"dependencies": {
"@octokit/rest": "18.5.2",
"@octokit/rest": "18.5.3",
"@octokit/types": "6.14.2",
"@snyk/configstore": "^3.2.0-rc1",
"axios": "^0.21.0",
"bunyan": "1.8.15",
Expand Down Expand Up @@ -80,5 +81,9 @@
"scripts": [
"dist/**/*.js"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit c83ac7b

Please sign in to comment.