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 8, 2024
1 parent 4629832 commit f322742
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 80 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.3",
"axios": "^1.6.5",
"axios-cache-interceptor": "^1.4.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.1.3",
"mongodb-memory-server": "^9.1.4",
"mongoose": "^8.0.3",
"morgan": "^1.10.0",
"pino": "^8.17.2",
Expand All @@ -33,15 +33,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.6",
"@types/node": "^20.10.7",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/coverage-v8": "^1.1.3",
"husky": "^8.0.3",
"supertest": "^6.3.3",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.1"
"vite": "^5.0.11",
"vitest": "^1.1.3"
}
}

0 comments on commit f322742

Please sign in to comment.