1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 00:24:27 +02:00

deps: security dependency updates [ci skip] (#17225)

This commit is contained in:
かっこかり
2026-03-07 14:35:10 +09:00
committed by GitHub
parent 5d78b320de
commit ac45781ef9
17 changed files with 1738 additions and 1790 deletions

View File

@@ -11,14 +11,14 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.10.13",
"@types/node": "24.11.0",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0"
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
"harfbuzzjs": "0.8.0",
"harfbuzzjs": "0.10.0",
"tsx": "4.21.0",
"wawoff2": "2.0.1"
},