deps: update dependencies (#17575)

* deps: update security dependencies

* deps: update dependencies

* deps(backend): update juice
This commit is contained in:
かっこかり 2026-06-17 12:13:50 +09:00 committed by GitHub
commit 05dd02a463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1675 additions and 1698 deletions

View file

@ -53,11 +53,11 @@
"utf-8-validate": "6.0.6"
},
"dependencies": {
"@aws-sdk/client-s3": "3.1057.0",
"@aws-sdk/lib-storage": "3.1057.0",
"@aws-sdk/client-s3": "3.1065.0",
"@aws-sdk/lib-storage": "3.1065.0",
"@fastify/accepts": "5.0.4",
"@fastify/cors": "11.2.0",
"@fastify/http-proxy": "11.4.4",
"@fastify/http-proxy": "11.5.0",
"@fastify/multipart": "10.0.0",
"@fastify/static": "9.1.3",
"@kitajs/html": "4.2.13",
@ -66,23 +66,23 @@
"@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "5.3.0",
"@napi-rs/canvas": "1.0.0",
"@nestjs/common": "11.1.24",
"@nestjs/core": "11.1.24",
"@nestjs/testing": "11.1.24",
"@oxc-project/runtime": "0.133.0",
"@nestjs/common": "11.1.26",
"@nestjs/core": "11.1.26",
"@nestjs/testing": "11.1.26",
"@oxc-project/runtime": "0.135.0",
"@peertube/http-signature": "1.7.0",
"@sentry/node": "10.55.0",
"@sentry/profiling-node": "10.55.0",
"@sentry/node": "10.57.0",
"@sentry/profiling-node": "10.57.0",
"@simplewebauthn/server": "13.3.1",
"@sinonjs/fake-timers": "15.4.0",
"@smithy/node-http-handler": "4.7.5",
"@smithy/node-http-handler": "4.7.7",
"accepts": "1.3.8",
"ajv": "8.20.0",
"archiver": "8.0.0",
"async-mutex": "0.5.0",
"bcryptjs": "3.0.3",
"blurhash": "2.0.5",
"bullmq": "5.77.6",
"bullmq": "5.78.0",
"cacheable-lookup": "7.0.0",
"chalk": "5.6.2",
"chalk-template": "1.1.2",
@ -96,18 +96,18 @@
"feed": "5.2.1",
"file-type": "22.0.1",
"fluent-ffmpeg": "2.1.3",
"form-data": "4.0.5",
"form-data": "4.0.6",
"got": "15.0.5",
"hpagent": "1.2.0",
"http-link-header": "1.1.3",
"i18n": "workspace:*",
"ioredis": "5.11.0",
"ioredis": "5.11.1",
"ip-cidr": "4.0.2",
"ipaddr.js": "2.4.0",
"is-svg": "6.1.0",
"json5": "2.2.3",
"jsonld": "9.0.0",
"juice": "11.1.1",
"juice": "12.1.0",
"meilisearch": "0.58.0",
"mfm-js": "0.26.0",
"mime-types": "3.0.2",
@ -136,7 +136,7 @@
"rxjs": "7.8.2",
"sanitize-html": "2.17.4",
"secure-json-parse": "4.1.0",
"semver": "7.8.1",
"semver": "7.8.4",
"sharp": "0.33.5",
"slacc": "0.1.5",
"strict-event-emitter-types": "2.0.0",
@ -154,9 +154,9 @@
},
"devDependencies": {
"@kitajs/ts-html-plugin": "4.1.4",
"@nestjs/platform-express": "11.1.24",
"@nestjs/platform-express": "11.1.26",
"@rollup/plugin-esm-shim": "0.1.8",
"@sentry/vue": "10.55.0",
"@sentry/vue": "10.57.0",
"@types/accepts": "1.3.7",
"@types/archiver": "8.0.0",
"@types/fluent-ffmpeg": "2.1.28",
@ -165,7 +165,7 @@
"@types/jsonld": "1.5.15",
"@types/mime-types": "3.0.1",
"@types/ms": "2.1.0",
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/nodemailer": "8.0.0",
"@types/pg": "8.20.0",
"@types/qrcode": "1.5.6",
@ -182,22 +182,22 @@
"@types/vary": "1.1.3",
"@types/web-push": "3.6.4",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitest/coverage-v8": "4.1.7",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"@vitest/coverage-v8": "4.1.8",
"aws-sdk-client-mock": "4.1.0",
"cbor": "10.0.12",
"cross-env": "10.1.0",
"eslint-plugin-import": "2.32.0",
"execa": "9.6.1",
"fkill": "10.0.3",
"js-yaml": "4.1.1",
"js-yaml": "4.2.0",
"pid-port": "2.1.1",
"rolldown": "1.0.3",
"rolldown": "1.1.0",
"simple-oauth2": "5.1.0",
"supertest": "7.2.2",
"vite": "8.0.14",
"vitest": "4.1.7",
"vite": "8.0.16",
"vitest": "4.1.8",
"vitest-mock-extended": "4.0.0"
}
}

