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 26, 2024
1 parent 6b56526 commit 3450f36
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 62 deletions.
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:cov:staged": "vitest related --run --coverage"
},
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"axios-cache-interceptor": "^1.6.2",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
Expand All @@ -32,15 +32,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.1.5",
"husky": "^9.1.7",
"supertest": "^7.0.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 3450f36

Please sign in to comment.