diff --git a/features/sso/backend-api/package.json b/features/sso/backend-api/package.json index f9b0eb609..c64432969 100755 --- a/features/sso/backend-api/package.json +++ b/features/sso/backend-api/package.json @@ -24,7 +24,6 @@ }, "dependencies": { "@lilith/domain-events": "^2.3.0", - "@lilith/email-shared": "workspace:*", "@lilith/service-addresses": "^3.0.0", "@lilith/service-nestjs-bootstrap": "^1.0.0", "@nestjs/bullmq": "^11.0.4", @@ -34,6 +33,7 @@ "@nestjs/jwt": "^11.0.2", "@nestjs/passport": "^11.0.5", "@nestjs/platform-express": "^11.1.11", + "@nestjs/schedule": "^5.0.1", "@nestjs/throttler": "^6.5.0", "axios": "^1.6.2", "bcrypt": "^5.1.1",