diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2026-01-24 02:41:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 02:41:10 +0900 |
| commit | fc7655c80829354f6fc23f9a6aaa0a3e227bb656 (patch) | |
| tree | 188593118882d68674a01f2a8a35e8fc5538ae74 /packages/frontend-shared | |
| parent | fix(frontend): 投稿フォームのアップロードファイルを右ク... (diff) | |
| download | misskey-fc7655c80829354f6fc23f9a6aaa0a3e227bb656.tar.gz misskey-fc7655c80829354f6fc23f9a6aaa0a3e227bb656.tar.bz2 misskey-fc7655c80829354f6fc23f9a6aaa0a3e227bb656.zip | |
deps: update dependencies [ci skip] (#17126)
* deps: update dependencies
* update vunerable packages as well
Diffstat (limited to 'packages/frontend-shared')
| -rw-r--r-- | packages/frontend-shared/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/frontend-shared/package.json b/packages/frontend-shared/package.json index 53343907de..a33394661a 100644 --- a/packages/frontend-shared/package.json +++ b/packages/frontend-shared/package.json @@ -21,11 +21,11 @@ "lint": "pnpm typecheck && pnpm eslint" }, "devDependencies": { - "@types/node": "24.10.4", - "@typescript-eslint/eslint-plugin": "8.50.1", - "@typescript-eslint/parser": "8.50.1", + "@types/node": "24.10.9", + "@typescript-eslint/eslint-plugin": "8.53.0", + "@typescript-eslint/parser": "8.53.0", "esbuild": "0.27.2", - "eslint-plugin-vue": "10.6.2", + "eslint-plugin-vue": "10.7.0", "nodemon": "3.1.11", "vue-eslint-parser": "10.2.0" }, |