fix(deps): update [root] update dependencies (#15495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-15 16:26:32 +09:00 committed by GitHub
parent c9ab7eab92
commit ab9b807cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 342 additions and 423 deletions

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/misskey-dev/misskey.git" "url": "https://github.com/misskey-dev/misskey.git"
}, },
"packageManager": "pnpm@9.15.0", "packageManager": "pnpm@9.15.4",
"workspaces": [ "workspaces": [
"packages/frontend-shared", "packages/frontend-shared",
"packages/frontend", "packages/frontend",
@ -47,7 +47,7 @@
"cleanall": "pnpm clean-all" "cleanall": "pnpm clean-all"
}, },
"resolutions": { "resolutions": {
"chokidar": "3.5.3", "chokidar": "3.6.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"dependencies": { "dependencies": {
@ -56,26 +56,26 @@
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"ignore-walk": "6.0.5", "ignore-walk": "6.0.5",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.5.1", "postcss": "8.5.2",
"tar": "6.2.1", "tar": "6.2.1",
"terser": "5.37.0", "terser": "5.39.0",
"typescript": "5.7.3", "typescript": "5.7.3",
"esbuild": "0.25.0", "esbuild": "0.25.0",
"glob": "11.0.1" "glob": "11.0.1"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0", "@misskey-dev/eslint-plugin": "2.1.0",
"@types/node": "22.10.7", "@types/node": "22.13.4",
"@typescript-eslint/eslint-plugin": "8.20.0", "@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.20.0", "@typescript-eslint/parser": "8.24.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.0.0", "cypress": "14.0.3",
"eslint": "9.18.0", "eslint": "9.20.1",
"globals": "15.14.0", "globals": "15.15.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"start-server-and-test": "2.0.10" "start-server-and-test": "2.0.10"
}, },
"optionalDependencies": { "optionalDependencies": {
"@tensorflow/tfjs-core": "4.4.0" "@tensorflow/tfjs-core": "4.22.0"
} }
} }

File diff suppressed because it is too large Load Diff