Skip to content

Commit

Permalink
fix: notification-service/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 7746cfe commit f2b5fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/core": "^10.4.2",
"@nestjs/microservices": "^9.4.1",
"@web-std/fetch": "3.0.0",
"cors": "^2.8.5",
Expand Down

0 comments on commit f2b5fcc

Please sign in to comment.