From 93bbb44bf09674e901a0e58f05d11b5aa87f94fa Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Sun, 26 Apr 2026 20:36:21 +0200 Subject: [PATCH] fix: remove broken @shieldx/core dependency The @shieldx/core dependency was referenced at an invalid file path and is not actually used in the codebase (import is commented as TODO). Removing this dependency resolves npm installation failures on deployment. --- packages/gateway/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gateway/package.json b/packages/gateway/package.json index c05c2b2..6a83d27 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -14,7 +14,6 @@ "@fastify/helmet": "^12.0.1", "@fastify/rate-limit": "^10.3.0", "@fastify/static": "^8.3.0", - "@shieldx/core": "file:../../../../../shieldx", "ajv": "^8.17.1", "fastify": "^5.8.5", "franc": "^6.2.0",