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
d51bae52c6
commit
c0fafcdfda
22
package.json
22
package.json
|
|
@ -84,10 +84,10 @@
|
|||
"@types/jsonld": "^1.5.15",
|
||||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/pg": "^8.11.6",
|
||||
"@types/pg": "^8.11.8",
|
||||
"@types/qs": "^6.9.15",
|
||||
"drizzle-kit": "^0.24.2",
|
||||
"oclif": "^4.14.26",
|
||||
"oclif": "^4.14.29",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.5.4",
|
||||
"zod-to-json-schema": "^3.23.2"
|
||||
|
|
@ -98,30 +98,30 @@
|
|||
"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.5.9",
|
||||
"@hono/hono": "npm:@jsr/hono__hono@4.5.11",
|
||||
"@hono/prometheus": "^1.0.1",
|
||||
"@hono/swagger-ui": "^0.4.1",
|
||||
"@hono/zod-openapi": "^0.16.0",
|
||||
"@hono/zod-validator": "^0.2.2",
|
||||
"@inquirer/confirm": "^3.1.22",
|
||||
"@inquirer/input": "^2.2.9",
|
||||
"@inquirer/confirm": "^3.2.0",
|
||||
"@inquirer/input": "^2.3.0",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.2",
|
||||
"@oclif/core": "^4.0.19",
|
||||
"@sentry/bun": "^8.27.0",
|
||||
"@sentry/bun": "^8.28.0",
|
||||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"@versia/client": "^0.1.0",
|
||||
"@versia/federation": "^0.1.0",
|
||||
"altcha-lib": "^0.5.1",
|
||||
"altcha-lib": "^1.0.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.12.10",
|
||||
"c12": "^1.11.1",
|
||||
"bullmq": "^5.12.13",
|
||||
"c12": "^1.11.2",
|
||||
"chalk": "^5.3.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table": "^0.3.11",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"extract-zip": "^2.0.1",
|
||||
"hono": "npm:@jsr/hono__hono@4.5.9",
|
||||
"hono": "npm:@jsr/hono__hono@4.5.11",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
"markdown-it-container": "^4.0.0",
|
||||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"oauth4webapi": "^2.12.0",
|
||||
"oauth4webapi": "^2.12.1",
|
||||
"ora": "^8.1.0",
|
||||
"pg": "^8.12.0",
|
||||
"prom-client": "^15.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue