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

deps: update security dependencies (#17330)

* deps: update security dependencies

* deps: update some major dependencies

* attempt to fix tsconfig

* attempt to fix tsconfig

* attempt to fix tsconfig

* fix build
This commit is contained in:
かっこかり
2026-04-22 11:46:45 +09:00
committed by GitHub
parent 351fe2f70a
commit bda98ba1d9
23 changed files with 957 additions and 1069 deletions

View File

@@ -53,28 +53,28 @@
"utf-8-validate": "6.0.6"
},
"dependencies": {
"@aws-sdk/client-s3": "3.1027.0",
"@aws-sdk/lib-storage": "3.1027.0",
"@aws-sdk/client-s3": "3.1030.0",
"@aws-sdk/lib-storage": "3.1030.0",
"@discordapp/twemoji": "16.0.1",
"@fastify/accepts": "5.0.4",
"@fastify/cors": "11.2.0",
"@fastify/express": "4.0.5",
"@fastify/http-proxy": "11.4.4",
"@fastify/multipart": "9.4.0",
"@fastify/static": "9.1.0",
"@fastify/multipart": "10.0.0",
"@fastify/static": "9.1.3",
"@kitajs/html": "4.2.13",
"@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "5.2.5",
"@napi-rs/canvas": "0.1.97",
"@nestjs/common": "11.1.18",
"@nestjs/core": "11.1.18",
"@nestjs/testing": "11.1.18",
"@oxc-project/runtime": "0.124.0",
"@nestjs/common": "11.1.19",
"@nestjs/core": "11.1.19",
"@nestjs/testing": "11.1.19",
"@oxc-project/runtime": "0.125.0",
"@peertube/http-signature": "1.7.0",
"@sentry/node": "10.47.0",
"@sentry/profiling-node": "10.47.0",
"@sentry/node": "10.48.0",
"@sentry/profiling-node": "10.48.0",
"@simplewebauthn/server": "13.3.0",
"@sinonjs/fake-timers": "15.3.0",
"@sinonjs/fake-timers": "15.3.2",
"@smithy/node-http-handler": "4.5.2",
"@twemoji/parser": "16.0.0",
"accepts": "1.3.8",
@@ -84,7 +84,7 @@
"bcryptjs": "3.0.3",
"blurhash": "2.0.5",
"body-parser": "2.2.2",
"bullmq": "5.73.2",
"bullmq": "5.73.5",
"cacheable-lookup": "7.0.0",
"chalk": "5.6.2",
"chalk-template": "1.1.2",
@@ -96,7 +96,7 @@
"fastify": "5.8.5",
"fastify-raw-body": "5.0.0",
"feed": "5.2.0",
"file-type": "21.3.4",
"file-type": "22.0.1",
"fluent-ffmpeg": "2.1.3",
"form-data": "4.0.5",
"got": "14.6.6",
@@ -138,7 +138,7 @@
"rename": "1.0.4",
"rss-parser": "3.13.0",
"rxjs": "7.8.2",
"sanitize-html": "2.17.2",
"sanitize-html": "2.17.3",
"secure-json-parse": "4.1.0",
"semver": "7.7.4",
"sharp": "0.33.5",
@@ -158,9 +158,9 @@
},
"devDependencies": {
"@kitajs/ts-html-plugin": "4.1.4",
"@nestjs/platform-express": "11.1.18",
"@nestjs/platform-express": "11.1.19",
"@rollup/plugin-esm-shim": "0.1.8",
"@sentry/vue": "10.47.0",
"@sentry/vue": "10.48.0",
"@simplewebauthn/types": "12.0.0",
"@types/accepts": "1.3.7",
"@types/archiver": "7.0.0",
@@ -174,7 +174,7 @@
"@types/mime-types": "3.0.1",
"@types/ms": "2.1.0",
"@types/node": "24.12.2",
"@types/nodemailer": "7.0.11",
"@types/nodemailer": "8.0.0",
"@types/oauth2orize": "1.11.5",
"@types/oauth2orize-pkce": "0.1.2",
"@types/pg": "8.20.0",
@@ -192,8 +192,8 @@
"@types/vary": "1.1.3",
"@types/web-push": "3.6.4",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"@vitest/coverage-v8": "4.1.4",
"aws-sdk-client-mock": "4.1.0",
"cbor": "10.0.12",
@@ -208,6 +208,6 @@
"supertest": "7.2.2",
"vite": "8.0.8",
"vitest": "4.1.4",
"vitest-mock-extended": "3.1.1"
"vitest-mock-extended": "4.0.0"
}
}