Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Aug 7, 2024
1 parent 6a75b6a commit d11c9a0
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 281 deletions.
16 changes: 8 additions & 8 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:cov:staged": "vitest related --run --coverage"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.3",
"axios-cache-interceptor": "^1.5.3",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^10.0.0",
"mongoose": "^8.5.1",
"mongoose": "^8.5.2",
"morgan": "^1.10.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
Expand All @@ -32,15 +32,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^2.0.5",
"husky": "^9.1.4",
"supertest": "^7.0.0",
"tsup": "^8.2.3",
"tsx": "^4.16.2",
"tsup": "^8.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
"vite": "^5.4.0",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit d11c9a0

Please sign in to comment.