mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
64b263a1c1
commit
074d0e3dcc
14
package.json
14
package.json
|
|
@ -91,7 +91,7 @@
|
|||
"oclif": "^4.15.12",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.6.3",
|
||||
"zod-to-json-schema": "^3.23.3"
|
||||
"zod-to-json-schema": "^3.23.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.3.2"
|
||||
|
|
@ -99,12 +99,12 @@
|
|||
"dependencies": {
|
||||
"@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client",
|
||||
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
||||
"@hono/hono": "npm:@jsr/hono__hono@4.6.6",
|
||||
"@hono/hono": "npm:@jsr/hono__hono@4.6.7",
|
||||
"@hono/prometheus": "^1.0.1",
|
||||
"@hono/swagger-ui": "^0.4.1",
|
||||
"@hono/zod-openapi": "^0.16.4",
|
||||
"@inquirer/confirm": "^5.0.0",
|
||||
"@inquirer/input": "^4.0.0",
|
||||
"@inquirer/confirm": "^5.0.1",
|
||||
"@inquirer/input": "^4.0.1",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.6.3",
|
||||
"@oclif/core": "^4.0.30",
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"confbox": "^0.1.8",
|
||||
"drizzle-orm": "^0.35.3",
|
||||
"extract-zip": "^2.0.1",
|
||||
"hono": "npm:@jsr/hono__hono@4.6.6",
|
||||
"hono": "npm:@jsr/hono__hono@4.6.7",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
|
|
@ -138,9 +138,9 @@
|
|||
"markdown-it-container": "^4.0.0",
|
||||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"oauth4webapi": "^3.1.1",
|
||||
"oauth4webapi": "^3.1.2",
|
||||
"ora": "^8.1.0",
|
||||
"pg": "^8.13.0",
|
||||
"pg": "^8.13.1",
|
||||
"prom-client": "^15.1.3",
|
||||
"qs": "^6.13.0",
|
||||
"sharp": "^0.33.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue