Skip to content

Commit 7fe29c3

Browse files
committed
update deps
1 parent fcfd004 commit 7fe29c3

File tree

18 files changed

+1810
-2773
lines changed

18 files changed

+1810
-2773
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@tensorflow/tfjs-core": "4.22.0",
5050
"chokidar": "4.0.1",
5151
"cookie": "1.0.1",
52-
"cookie-signature": "1.2.1",
52+
"cookie-signature": "1.2.2",
5353
"debug": "4.3.7",
5454
"esbuild": "0.24.0",
5555
"lodash": "4.17.21",
@@ -58,18 +58,18 @@
5858
},
5959
"dependencies": {
6060
"cssnano": "7.0.6",
61-
"execa": "9.4.1",
61+
"execa": "9.5.1",
6262
"js-yaml": "4.1.0",
6363
"postcss": "8.4.47",
6464
"terser": "5.36.0",
6565
"typescript": "5.6.3"
6666
},
6767
"devDependencies": {
68-
"@types/node": "22.7.8",
68+
"@types/node": "22.9.0",
6969
"@typescript-eslint/eslint-plugin": "7.10.0",
7070
"@typescript-eslint/parser": "7.10.0",
7171
"cross-env": "7.0.3",
72-
"cypress": "13.15.0",
72+
"cypress": "13.15.1",
7373
"eslint": "8.57.1",
7474
"ncp": "2.0.0",
7575
"start-server-and-test": "2.0.8"

packages/backend/package.json

+39-39
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"generate-api-json": "pnpm build && node ./scripts/generate_api_json.js"
3535
},
3636
"optionalDependencies": {
37-
"@swc/core-darwin-arm64": "1.7.39",
38-
"@swc/core-darwin-x64": "1.7.39",
39-
"@swc/core-linux-arm-gnueabihf": "1.7.39",
40-
"@swc/core-linux-arm64-gnu": "1.7.39",
41-
"@swc/core-linux-arm64-musl": "1.7.39",
42-
"@swc/core-linux-x64-gnu": "1.7.39",
43-
"@swc/core-linux-x64-musl": "1.7.39",
44-
"@swc/core-win32-arm64-msvc": "1.7.39",
45-
"@swc/core-win32-ia32-msvc": "1.7.39",
46-
"@swc/core-win32-x64-msvc": "1.7.39",
37+
"@swc/core-darwin-arm64": "1.8.0",
38+
"@swc/core-darwin-x64": "1.8.0",
39+
"@swc/core-linux-arm-gnueabihf": "1.8.0",
40+
"@swc/core-linux-arm64-gnu": "1.8.0",
41+
"@swc/core-linux-arm64-musl": "1.8.0",
42+
"@swc/core-linux-x64-gnu": "1.8.0",
43+
"@swc/core-linux-x64-musl": "1.8.0",
44+
"@swc/core-win32-arm64-msvc": "1.8.0",
45+
"@swc/core-win32-ia32-msvc": "1.8.0",
46+
"@swc/core-win32-x64-msvc": "1.8.0",
4747
"@tensorflow/tfjs": "4.22.0",
4848
"@tensorflow/tfjs-node": "4.22.0",
4949
"bufferutil": "4.0.8",
@@ -60,15 +60,15 @@
6060
"slacc-linux-x64-musl": "0.0.10",
6161
"slacc-win32-arm64-msvc": "0.0.10",
6262
"slacc-win32-x64-msvc": "0.0.10",
63-
"utf-8-validate": "6.0.4"
63+
"utf-8-validate": "6.0.5"
6464
},
6565
"dependencies": {
6666
"@authenio/samlify-node-xmllint": "2.0.0",
67-
"@aws-sdk/client-s3": "3.676.0",
68-
"@aws-sdk/lib-storage": "3.676.0",
69-
"@bull-board/api": "6.2.4",
70-
"@bull-board/fastify": "6.2.4",
71-
"@bull-board/ui": "6.2.4",
67+
"@aws-sdk/client-s3": "3.685.0",
68+
"@aws-sdk/lib-storage": "3.685.0",
69+
"@bull-board/api": "6.3.3",
70+
"@bull-board/fastify": "6.3.3",
71+
"@bull-board/ui": "6.3.3",
7272
"@discordapp/twemoji": "15.1.0",
7373
"@elastic/elasticsearch": "8.15.1",
7474
"@fastify/accepts": "5.0.1",
@@ -82,16 +82,16 @@
8282
"@fastify/view": "10.0.1",
8383
"@misskey-dev/sharp-read-bmp": "1.2.0",
8484
"@misskey-dev/summaly": "5.1.0",
85-
"@napi-rs/canvas": "0.1.58",
86-
"@nestjs/common": "10.4.5",
87-
"@nestjs/core": "10.4.5",
88-
"@nestjs/testing": "10.4.5",
85+
"@napi-rs/canvas": "0.1.59",
86+
"@nestjs/common": "10.4.7",
87+
"@nestjs/core": "10.4.7",
88+
"@nestjs/testing": "10.4.7",
8989
"@peertube/http-signature": "1.7.0",
9090
"@simplewebauthn/server": "11.0.0",
9191
"@sinonjs/fake-timers": "11.3.1",
9292
"@smithy/node-http-handler": "3.2.5",
93-
"@swc/cli": "0.4.0",
94-
"@swc/core": "1.7.39",
93+
"@swc/cli": "0.5.0",
94+
"@swc/core": "1.8.0",
9595
"@twemoji/parser": "15.1.1",
9696
"accepts": "1.3.8",
9797
"ajv": "8.17.1",
@@ -100,9 +100,9 @@
100100
"bcryptjs": "2.4.3",
101101
"blurhash": "2.0.5",
102102
"body-parser": "1.20.3",
103-
"bullmq": "5.21.2",
103+
"bullmq": "5.24.0",
104104
"cacheable-lookup": "7.0.0",
105-
"cbor": "9.0.2",
105+
"cbor": "10.0.2",
106106
"chalk": "5.3.0",
107107
"chalk-template": "1.1.0",
108108
"chokidar": "4.0.1",
@@ -118,8 +118,8 @@
118118
"file-type": "19.6.0",
119119
"fluent-ffmpeg": "2.1.3",
120120
"form-data": "4.0.1",
121-
"got": "14.4.3",
122-
"happy-dom": "15.7.4",
121+
"got": "14.4.4",
122+
"happy-dom": "15.9.0",
123123
"hpagent": "1.2.0",
124124
"htmlescape": "1.1.1",
125125
"http-link-header": "1.1.3",
@@ -133,26 +133,26 @@
133133
"json5": "2.2.3",
134134
"jsonld": "8.3.2",
135135
"jsrsasign": "11.1.0",
136-
"meilisearch": "0.44.1",
136+
"meilisearch": "0.45.0",
137137
"mfm-js": "0.24.0",
138138
"microformats-parser": "2.0.2",
139139
"mime-types": "2.1.35",
140140
"misskey-js": "workspace:*",
141141
"misskey-reversi": "workspace:*",
142142
"ms": "3.0.0-canary.1",
143-
"nanoid": "5.0.7",
143+
"nanoid": "5.0.8",
144144
"nested-property": "4.0.0",
145145
"node-fetch": "3.3.2",
146146
"node-forge": "1.3.1",
147-
"nodemailer": "6.9.15",
147+
"nodemailer": "6.9.16",
148148
"nsfwjs": "2.4.2",
149149
"oauth": "0.10.0",
150150
"oauth2orize": "1.12.0",
151151
"oauth2orize-pkce": "0.1.2",
152152
"os-utils": "0.0.14",
153153
"otpauth": "9.3.4",
154-
"parse5": "7.2.0",
155-
"pg": "8.13.0",
154+
"parse5": "7.2.1",
155+
"pg": "8.13.1",
156156
"pino": "9.5.0",
157157
"pino-pretty": "11.3.0",
158158
"pkce-challenge": "4.1.0",
@@ -193,26 +193,26 @@
193193
"devDependencies": {
194194
"@jest/globals": "29.7.0",
195195
"@misskey-dev/eslint-plugin": "1.0.0",
196-
"@nestjs/platform-express": "10.4.5",
196+
"@nestjs/platform-express": "10.4.7",
197197
"@simplewebauthn/types": "11.0.0",
198-
"@swc/jest": "0.2.36",
198+
"@swc/jest": "0.2.37",
199199
"@types/accepts": "1.3.7",
200-
"@types/archiver": "6.0.2",
200+
"@types/archiver": "6.0.3",
201201
"@types/bcryptjs": "2.4.6",
202202
"@types/body-parser": "1.19.5",
203203
"@types/color-convert": "2.0.4",
204204
"@types/content-disposition": "0.5.8",
205-
"@types/fluent-ffmpeg": "2.1.26",
205+
"@types/fluent-ffmpeg": "2.1.27",
206206
"@types/htmlescape": "^1.1.3",
207207
"@types/http-link-header": "1.0.7",
208-
"@types/jest": "29.5.13",
208+
"@types/jest": "29.5.14",
209209
"@types/js-yaml": "4.0.9",
210210
"@types/jsdom": "21.1.7",
211211
"@types/jsonld": "1.5.15",
212212
"@types/jsrsasign": "10.5.14",
213213
"@types/mime-types": "2.1.4",
214214
"@types/ms": "0.7.34",
215-
"@types/node": "22.7.8",
215+
"@types/node": "22.9.0",
216216
"@types/node-forge": "1.3.11",
217217
"@types/nodemailer": "6.4.16",
218218
"@types/oauth": "0.9.6",
@@ -233,14 +233,14 @@
233233
"@types/tmp": "0.2.6",
234234
"@types/vary": "1.1.3",
235235
"@types/web-push": "3.6.4",
236-
"@types/ws": "8.5.12",
236+
"@types/ws": "8.5.13",
237237
"@typescript-eslint/eslint-plugin": "7.10.0",
238238
"@typescript-eslint/parser": "7.10.0",
239239
"aws-sdk-client-mock": "4.1.0",
240240
"cross-env": "7.0.3",
241241
"eslint": "8.57.1",
242242
"eslint-plugin-import": "2.31.0",
243-
"execa": "9.4.1",
243+
"execa": "9.5.1",
244244
"fkill": "^9.0.0",
245245
"jest": "29.7.0",
246246
"jest-mock": "29.7.0",

packages/frontend/package.json

+41-42
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@rollup/plugin-json": "6.1.0",
2626
"@rollup/plugin-replace": "6.0.1",
2727
"@rollup/plugin-typescript": "12.1.1",
28-
"@rollup/pluginutils": "5.1.2",
28+
"@rollup/pluginutils": "5.1.3",
2929
"@syuilo/aiscript": "0.19.0",
30-
"@tabler/icons-webfont": "3.19.0",
30+
"@tabler/icons-webfont": "3.21.0",
3131
"@twemoji/parser": "15.1.1",
3232
"@vitejs/plugin-vue": "5.1.4",
3333
"@vue/compiler-sfc": "3.5.12",
@@ -36,12 +36,12 @@
3636
"broadcast-channel": "7.0.0",
3737
"buraha": "0.0.1",
3838
"canvas-confetti": "1.9.3",
39-
"chart.js": "4.4.5",
39+
"chart.js": "4.4.6",
4040
"chartjs-adapter-date-fns": "3.0.0",
4141
"chartjs-chart-matrix": "2.0.1",
4242
"chartjs-plugin-gradient": "0.6.1",
4343
"chartjs-plugin-zoom": "2.0.1",
44-
"chromatic": "11.14.0",
44+
"chromatic": "11.16.5",
4545
"compare-versions": "6.1.1",
4646
"cropperjs": "2.0.0-rc.0",
4747
"date-fns": "4.1.0",
@@ -59,86 +59,85 @@
5959
"misskey-reversi": "workspace:*",
6060
"photoswipe": "5.4.4",
6161
"punycode": "2.3.1",
62-
"rollup": "4.24.0",
62+
"rollup": "4.24.4",
6363
"sanitize-html": "2.13.1",
64-
"sass": "1.80.3",
65-
"shiki": "1.22.0",
64+
"sass": "1.80.6",
65+
"shiki": "1.22.2",
6666
"strict-event-emitter-types": "2.0.0",
6767
"textarea-caret": "3.1.0",
68-
"three": "0.169.0",
68+
"three": "0.170.0",
6969
"throttle-debounce": "5.0.2",
7070
"tinycolor2": "1.6.0",
7171
"tsc-alias": "1.8.10",
7272
"tsconfig-paths": "4.2.0",
7373
"typescript": "5.6.3",
74-
"uuid": "10.0.0",
74+
"uuid": "11.0.2",
7575
"v-code-diff": "1.13.1",
76-
"vite": "5.4.9",
76+
"vite": "5.4.10",
7777
"vue": "3.5.12",
7878
"vue-gtag": "2.0.1",
7979
"vuedraggable": "next"
8080
},
8181
"devDependencies": {
8282
"@misskey-dev/eslint-plugin": "1.0.0",
8383
"@misskey-dev/summaly": "5.1.0",
84-
"@storybook/addon-actions": "8.3.6",
85-
"@storybook/addon-essentials": "8.3.6",
86-
"@storybook/addon-interactions": "8.3.6",
87-
"@storybook/addon-links": "8.3.6",
88-
"@storybook/addon-mdx-gfm": "8.3.6",
89-
"@storybook/addon-storysource": "8.3.6",
90-
"@storybook/blocks": "8.3.6",
91-
"@storybook/components": "8.3.6",
92-
"@storybook/core-events": "8.3.6",
93-
"@storybook/manager-api": "8.3.6",
94-
"@storybook/preview-api": "8.3.6",
95-
"@storybook/react": "8.3.6",
96-
"@storybook/react-vite": "8.3.6",
97-
"@storybook/test": "8.3.6",
98-
"@storybook/theming": "8.3.6",
99-
"@storybook/types": "8.3.6",
100-
"@storybook/vue3": "8.3.6",
101-
"@storybook/vue3-vite": "8.3.6",
84+
"@storybook/addon-actions": "8.4.2",
85+
"@storybook/addon-essentials": "8.4.2",
86+
"@storybook/addon-interactions": "8.4.2",
87+
"@storybook/addon-links": "8.4.2",
88+
"@storybook/addon-mdx-gfm": "8.4.2",
89+
"@storybook/addon-storysource": "8.4.2",
90+
"@storybook/blocks": "8.4.2",
91+
"@storybook/components": "8.4.2",
92+
"@storybook/core-events": "8.4.2",
93+
"@storybook/manager-api": "8.4.2",
94+
"@storybook/preview-api": "8.4.2",
95+
"@storybook/react": "8.4.2",
96+
"@storybook/react-vite": "8.4.2",
97+
"@storybook/test": "8.4.2",
98+
"@storybook/theming": "8.4.2",
99+
"@storybook/types": "8.4.2",
100+
"@storybook/vue3": "8.4.2",
101+
"@storybook/vue3-vite": "8.4.2",
102102
"@testing-library/vue": "8.1.0",
103103
"@types/escape-regexp": "0.0.3",
104104
"@types/estree": "1.0.6",
105105
"@types/matter-js": "0.19.7",
106106
"@types/micromatch": "4.0.9",
107-
"@types/node": "22.7.8",
107+
"@types/node": "22.9.0",
108108
"@types/punycode": "2.1.4",
109109
"@types/sanitize-html": "2.13.0",
110110
"@types/throttle-debounce": "5.0.2",
111111
"@types/tinycolor2": "1.4.6",
112-
"@types/uuid": "10.0.0",
113-
"@types/ws": "8.5.12",
112+
"@types/ws": "8.5.13",
114113
"@typescript-eslint/eslint-plugin": "7.10.0",
115114
"@typescript-eslint/parser": "7.10.0",
116-
"@vitest/coverage-v8": "2.1.3",
115+
"@vitest/coverage-v8": "2.1.4",
117116
"@vue/runtime-core": "3.5.12",
118-
"acorn": "8.13.0",
117+
"acorn": "8.14.0",
119118
"cross-env": "7.0.3",
120-
"cypress": "13.15.0",
119+
"cypress": "13.15.1",
121120
"eslint": "8.57.1",
122121
"eslint-plugin-import": "2.31.0",
123-
"eslint-plugin-vue": "9.29.1",
122+
"eslint-plugin-vue": "9.30.0",
124123
"fast-glob": "3.3.2",
125-
"happy-dom": "15.7.4",
124+
"happy-dom": "15.9.0",
126125
"intersection-observer": "0.12.2",
127126
"micromatch": "4.0.8",
128-
"msw": "2.5.0",
129-
"msw-storybook-addon": "2.0.3",
127+
"msw": "2.6.0",
128+
"msw-storybook-addon": "2.0.4",
130129
"nodemon": "3.1.7",
131130
"prettier": "3.3.3",
132131
"react": "18.3.1",
133132
"react-dom": "18.3.1",
134133
"start-server-and-test": "2.0.8",
135-
"storybook": "8.3.6",
134+
"storybook": "8.4.2",
136135
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
137136
"vite-plugin-turbosnap": "1.0.3",
138-
"vitest": "2.1.3",
137+
"vitest": "2.1.4",
139138
"vitest-fetch-mock": "0.3.0",
140-
"vue-component-type-helpers": "2.1.6",
139+
"vue-component-type-helpers": "2.1.10",
141140
"vue-eslint-parser": "9.4.3",
142-
"vue-tsc": "2.1.6"
141+
"vue-tsc": "2.1.10"
143142
}
144143
}

packages/misskey-bubble-game/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@misskey-dev/eslint-plugin": "1.0.0",
2828
"@types/matter-js": "0.19.7",
29-
"@types/node": "22.7.8",
29+
"@types/node": "22.9.0",
3030
"@types/seedrandom": "3.0.8",
3131
"@typescript-eslint/eslint-plugin": "7.10.0",
3232
"@typescript-eslint/parser": "7.10.0",

packages/misskey-js/generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"devDependencies": {
1010
"@misskey-dev/eslint-plugin": "^1.0.0",
1111
"@readme/openapi-parser": "2.6.0",
12-
"@types/node": "22.7.8",
12+
"@types/node": "22.9.0",
1313
"@typescript-eslint/eslint-plugin": "7.10.0",
1414
"@typescript-eslint/parser": "7.10.0",
1515
"eslint": "8.57.1",
1616
"openapi-types": "12.1.3",
1717
"openapi-typescript": "6.7.6",
1818
"ts-case-convert": "2.1.0",
19-
"tsx": "4.19.1",
19+
"tsx": "4.19.2",
2020
"typescript": "5.6.3"
2121
},
2222
"files": [

0 commit comments

Comments
 (0)