Skip to content

Commit f2052da

Browse files
authored
chore: upgrade packages (#44)
* chore: upgrade hono and scalar * chore: bump package version
1 parent f21e83e commit f2052da

File tree

2 files changed

+372
-49
lines changed

2 files changed

+372
-49
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-logging-server",
33
"license": "MIT",
4-
"version": "2.3.4",
4+
"version": "2.3.5",
55
"description": "This is a simple API for logging messages",
66
"author": "Sean Cassiere",
77
"keywords": [],
@@ -43,13 +43,13 @@
4343
"vitest": "^1.6.0"
4444
},
4545
"dependencies": {
46-
"@hono/node-server": "^1.11.4",
46+
"@hono/node-server": "^1.12.0",
4747
"@paralleldrive/cuid2": "^2.2.2",
48-
"@scalar/hono-api-reference": "^0.5.87",
48+
"@scalar/hono-api-reference": "^0.5.92",
4949
"arctic": "^1.9.1",
5050
"dotenv": "^16.4.5",
5151
"drizzle-orm": "^0.31.2",
52-
"hono": "^4.4.10",
52+
"hono": "^4.4.11",
5353
"hono-rate-limiter": "^0.4.0",
5454
"lucia": "^3.2.0",
5555
"postgres": "^3.4.4",

0 commit comments

Comments
 (0)