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.
This commit is contained in:
Rene Fichtmueller 2026-04-26 20:36:21 +02:00
parent 1d4be52c83
commit 93bbb44bf0

View File

@ -14,7 +14,6 @@
"@fastify/helmet": "^12.0.1", "@fastify/helmet": "^12.0.1",
"@fastify/rate-limit": "^10.3.0", "@fastify/rate-limit": "^10.3.0",
"@fastify/static": "^8.3.0", "@fastify/static": "^8.3.0",
"@shieldx/core": "file:../../../../../shieldx",
"ajv": "^8.17.1", "ajv": "^8.17.1",
"fastify": "^5.8.5", "fastify": "^5.8.5",
"franc": "^6.2.0", "franc": "^6.2.0",