Skip to content

Commit

Permalink
⬆️ bump devDependencies (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Dec 6, 2024
1 parent 59d2621 commit 3be53c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"dependencies": {
"octokit": "4.0.2",
"openai": "4.55.7"
"openai": "4.76.0"
},
"devDependencies": {
"@types/bun": "1.1.6",
"@woohm402/eslint-config-base": "0.7.0",
"eslint": "9.9.0",
"knip": "5.27.2",
"prettier": "3.3.3",
"typescript": "5.5.4"
"@types/bun": "1.1.14",
"@woohm402/eslint-config-base": "0.12.0",
"eslint": "9.16.0",
"knip": "5.39.2",
"prettier": "3.4.2",
"typescript": "5.7.2"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Bun.serve({
} else {
throw new Error();
}
} catch (err) {
} catch (_) {
return new Response(null, { status: 500 });
}
},
Expand Down

0 comments on commit 3be53c2

Please sign in to comment.