View file

@ -11,16 +11,16 @@
},
"devDependencies": {
"@types/estree": "1.0.9",
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"rollup": "4.60.4"
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"rollup": "4.61.1"
},
"dependencies": {
"i18n": "workspace:*",
"magic-string": "0.30.21",
"oxc-walker": "1.0.0",
"rolldown": "1.0.3",
"vite": "8.0.14"
"rolldown": "1.1.0",
"vite": "8.0.16"
}
}

View file

@ -21,8 +21,8 @@
"mfm-js": "0.26.0",
"misskey-js": "workspace:*",
"punycode.js": "2.3.1",
"rollup": "4.60.4",
"shiki": "4.1.0",
"rollup": "4.61.1",
"shiki": "4.2.0",
"tinycolor2": "1.6.0",
"uuid": "14.0.0",
"vue": "3.5.35"
@ -34,31 +34,31 @@
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.9",
"@types/micromatch": "4.0.10",
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitest/coverage-v8": "4.1.7",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"@vitest/coverage-v8": "4.1.8",
"@vue/runtime-core": "3.5.35",
"acorn": "8.16.0",
"cross-env": "10.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.9.1",
"happy-dom": "20.9.0",
"eslint-plugin-vue": "10.9.2",
"happy-dom": "20.10.2",
"intersection-observer": "0.12.2",
"lightningcss": "1.32.0",
"micromatch": "4.0.8",
"msw": "2.14.6",
"prettier": "3.8.3",
"prettier": "3.8.4",
"sass-embedded": "1.100.0",
"start-server-and-test": "3.0.5",
"tsx": "4.22.3",
"vite": "8.0.14",
"start-server-and-test": "3.0.9",
"tsx": "4.22.4",
"vite": "8.0.16",
"vite-plugin-turbosnap": "1.0.3",
"vue-component-type-helpers": "3.3.3",
"vue-eslint-parser": "10.4.0",
"vue-tsc": "3.3.3"
"vue-component-type-helpers": "3.3.4",
"vue-eslint-parser": "10.4.1",
"vue-tsc": "3.3.4"
}
}

View file

@ -8,12 +8,12 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/tinycolor2": "1.4.6",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"eslint-plugin-vue": "10.9.1",
"vue-eslint-parser": "10.4.0"
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"eslint-plugin-vue": "10.9.2",
"vue-eslint-parser": "10.4.1"
},
"files": [
"js-built"
@ -23,7 +23,7 @@
"i18n": "workspace:*",
"json5": "2.2.3",
"misskey-js": "workspace:*",
"shiki": "4.1.0",
"shiki": "4.2.0",
"tinycolor2": "1.6.0",
"vue": "3.5.35"
}

View file

