fix(deps): update [root] update dependencies

This commit is contained in:
renovate[bot] 2025-09-22 09:32:32 +00:00 committed by GitHub
parent 2cff00eedd
commit 809b68d3c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 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.16.0", "packageManager": "pnpm@10.17.0",
"workspaces": [ "workspaces": [
"packages/frontend-shared", "packages/frontend-shared",
"packages/frontend", "packages/frontend",
@ -54,30 +54,30 @@
}, },
"dependencies": { "dependencies": {
"cssnano": "7.1.1", "cssnano": "7.1.1",
"esbuild": "0.25.9", "esbuild": "0.25.10",
"execa": "9.6.0", "execa": "9.6.0",
"fast-glob": "3.3.3", "fast-glob": "3.3.3",
"glob": "11.0.3", "glob": "11.0.3",
"ignore-walk": "7.0.0", "ignore-walk": "7.0.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.5.6", "postcss": "8.5.6",
"tar": "7.4.3", "tar": "7.4.4",
"terser": "5.44.0", "terser": "5.44.0",
"typescript": "5.9.2" "typescript": "5.9.2"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0", "@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9", "@types/js-yaml": "4.0.9",
"@types/node": "22.18.1", "@types/node": "22.18.6",
"@typescript-eslint/eslint-plugin": "8.42.0", "@typescript-eslint/eslint-plugin": "8.44.0",
"@typescript-eslint/parser": "8.42.0", "@typescript-eslint/parser": "8.44.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "14.5.4", "cypress": "14.5.4",
"eslint": "9.35.0", "eslint": "9.36.0",
"globals": "16.3.0", "globals": "16.4.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"pnpm": "10.16.0", "pnpm": "10.17.0",
"start-server-and-test": "2.1.0" "start-server-and-test": "2.1.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"@tensorflow/tfjs-core": "4.22.0" "@tensorflow/tfjs-core": "4.22.0"