build(deps-dev): bump the dev-dependencies group with 5 updates (#1254)

This commit is contained in:
dependabot[bot] 2025-06-23 13:45:30 +02:00 committed by GitHub
parent dee96aca05
commit 8861dcf4f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 921 additions and 405 deletions

1318
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -39,15 +39,15 @@
"which": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.32.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"typescript": "^5.8.3"
}
}