1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 17:05:35 +02:00

Merge branch 'develop' into renovate/major-backend-update-dependencies

This commit is contained in:
syuilo
2025-08-09 13:47:24 +09:00
259 changed files with 15355 additions and 7992 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^20.18.1 || ^22.0.0"
"node": "^22.15.0"
},
"scripts": {
"start": "node ./built/boot/entry.js",
@@ -70,7 +70,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.828.0",
"@aws-sdk/lib-storage": "3.828.0",
"@discordapp/twemoji": "15.1.0",
"@discordapp/twemoji": "16.0.1",
"@fastify/accepts": "5.0.2",
"@fastify/cookie": "11.0.2",
"@fastify/cors": "11.0.1",
@@ -135,7 +135,7 @@
"jsrsasign": "11.1.0",
"juice": "11.0.1",
"meilisearch": "0.51.0",
"mfm-js": "0.24.0",
"mfm-js": "0.25.0",
"microformats-parser": "2.0.3",
"mime-types": "3.0.1",
"misskey-js": "workspace:*",