chore(deps): update typescript-eslint monorepo to v8.56.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 2m7s

This commit is contained in:
2026-02-24 18:53:07 +00:00
parent 1b89b4424a
commit a4cfffcb9f
2 changed files with 19 additions and 17 deletions

View File

@@ -19,15 +19,15 @@
"@types/bun": "latest",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@typescript-eslint/eslint-plugin": "8.55.0",
"@typescript-eslint/parser": "8.55.0",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
"cspell": "9.6.4",
"eslint": "9.39.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-unicorn": "61.0.2",
"typescript-eslint": "8.55.0"
"typescript-eslint": "8.56.0"
},
"peerDependencies": {
"typescript": "^5"