diff --git a/packages/auth/package.json b/packages/auth/package.json index 8898e303..d4b14a70 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -35,6 +35,7 @@ "@ctrlplane/eslint-config": "workspace:*", "@ctrlplane/prettier-config": "workspace:*", "@ctrlplane/tsconfig": "workspace:*", + "@types/bcryptjs": "^2.4.6", "eslint": "catalog:", "prettier": "catalog:", "typescript": "^5.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed2b8b12..f2724ba5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -730,6 +730,9 @@ importers: '@ctrlplane/tsconfig': specifier: workspace:* version: link:../../tooling/typescript + '@types/bcryptjs': + specifier: ^2.4.6 + version: 2.4.6 eslint: specifier: 'catalog:' version: 9.9.1(jiti@1.21.6)