Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Oct 29, 2024
1 parent 1d7c09e commit b4b39dd
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 344 deletions.
14 changes: 7 additions & 7 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.7.2",
"mongoose": "^8.7.3",
"morgan": "^1.10.0",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
Expand All @@ -32,15 +32,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.8",
"@types/node": "^22.8.2",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"husky": "^9.1.6",
"supertest": "^7.0.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit b4b39dd

Please sign in to comment.