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 6, 2023
1 parent e3f41c5 commit 1abc05a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"axios": "^1.6.0",
"axios-cache-interceptor": "^1.3.2",
"celebrate": "^15.0.1",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.0.1",
"mongoose": "^7.6.4",
"mongoose": "^8.0.0",
"morgan": "^1.10.0",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"@types/morgan": "^1.9.8",
"@types/node": "^20.8.10",
"@types/supertest": "^2.0.15",
"@vitest/coverage-v8": "^0.34.6",
Expand Down
72 changes: 54 additions & 18 deletions packages/server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1abc05a

Please sign in to comment.