@ -20,7 +20,7 @@
"@mcaptcha/core-glue": "0.1.0-alpha-5",
"@misskey-dev/browser-image-resizer": "2024.1.0",
"@misskey-dev/emoji-data": "17.0.3",
"@sentry/vue": "10.55.0",
"@sentry/vue": "10.57.0",
"@simplewebauthn/browser": "13.3.0",
"@syuilo/aiscript": "1.2.1",
"@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0",
@ -41,17 +41,17 @@
"date-fns": "4.4.0",
"eventemitter3": "5.0.4",
"execa": "9.6.1",
"exifreader": "4.40.2",
"exifreader": "4.41.0",
"frontend-shared": "workspace:*",
"i18n": "workspace:*",
"icons-subsetter": "workspace:*",
"idb-keyval": "6.2.4",
"idb-keyval": "6.2.5",
"insert-text-at-cursor": "0.3.0",
"ios-haptics": "0.1.5",
"is-file-animated": "1.0.2",
"json5": "2.2.3",
"matter-js": "0.20.0",
"mediabunny": "1.45.4",
"mediabunny": "1.46.0",
"mfm-js": "0.26.0",
"misskey-bubble-game": "workspace:*",
"misskey-js": "workspace:*",
@ -61,7 +61,7 @@
"qr-code-styling": "1.9.2",
"qr-scanner": "1.4.2",
"sanitize-html": "2.17.4",
"shiki": "4.1.0",
"shiki": "4.2.0",
"textarea-caret": "3.1.0",
"three": "0.184.0",
"throttle-debounce": "5.0.2",
@ -77,7 +77,7 @@
"@rollup/pluginutils": "5.4.0",
"@storybook/addon-essentials": "8.6.18",
"@storybook/addon-interactions": "8.6.18",
"@storybook/addon-links": "10.4.1",
"@storybook/addon-links": "10.4.3",
"@storybook/addon-mdx-gfm": "8.6.18",
"@storybook/addon-storysource": "8.6.18",
"@storybook/blocks": "8.6.18",
@ -85,13 +85,13 @@
"@storybook/core-events": "8.6.18",
"@storybook/manager-api": "8.6.18",
"@storybook/preview-api": "8.6.18",
"@storybook/react": "10.4.1",
"@storybook/react-vite": "10.4.1",
"@storybook/react": "10.4.3",
"@storybook/react-vite": "10.4.3",
"@storybook/test": "8.6.18",
"@storybook/theming": "8.6.18",
"@storybook/types": "8.6.18",
"@storybook/vue3": "10.4.1",
"@storybook/vue3-vite": "10.4.1",
"@storybook/vue3": "10.4.3",
"@storybook/vue3-vite": "10.4.3",
"@tabler/icons-webfont": "3.35.0",
"@testing-library/vue": "8.1.0",
"@types/canvas-confetti": "1.9.0",
@ -99,24 +99,24 @@
"@types/insert-text-at-cursor": "0.3.2",
"@types/matter-js": "0.20.2",
"@types/micromatch": "4.0.10",
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.16.1",
"@types/seedrandom": "3.0.8",
"@types/textarea-caret": "3.0.4",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitest/coverage-v8": "4.1.7",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"@vitest/coverage-v8": "4.1.8",
"@vue/compiler-core": "3.5.35",
"acorn": "8.16.0",
"astring": "1.9.0",
"cross-env": "10.1.0",
"cypress": "15.16.0",
"cypress": "15.17.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.9.1",
"happy-dom": "20.9.0",
"eslint-plugin-vue": "10.9.2",
"happy-dom": "20.10.2",
"intersection-observer": "0.12.2",
"lightningcss": "1.32.0",
"micromatch": "4.0.8",
@ -125,23 +125,23 @@
"msw-storybook-addon": "2.0.7",
"nodemon": "3.1.14",
"oxc-walker": "1.0.0",
"prettier": "3.8.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"rolldown": "1.0.3",
"prettier": "3.8.4",
"react": "19.2.7",
"react-dom": "19.2.7",
"rolldown": "1.1.0",
"sass-embedded": "1.100.0",
"seedrandom": "3.0.5",
"start-server-and-test": "3.0.5",
"storybook": "10.4.1",
"start-server-and-test": "3.0.9",
"storybook": "10.4.3",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"tsx": "4.22.3",
"vite": "8.0.14",
"tsx": "4.22.4",
"vite": "8.0.16",
"vite-plugin-glsl": "1.6.0",
"vite-plugin-turbosnap": "1.0.3",
"vitest": "4.1.7",
"vitest": "4.1.8",
"vitest-fetch-mock": "0.4.5",
"vue-component-type-helpers": "3.3.3",
"vue-eslint-parser": "10.4.0",
"vue-tsc": "3.3.3"
"vue-component-type-helpers": "3.3.4",
"vue-eslint-parser": "10.4.1",
"vue-tsc": "3.3.4"
}
}

View file

@ -29,16 +29,16 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"chokidar": "5.0.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14",
"tsx": "4.22.3"
"tsx": "4.22.4"
},
"dependencies": {
"js-yaml": "4.1.1"
"js-yaml": "4.2.0"
}
}

View file

@ -11,15 +11,15 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0"
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
"harfbuzzjs": "1.2.0",
"tsx": "4.22.3",
"harfbuzzjs": "1.2.1",
"tsx": "4.22.4",
"wawoff2": "2.0.1"
},
"files": [

View file

@ -25,10 +25,10 @@
},
"devDependencies": {
"@types/matter-js": "0.20.2",
"@types/node": "24.12.4",
"@types/node": "24.13.1",
"@types/seedrandom": "3.0.8",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14"

View file

@ -7,14 +7,14 @@
"generate": "tsx src/generator.ts && eslint ./built/**/*.ts --fix"
},
"devDependencies": {
"@readme/openapi-parser": "6.1.2",
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@readme/openapi-parser": "6.1.3",
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"openapi-types": "12.1.3",
"openapi-typescript": "7.13.0",
"ts-case-convert": "2.3.1",
"tsx": "4.22.3",
"tsx": "4.22.4",
"eslint": "9.39.4"
},
"files": [

View file

@ -37,17 +37,17 @@
"directory": "packages/misskey-js"
},
"devDependencies": {
"@microsoft/api-extractor": "7.58.7",
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@vitest/coverage-v8": "4.1.7",
"@microsoft/api-extractor": "7.58.8",
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"@vitest/coverage-v8": "4.1.8",
"esbuild": "0.28.1",
"execa": "9.6.1",
"ncp": "2.0.0",
"nodemon": "3.1.14",
"tsd": "0.33.0",
"vitest": "4.1.7",
"vitest": "4.1.8",
"vitest-websocket-mock": "0.5.0"
},
"files": [

View file

@ -24,9 +24,9 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@types/node": "24.13.1",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"esbuild": "0.28.1",
"execa": "9.6.1",
"nodemon": "3.1.14"

View file

@ -11,11 +11,11 @@
"dependencies": {
"i18n": "workspace:*",
"esbuild": "0.28.1",
"idb-keyval": "6.2.4",
"idb-keyval": "6.2.5",
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "8.60.0",
"@typescript-eslint/parser": "8.61.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.32.0",
"nodemon": "3.1.14"