mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 58s
Build Docker Images / lint (push) Successful in 30s
Build Docker Images / check (push) Failing after 1m11s
Build Docker Images / tests (push) Failing after 6s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / build (push) Failing after 16s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 33m10s
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 58s
Build Docker Images / lint (push) Successful in 30s
Build Docker Images / check (push) Failing after 1m11s
Build Docker Images / tests (push) Failing after 6s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / build (push) Failing after 16s
Mirror to Codeberg / Mirror (push) Failing after 0s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Nix Build / check (push) Failing after 33m10s
This commit is contained in:
parent
c2d270e4e3
commit
dd38a3900c
2 changed files with 91 additions and 89 deletions
12
package.json
12
package.json
|
|
@ -70,7 +70,7 @@
|
|||
"vitepress-plugin-tabs": "^0.6.0",
|
||||
"vitepress-sidebar": "^1.31.1",
|
||||
"vue": "^3.5.13",
|
||||
"zod-to-json-schema": "^3.24.4"
|
||||
"zod-to-json-schema": "^3.24.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.7.2"
|
||||
|
|
@ -91,20 +91,20 @@
|
|||
"@inquirer/confirm": "^5.1.8",
|
||||
"@logtape/file": "^0.9.0",
|
||||
"@logtape/logtape": "^0.9.0",
|
||||
"@sentry/bun": "^9.5.0",
|
||||
"@sentry/bun": "^9.8.0",
|
||||
"@versia/client": "^0.1.5",
|
||||
"@versia/federation": "^0.2.1",
|
||||
"@versia/kit": "workspace:*",
|
||||
"@versia/client-ng": "workspace:*",
|
||||
"altcha-lib": "^1.2.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.43.1",
|
||||
"bullmq": "^5.44.2",
|
||||
"c12": "^3.0.2",
|
||||
"chalk": "^5.4.1",
|
||||
"clerc": "^0.44.0",
|
||||
"confbox": "^0.2.1",
|
||||
"drizzle-orm": "^0.40.0",
|
||||
"hono": "^4.7.4",
|
||||
"drizzle-orm": "^0.41.0",
|
||||
"hono": "^4.7.5",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.6.0",
|
||||
"ip-matching": "^2.1.2",
|
||||
|
|
@ -122,7 +122,7 @@
|
|||
"mitata": "^1.0.34",
|
||||
"oauth4webapi": "^3.3.1",
|
||||
"ora": "^8.2.0",
|
||||
"pg": "^8.14.0",
|
||||
"pg": "^8.14.1",
|
||||
"qs": "^6.14.0",
|
||||
"sharp": "^0.33.5",
|
||||
"sonic-channel": "^1.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue