Merge pull request #19 from xaoscience/security/npm-audit

fix(security): patch undici CVEs, restore discord.js@14
This commit is contained in:
calesthio
2026-03-17 14:24:16 -07:00
committed by GitHub
2 changed files with 339 additions and 5 deletions

View File

@@ -14,7 +14,12 @@
"clean": "node scripts/clean.mjs",
"fresh-start": "npm run clean && npm start"
},
"keywords": ["osint", "intelligence", "dashboard", "geopolitical"],
"keywords": [
"osint",
"intelligence",
"dashboard",
"geopolitical"
],
"author": "Crucix",
"license": "AGPL-3.0-only",
"engines": {
@@ -25,6 +30,7 @@
"express": "^5.1.0"
},
"optionalDependencies": {
"discord.js": "^14.25.0"
}
"discord.js": "^14.25.1" },
"overrides": {
"undici": "^7.24.4" }
}