Some small tweaks

This commit is contained in:
Reinier Criel 2025-12-04 13:13:39 -08:00
parent 73a0cdf547
commit 70fd3d719b
3 changed files with 33 additions and 47 deletions

View file

@ -19,8 +19,12 @@
"author": "Aikido Security",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"oxlint": "^1.22.0",
"@types/proxy-from-env": "^1.0.4",
"@yao-pkg/pkg": "6.10.1",
"esbuild": "^0.27.0",
"@yao-pkg/pkg": "6.10.1"
"oxlint": "^1.22.0"
},
"dependencies": {
"proxy-from-env": "^1.1.0"
}
}