Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Jan 30, 2024
1 parent d32fcce commit 0f86074
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
12 changes: 6 additions & 6 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.6.5",
"axios": "^1.6.7",
"axios-cache-interceptor": "^1.5.1",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.1.6",
"mongoose": "^8.1.0",
"mongoose": "^8.1.1",
"morgan": "^1.10.0",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
Expand All @@ -32,15 +32,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.2.1",
"husky": "^8.0.3",
"@vitest/coverage-v8": "^1.2.2",
"husky": "^9.0.7",
"supertest": "^6.3.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}

0 comments on commit 0f86074

Please sign in to comment.