Skip to content

Commit

Permalink
fix: packages/api/package.json to reduce vulnerabilities (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher authored Dec 14, 2024
1 parent 31d1a86 commit 6b46e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@nestjs/common": "^9.3.9",
"@nestjs/core": "^9.3.9",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/platform-express": "^10.4.14",
"@nestjs/schedule": "^3.0.3",
"@nestjs/swagger": "^6.3.0",
"@nestjs/typeorm": "^9.0.1",
Expand All @@ -85,7 +85,7 @@
"class-validator": "^0.14.0",
"csv-parse": "^4.15.1",
"csv-stringify": "^6.4.0",
"express": "^4.21.1",
"express": "^4.21.2",
"firebase-admin": "^12.0.0",
"geo-tz": "^6.0.0",
"geojson": "^0.5.0",
Expand Down

0 comments on commit 6b46e3c

Please sign in to comment.