Remove @inquirer/prompts, update eslint.

This commit is contained in:
Sander Declerck 2025-09-15 10:04:49 +02:00
parent 5658eb04af
commit f163101200
No known key found for this signature in database
4 changed files with 145 additions and 1229 deletions

View file

@ -18,9 +18,9 @@
"author": "Aikido Security",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@eslint/js": "^9.26.0",
"eslint": "^9.26.0",
"eslint-plugin-import": "^2.31.0",
"@eslint/js": "^9.35.0",
"eslint": "^9.35.0",
"eslint-plugin-import": "^2.32.0",
"globals": "^16.1.0",
"typescript-eslint": "^8.32.0"
},