diff options
Diffstat (limited to 'packages/backend/package.json')
| -rw-r--r-- | packages/backend/package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index f49acff701..206e2022c6 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -71,25 +71,25 @@ "utf-8-validate": "6.0.5" }, "dependencies": { - "@aws-sdk/client-s3": "3.940.0", - "@aws-sdk/lib-storage": "3.940.0", + "@aws-sdk/client-s3": "3.947.0", + "@aws-sdk/lib-storage": "3.947.0", "@discordapp/twemoji": "16.0.1", - "@fastify/accepts": "5.0.3", + "@fastify/accepts": "5.0.4", "@fastify/cors": "11.1.0", "@fastify/express": "4.0.2", - "@fastify/http-proxy": "11.3.0", + "@fastify/http-proxy": "11.4.1", "@fastify/multipart": "9.3.0", "@fastify/static": "8.3.0", "@kitajs/html": "4.2.11", "@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/summaly": "5.2.5", - "@napi-rs/canvas": "0.1.83", + "@napi-rs/canvas": "0.1.84", "@nestjs/common": "11.1.9", "@nestjs/core": "11.1.9", "@nestjs/testing": "11.1.9", "@peertube/http-signature": "1.7.0", - "@sentry/node": "10.27.0", - "@sentry/profiling-node": "10.27.0", + "@sentry/node": "10.29.0", + "@sentry/profiling-node": "10.29.0", "@simplewebauthn/server": "13.2.2", "@sinonjs/fake-timers": "15.0.0", "@smithy/node-http-handler": "4.4.5", @@ -104,11 +104,11 @@ "bcryptjs": "3.0.3", "blurhash": "2.0.5", "body-parser": "2.2.1", - "bullmq": "5.65.0", + "bullmq": "5.65.1", "cacheable-lookup": "7.0.0", "chalk": "5.6.2", "chalk-template": "1.1.2", - "chokidar": "4.0.3", + "chokidar": "5.0.0", "color-convert": "3.1.3", "content-disposition": "1.0.1", "date-fns": "4.1.0", @@ -166,13 +166,13 @@ "slacc": "0.0.10", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", - "systeminformation": "5.27.11", + "systeminformation": "5.27.12", "tinycolor2": "1.6.0", "tmp": "0.2.5", "tsc-alias": "1.8.16", - "typeorm": "0.3.27", + "typeorm": "0.3.28", "typescript": "5.9.3", - "ulid": "3.0.1", + "ulid": "3.0.2", "vary": "1.1.2", "web-push": "3.6.7", "ws": "8.18.3", @@ -182,7 +182,7 @@ "@jest/globals": "29.7.0", "@kitajs/ts-html-plugin": "4.1.3", "@nestjs/platform-express": "11.1.9", - "@sentry/vue": "10.27.0", + "@sentry/vue": "10.29.0", "@simplewebauthn/types": "12.0.0", "@swc/jest": "0.2.39", "@types/accepts": "1.3.7", @@ -196,7 +196,7 @@ "@types/jsonld": "1.5.15", "@types/mime-types": "3.0.1", "@types/ms": "2.1.0", - "@types/node": "24.10.1", + "@types/node": "24.10.2", "@types/nodemailer": "7.0.4", "@types/oauth2orize": "1.11.5", "@types/oauth2orize-pkce": "0.1.2", @@ -215,13 +215,13 @@ "@types/vary": "1.1.3", "@types/web-push": "3.6.4", "@types/ws": "8.18.1", - "@typescript-eslint/eslint-plugin": "8.48.0", - "@typescript-eslint/parser": "8.48.0", + "@typescript-eslint/eslint-plugin": "8.49.0", + "@typescript-eslint/parser": "8.49.0", "aws-sdk-client-mock": "4.1.0", "cbor": "10.0.11", "cross-env": "10.1.0", "eslint-plugin-import": "2.32.0", - "execa": "9.6.0", + "execa": "9.6.1", "fkill": "10.0.1", "jest": "29.7.0", "jest-mock": "29.7.0", @@ -230,6 +230,6 @@ "pid-port": "2.0.0", "simple-oauth2": "5.1.0", "supertest": "7.1.4", - "vite": "7.2.4" + "vite": "7.2.7" } } |