From eb992697b607fb11e49414cf5f8b0c218dbb8b97 Mon Sep 17 00:00:00 2001 From: UncleJ-h <70625491+UncleJ-h@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:43:45 +0800 Subject: [PATCH] fix: remove unused heapdump dependency The heapdump package was added in v1.1.257 but is not actually used anywhere in the codebase. This causes build failures on platforms without Python (e.g., Zeabur) because heapdump requires node-gyp compilation. Co-Authored-By: Claude Opus 4.5 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 043cbb2e..6ef88e60 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "google-auth-library": "^10.1.0", - "heapdump": "^0.3.15", "helmet": "^7.1.0", "https-proxy-agent": "^7.0.2", "inquirer": "^8.2.6",