Skip to content

Commit

Permalink
Merge pull request #29 from MeasureAuthoringTool/feature/mat-8175-bum…
Browse files Browse the repository at this point in the history
…p-cqm-models

MAT-8175: Bump cqm-models to update mongoose.
  • Loading branch information
jkotanchik-SB authored Jan 22, 2025
2 parents 5648016 + 0e7b040 commit d813572
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm ci

- name: Audit dependencies for security vulnerabilities
run: npm audit --production
run: npm audit --omit=dev --audit-level=${{ secrets.NPM_AUDIT_LEVEL }}

- name: Lint the source code
run: npm run-script lint
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/platform-express": "^10.3.5",
"@nestjs/terminus": "^10.2.3",
"@okta/jwt-verifier": "^3.1.0",
"cqm-models": "^4.2.1",
"cqm-models": "^4.2.2",
"exceljs": "^4.4.0",
"export-excel": "file:",
"jsonwebtoken": "^9.0.2",
Expand Down

0 comments on commit d813572

Please sign in to comment.