Merge pull request #19 from xaoscience/security/npm-audit
fix(security): patch undici CVEs, restore discord.js@14
This commit is contained in:
12
package.json
12
package.json
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user