Skip to content

Commit

Permalink
fix(deps): bump Octokit deps to fix Deno compatibiility (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Jan 8, 2025
1 parent d750042 commit 0dbf80c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 89 deletions.
147 changes: 62 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/request-error": "^6.0.1",
"@octokit/types": "^13.0.0"
"@octokit/request-error": "^6.1.6",
"@octokit/types": "^13.6.2"
},
"devDependencies": {
"@octokit/core": "^6.0.0",
"@octokit/request": "^9.0.0",
"@octokit/core": "^6.1.3",
"@octokit/request": "^9.1.4",
"@octokit/tsconfig": "^4.0.0",
"@vitest/coverage-v8": "^2.0.3",
"esbuild": "^0.24.0",
Expand Down

0 comments on commit 0dbf80c

Please sign in to comment.