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

This commit is contained in:
2026-03-31 10:13:56 +00:00
parent a2c166c6b5
commit 7b5167abb2
2 changed files with 17 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.56.1",
"@typescript-eslint/parser": "8.56.1",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"cspell": "9.6.4",
"eslint": "9.39.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-security": "4.0.0",
"eslint-plugin-unicorn": "61.0.2",
"typescript-eslint": "8.56.1"
"typescript-eslint": "8.57.2"
},
"peerDependencies": {
"typescript": "^5"