Skip to content

Commit 4ca68ad

Browse files
stofpvdlg
authored andcommitted
fix(package): update github to version 14.0.0
1 parent d40b320 commit 4ca68ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/get-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const url = require('url');
2-
const GitHubApi = require('github');
2+
const GitHubApi = require('@octokit/rest');
33

44
module.exports = (githubToken, githubUrl, githubApiPathPrefix) => {
55
const {port, protocol, hostname} = githubUrl ? url.parse(githubUrl) : {};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"Gregor Martynus (https://twitter.com/gr2m)"
1717
],
1818
"dependencies": {
19+
"@octokit/rest": "^14.0.3",
1920
"@semantic-release/error": "^2.1.0",
2021
"debug": "^3.1.0",
2122
"fs-extra": "^5.0.0",
22-
"github": "^13.0.0",
2323
"globby": "^7.1.1",
2424
"lodash": "^4.17.4",
2525
"mime": "^2.0.3",

0 commit comments

Comments
 (0)