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 /package.json | |
| 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 'package.json')
| -rw-r--r-- | package.json | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/package.json b/package.json index 129f6841a3..3138cb4375 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.27.0", + "packageManager": "pnpm@10.28.0", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -52,10 +52,6 @@ "clean-all": "node scripts/clean-all.mjs", "cleanall": "pnpm clean-all" }, - "resolutions": { - "chokidar": "5.0.0", - "lodash": "4.17.21" - }, "dependencies": { "cssnano": "7.1.2", "esbuild": "0.27.2", @@ -63,23 +59,23 @@ "ignore-walk": "8.0.0", "js-yaml": "4.1.1", "postcss": "8.5.6", - "tar": "7.5.2", - "terser": "5.44.1" + "tar": "7.5.6", + "terser": "5.46.0" }, "devDependencies": { "@eslint/js": "9.39.2", "@misskey-dev/eslint-plugin": "2.2.0", "@types/js-yaml": "4.0.9", - "@types/node": "24.10.4", - "@typescript-eslint/eslint-plugin": "8.50.1", - "@typescript-eslint/parser": "8.50.1", - "@typescript/native-preview": "7.0.0-dev.20251226.1", + "@types/node": "24.10.9", + "@typescript-eslint/eslint-plugin": "8.53.0", + "@typescript-eslint/parser": "8.53.0", + "@typescript/native-preview": "7.0.0-dev.20260116.1", "cross-env": "10.1.0", - "cypress": "15.8.1", + "cypress": "15.9.0", "eslint": "9.39.2", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.27.0", + "pnpm": "10.28.0", "typescript": "5.9.3", "start-server-and-test": "2.1.3" }, @@ -88,7 +84,9 @@ }, "pnpm": { "overrides": { - "@aiscript-dev/aiscript-languageserver": "-" + "@aiscript-dev/aiscript-languageserver": "-", + "chokidar": "5.0.0", + "lodash": "4.17.23" }, "ignoredBuiltDependencies": [ "@sentry-internal/node-cpu-profiler", |