Skip to content

chore: update pnpm-lock.yaml to match current dependencies #24

chore: update pnpm-lock.yaml to match current dependencies

chore: update pnpm-lock.yaml to match current dependencies #24

Triggered via push November 9, 2025 12:28
Status Failure
Total duration 18s
Artifacts

ci.yml

on: push
Lint & Type Check
14s
Lint & Type Check
Matrix: unit-tests
Integration Tests
0s
Integration Tests
Dependency Audit
0s
Dependency Audit
HIPAA Safeguards
0s
HIPAA Safeguards
Build Workspace Artifacts
0s
Build Workspace Artifacts
Matrix: container-images
Deploy to Production
Deploy to Production
Deploy to Staging
Deploy to Staging
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Lint & Type Check: services/auth/src/services/session.service.ts#L2
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/services/session.service.ts#L1
Unable to resolve path to module '@scribemed/database'
Lint & Type Check: services/auth/src/services/notification.service.ts#L1
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/services/auth.service.ts#L4
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/services/auth.service.ts#L3
Unable to resolve path to module '@scribemed/database'
Lint & Type Check: services/auth/src/services/audit-log.service.ts#L1
Unable to resolve path to module '@scribemed/database'
Lint & Type Check: services/auth/src/middleware/auth.middleware.ts#L1
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/index.ts#L3
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/app.ts#L1
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: packages/database/src/index.ts#L2
Unable to resolve path to module '@scribemed/logging'
Lint & Type Check: services/auth/src/services/password.service.ts#L20
Caution: `bcrypt` also has a named export `compare`. Check if you meant to write `import {compare} from 'bcrypt'` instead
Lint & Type Check: services/auth/src/services/password.service.ts#L16
Caution: `bcrypt` also has a named export `hash`. Check if you meant to write `import {hash} from 'bcrypt'` instead
Lint & Type Check: services/auth/src/services/mfa.service.ts#L32
Caution: `speakeasy` also has a named export `totp`. Check if you meant to write `import {totp} from 'speakeasy'` instead
Lint & Type Check: services/auth/src/services/mfa.service.ts#L19
Caution: `speakeasy` also has a named export `generateSecret`. Check if you meant to write `import {generateSecret} from 'speakeasy'` instead