Skip to content

Commit

Permalink
fix(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Sep 15, 2024
1 parent a3445a5 commit ef0a9a9
Show file tree
Hide file tree
Showing 94 changed files with 466 additions and 532 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/resolve-patch-ac9d7e4cbf-6267bdbbbb.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/github/authenticate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import octokit from '@octokit/rest'
import {Octokit} from '@octokit/rest'

export default function (token) {
const githubApi = new octokit.Octokit({auth: `token ${token}`})
const githubApi = new Octokit({auth: `token ${token}`})
return githubApi
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"release": "semantic-release"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"@octokit/rest": "^21.0.2",
"cross-fetch": "^4.0.0",
"dedent": "^1.5.1",
"fs-extra": "^11.1.1",
"libsodium-wrappers": "^0.7.13"
"dedent": "^1.5.3",
"fs-extra": "^11.2.0",
"libsodium-wrappers": "^0.7.15"
},
"devDependencies": {
"ava": "^6.0.0",
"p-event": "^6.0.0",
"semantic-release": "^24.0.0",
"ava": "^6.1.3",
"p-event": "^6.0.1",
"semantic-release": "^24.1.1",
"tempy": "^3.1.0",
"uuid": "^10.0.0",
"xo": "^0.58.0"
"xo": "^0.59.3"
},
"ava": {
"verbose": true,
Expand All @@ -46,7 +46,8 @@
"space": 2,
"semicolon": false,
"rules": {
"import/no-anonymous-default-export": "off"
"import/no-anonymous-default-export": "off",
"unicorn/no-anonymous-default-export": "off"
}
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit ef0a9a9

Please sign in to comment.