Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nthskyradiated committed Jan 31, 2025
1 parent 54b17a9 commit e390e67
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 65 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "http-localhost-9000",
"projectKey": "pf-express-api1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.0.0",
"mongodb": "^6.12.0",
"mongodb": "^6.13.0",
"morgan": "^1.10.0",
"prom-client": "^15.1.3",
"zod": "^3.24.1"
Expand All @@ -38,13 +38,13 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.2",
"@types/node": "^22.12.0",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit e390e67

Please sign in to comment.