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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-22 18:47:21 +09:00 committed by GitHub
parent 23542530e1
commit f4630589cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 962 additions and 567 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@10.10.0", "packageManager": "pnpm@10.11.0",
"workspaces": [ "workspaces": [
"packages/frontend-shared", "packages/frontend-shared",
"packages/frontend", "packages/frontend",
@ -51,30 +51,30 @@
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"dependencies": { "dependencies": {
"cssnano": "7.0.6", "cssnano": "7.0.7",
"esbuild": "0.25.3", "esbuild": "0.25.4",
"execa": "9.5.2", "execa": "9.5.3",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"glob": "11.0.2", "glob": "11.0.2",
"ignore-walk": "7.0.0", "ignore-walk": "7.0.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.5.3", "postcss": "8.5.3",
"tar": "7.4.3", "tar": "7.4.3",
"terser": "5.39.0", "terser": "5.39.2",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0", "@misskey-dev/eslint-plugin": "2.1.0",
"@types/node": "22.15.2", "@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.32.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.3.2", "cypress": "14.4.0",
"eslint": "9.25.1", "eslint": "9.27.0",
"globals": "16.0.0", "globals": "16.1.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"pnpm": "10.10.0", "pnpm": "10.11.0",
"start-server-and-test": "2.0.11" "start-server-and-test": "2.0.12"
}, },
"optionalDependencies": { "optionalDependencies": {
"@tensorflow/tfjs-core": "4.22.0" "@tensorflow/tfjs-core": "4.22.0"

File diff suppressed because it is too large Load Diff