Skip to content

Commit

Permalink
fix: backend/core/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 e08594c commit df2583d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@nestjs/core": "^9.4.2",
"@nestjs/jwt": "^10.0.3",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-express": "^10.4.2",
"@nestjs/schedule": "^2.2.2",
"@nestjs/swagger": "^6.3.0",
"@nestjs/swagger": "^7.4.1",
"@nestjs/throttler": "^4.0.0",
"@nestjs/typeorm": "^9.0.1",
"@turf/buffer": "6.5.0",
Expand All @@ -75,7 +75,7 @@
"cookie-parser": "1.4.6",
"dayjs": "^1.10.7",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express": "^4.20.0",
"@types/express": "^4.17.17",
"handlebars": "^4.7.6",
"joi": "^17.3.0",
Expand Down

0 comments on commit df2583d

Please sign in to comment.