Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Nov 26, 2024
1 parent 547a60b commit a865348
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 356 deletions.
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"express": "^4.21.1",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^10.1.2",
"mongoose": "^8.8.2",
"mongoose": "^8.8.3",
"morgan": "^1.10.0",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
Expand All @@ -34,13 +34,13 @@
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.0",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"husky": "^9.1.7",
"supertest": "^7.0.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit a865348

Please sign in to comment.