Merge remote-tracking branch 'msky/renovate/backend-update-dependencies' into fix-16201

This commit is contained in:
kakkokari-gtyih 2025-07-26 14:12:26 +09:00
commit 48fea992a9
2 changed files with 370 additions and 179 deletions

View File

@ -38,17 +38,17 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@swc/core-android-arm64": "1.3.11", "@swc/core-android-arm64": "1.3.11",
"@swc/core-darwin-arm64": "1.13.1", "@swc/core-darwin-arm64": "1.13.2",
"@swc/core-darwin-x64": "1.13.1", "@swc/core-darwin-x64": "1.13.2",
"@swc/core-freebsd-x64": "1.3.11", "@swc/core-freebsd-x64": "1.3.11",
"@swc/core-linux-arm-gnueabihf": "1.13.1", "@swc/core-linux-arm-gnueabihf": "1.13.2",
"@swc/core-linux-arm64-gnu": "1.13.1", "@swc/core-linux-arm64-gnu": "1.13.2",
"@swc/core-linux-arm64-musl": "1.13.1", "@swc/core-linux-arm64-musl": "1.13.2",
"@swc/core-linux-x64-gnu": "1.13.1", "@swc/core-linux-x64-gnu": "1.13.2",
"@swc/core-linux-x64-musl": "1.13.1", "@swc/core-linux-x64-musl": "1.13.2",
"@swc/core-win32-arm64-msvc": "1.13.1", "@swc/core-win32-arm64-msvc": "1.13.2",
"@swc/core-win32-ia32-msvc": "1.13.1", "@swc/core-win32-ia32-msvc": "1.13.2",
"@swc/core-win32-x64-msvc": "1.13.1", "@swc/core-win32-x64-msvc": "1.13.2",
"@tensorflow/tfjs": "4.22.0", "@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-node": "4.22.0", "@tensorflow/tfjs-node": "4.22.0",
"bufferutil": "4.0.9", "bufferutil": "4.0.9",
@ -68,8 +68,8 @@
"utf-8-validate": "6.0.5" "utf-8-validate": "6.0.5"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "3.848.0", "@aws-sdk/client-s3": "3.850.0",
"@aws-sdk/lib-storage": "3.848.0", "@aws-sdk/lib-storage": "3.850.0",
"@discordapp/twemoji": "15.1.0", "@discordapp/twemoji": "15.1.0",
"@fastify/accepts": "5.0.2", "@fastify/accepts": "5.0.2",
"@fastify/cookie": "11.0.2", "@fastify/cookie": "11.0.2",
@ -92,7 +92,7 @@
"@sinonjs/fake-timers": "11.3.1", "@sinonjs/fake-timers": "11.3.1",
"@smithy/node-http-handler": "2.5.0", "@smithy/node-http-handler": "2.5.0",
"@swc/cli": "0.7.8", "@swc/cli": "0.7.8",
"@swc/core": "1.13.1", "@swc/core": "1.13.2",
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
"@types/redis-info": "3.0.3", "@types/redis-info": "3.0.3",
"accepts": "1.3.8", "accepts": "1.3.8",
@ -102,7 +102,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"blurhash": "2.0.5", "blurhash": "2.0.5",
"body-parser": "1.20.3", "body-parser": "1.20.3",
"bullmq": "5.56.5", "bullmq": "5.56.7",
"cacheable-lookup": "7.0.0", "cacheable-lookup": "7.0.0",
"cbor": "9.0.2", "cbor": "9.0.2",
"chalk": "5.4.1", "chalk": "5.4.1",
@ -189,8 +189,8 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "29.7.0", "@jest/globals": "29.7.0",
"@nestjs/platform-express": "10.4.19", "@nestjs/platform-express": "10.4.20",
"@sentry/vue": "9.40.0", "@sentry/vue": "9.42.0",
"@simplewebauthn/types": "12.0.0", "@simplewebauthn/types": "12.0.0",
"@swc/jest": "0.2.39", "@swc/jest": "0.2.39",
"@types/accepts": "1.3.7", "@types/accepts": "1.3.7",
@ -230,8 +230,8 @@
"@types/vary": "1.1.3", "@types/vary": "1.1.3",
"@types/web-push": "3.6.4", "@types/web-push": "3.6.4",
"@types/ws": "8.18.1", "@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.37.0", "@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.37.0", "@typescript-eslint/parser": "8.38.0",
"aws-sdk-client-mock": "4.1.0", "aws-sdk-client-mock": "4.1.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
@ -242,6 +242,6 @@
"nodemon": "3.1.10", "nodemon": "3.1.10",
"pid-port": "1.0.2", "pid-port": "1.0.2",
"simple-oauth2": "5.1.0", "simple-oauth2": "5.1.0",
"supertest": "7.1.3" "supertest": "7.1.4"
} }
} }

File diff suppressed because it is too large Load Diff