Files
worldmonitor/scripts/package.json
Elie Habib 79d5cf8bb8 security: upgrade @anthropic-ai/sdk 0.79.0 -> 0.82.0 + audit fix (#2846)
Closes GHSA-54m3-95j9-v89j (HIGH) for @anthropic-ai/sdk.
npm audit fix also resolves lodash/lodash-es HIGH CVEs
(GHSA-r5fr-rjxr-66jc, GHSA-f23m-r3pf-42rh).

Co-authored-by: Winston9520 <143687718+Winston9520@users.noreply.github.com>
2026-04-09 08:50:33 +04:00

27 lines
663 B
JSON

{
"name": "worldmonitor-railway-relay",
"version": "1.1.1",
"description": "Railway relay: AIS/OpenSky + RSS proxy + Telegram OSINT poller",
"main": "ais-relay.cjs",
"scripts": {
"start": "node ais-relay.cjs",
"notification-relay": "node notification-relay.cjs",
"telegram:session": "node telegram/session-auth.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.82.0",
"@aws-sdk/client-s3": "^3.1009.0",
"convex": "^1",
"exceljs": "^4.4.0",
"h3-js": "^4.2.1",
"resend": "^4",
"sax": "^1.6.0",
"telegram": "^2.22.2",
"undici": "^7.0.0",
"ws": "^8.18.0"
},
"engines": {
"node": ">=20"
}
}