Skip to content

Commit

Permalink
fix: upgrade npm from 10.8.0 to 10.8.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade npm from 10.8.0 to 10.8.1.

See this package in npm:
npm

See this project in Snyk:
https://app.snyk.io/org/josste/project/6e88802c-d1b2-4dc5-89c2-1451c193f9e6?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jul 29, 2024
1 parent ea83934 commit 33b439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"diff": "^5.1.0",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"npm": "^10.4.0",
"npm": "^10.8.1",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
Expand Down

2 comments on commit 33b439b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

84.42%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts92.11%75%100%93.10%40–42
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts100%100%100%100%
src/app/components/timer
   timer.component.ts76.87%69.23%69.23%78.70%106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 91, 93
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts66.13%60%64.29%68.42%104, 106–108, 19, 22, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts89.55%77.78%92.31%94.44%15, 22, 33, 42, 85–86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

84.42%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts92.11%75%100%93.10%40–42
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts100%100%100%100%
src/app/components/timer
   timer.component.ts75.37%61.54%69.23%77.78%101, 106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 90–91, 93
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts69.35%70%64.29%71.05%104, 106–108, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts89.55%77.78%92.31%94.44%15, 22, 33, 42, 85–86

Please sign in to comment.