update deps (MisskeyIO#835)

This commit is contained in:
あわわわとーにゅ 2024-12-21 23:21:18 +09:00 committed by GitHub
parent 08a53cdd2c
commit 3ecc340168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 638 additions and 630 deletions

View file

@ -48,11 +48,11 @@
"resolutions": { "resolutions": {
"@tensorflow/tfjs-core": "4.22.0", "@tensorflow/tfjs-core": "4.22.0",
"axios": "1.7.9", "axios": "1.7.9",
"chokidar": "4.0.2", "chokidar": "4.0.3",
"cookie": "1.0.2", "cookie": "1.0.2",
"cookie-signature": "1.2.2", "cookie-signature": "1.2.2",
"debug": "4.4.0", "debug": "4.4.0",
"esbuild": "0.24.0", "esbuild": "0.24.2",
"jpeg-js": "0.4.4", "jpeg-js": "0.4.4",
"lodash": "4.17.21", "lodash": "4.17.21",
"punycode": "npm:punycode.js@2.3.1", "punycode": "npm:punycode.js@2.3.1",

View file

@ -63,8 +63,8 @@
}, },
"dependencies": { "dependencies": {
"@authenio/samlify-node-xmllint": "2.0.0", "@authenio/samlify-node-xmllint": "2.0.0",
"@aws-sdk/client-s3": "3.714.0", "@aws-sdk/client-s3": "3.717.0",
"@aws-sdk/lib-storage": "3.714.0", "@aws-sdk/lib-storage": "3.717.0",
"@bull-board/api": "6.5.3", "@bull-board/api": "6.5.3",
"@bull-board/fastify": "6.5.3", "@bull-board/fastify": "6.5.3",
"@bull-board/ui": "6.5.3", "@bull-board/ui": "6.5.3",
@ -80,7 +80,7 @@
"@fastify/static": "8.0.3", "@fastify/static": "8.0.3",
"@fastify/view": "10.0.1", "@fastify/view": "10.0.1",
"@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "MisskeyIO/summaly#5.1.2", "@misskey-dev/summaly": "github:MisskeyIO/summaly#5.1.3",
"@napi-rs/canvas": "0.1.65", "@napi-rs/canvas": "0.1.65",
"@nestjs/common": "10.4.15", "@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15", "@nestjs/core": "10.4.15",
@ -99,12 +99,12 @@
"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.34.2", "bullmq": "5.34.4",
"cacheable-lookup": "7.0.0", "cacheable-lookup": "7.0.0",
"cbor": "10.0.3", "cbor": "10.0.3",
"chalk": "5.3.0", "chalk": "5.4.0",
"chalk-template": "1.1.0", "chalk-template": "1.1.0",
"chokidar": "4.0.2", "chokidar": "4.0.3",
"cli-highlight": "2.1.11", "cli-highlight": "2.1.11",
"color-convert": "2.0.1", "color-convert": "2.0.1",
"content-disposition": "0.5.4", "content-disposition": "0.5.4",
@ -122,7 +122,7 @@
"hpagent": "1.2.0", "hpagent": "1.2.0",
"htmlescape": "1.1.1", "htmlescape": "1.1.1",
"http-link-header": "1.1.3", "http-link-header": "1.1.3",
"ioredis": "5.4.1", "ioredis": "5.4.2",
"ip-cidr": "4.0.2", "ip-cidr": "4.0.2",
"ipaddr.js": "2.2.0", "ipaddr.js": "2.2.0",
"is-svg": "5.1.0", "is-svg": "5.1.0",
@ -169,13 +169,13 @@
"rss-parser": "3.13.0", "rss-parser": "3.13.0",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"samlify": "2.8.11", "samlify": "2.8.11",
"sanitize-html": "2.13.1", "sanitize-html": "2.14.0",
"secure-json-parse": "3.0.1", "secure-json-parse": "3.0.1",
"sharp": "0.33.5", "sharp": "0.33.5",
"slacc": "0.0.10", "slacc": "0.0.10",
"strict-event-emitter-types": "2.0.0", "strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0", "stringz": "2.1.0",
"systeminformation": "5.23.13", "systeminformation": "5.23.14",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tmp": "0.2.3", "tmp": "0.2.3",
"tsc-alias": "1.8.10", "tsc-alias": "1.8.10",

View file

@ -31,7 +31,7 @@
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.9", "aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.13",
"astring": "1.9.0", "astring": "1.9.0",
"broadcast-channel": "7.0.0", "broadcast-channel": "7.0.0",
"buraha": "0.0.1", "buraha": "0.0.1",
@ -59,10 +59,10 @@
"misskey-reversi": "workspace:*", "misskey-reversi": "workspace:*",
"photoswipe": "5.4.4", "photoswipe": "5.4.4",
"punycode.js": "2.3.1", "punycode.js": "2.3.1",
"rollup": "4.28.1", "rollup": "4.29.1",
"sanitize-html": "2.13.1", "sanitize-html": "2.14.0",
"sass": "1.83.0", "sass": "1.83.0",
"shiki": "1.24.2", "shiki": "1.24.3",
"strict-event-emitter-types": "2.0.0", "strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0", "textarea-caret": "3.1.0",
"three": "0.171.0", "three": "0.171.0",
@ -73,7 +73,7 @@
"typescript": "5.7.2", "typescript": "5.7.2",
"uuid": "11.0.3", "uuid": "11.0.3",
"v-code-diff": "1.13.1", "v-code-diff": "1.13.1",
"vite": "6.0.3", "vite": "6.0.5",
"vue": "3.5.13", "vue": "3.5.13",
"vue-gtag": "2.0.1", "vue-gtag": "2.0.1",
"vuedraggable": "next", "vuedraggable": "next",
@ -81,7 +81,7 @@
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@misskey-dev/summaly": "MisskeyIO/summaly#5.1.2", "@misskey-dev/summaly": "github:MisskeyIO/summaly#5.1.3",
"@storybook/addon-actions": "8.4.7", "@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7", "@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7", "@storybook/addon-interactions": "8.4.7",

File diff suppressed because it is too large Load diff