Skip to content

Commit

Permalink
⬆️ Upgrade all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhantpanda committed Mar 19, 2024
1 parent 7c32cdd commit ec15a61
Show file tree
Hide file tree
Showing 3 changed files with 1,912 additions and 2,116 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mongo:
image: mongo:6.0.5
image: mongo:7.0
container_name: mongo-dev
restart: always
networks:
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
"dependencies": {
"body-parser": "1.20.2",
"compression": "1.7.4",
"dotenv": "16.0.3",
"express": "4.18.2",
"joi": "17.9.1",
"dotenv": "16.4.5",
"express": "4.18.3",
"joi": "17.12.2",
"js-yaml": "^4.1.0",
"mongoose": "7.0.3",
"swagger-ui-express": "4.6.2",
"winston": "3.8.2",
"winston-transport": "4.5.0"
"mongoose": "8.2.2",
"swagger-ui-express": "5.0.0",
"winston": "3.12.0",
"winston-transport": "4.7.0"
},
"devDependencies": {
"@types/compression": "1.7.2",
"@types/express": "4.17.17",
"@types/hapi__joi": "17.1.9",
"@types/jest": "29.5.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "18.15.11",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "4.1.3",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"eslint": "8.38.0",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/hapi__joi": "17.1.14",
"@types/jest": "29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.11.30",
"@types/supertest": "6.0.2",
"@types/swagger-ui-express": "4.1.6",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"jest-express": "1.12.0",
"nodemon": "2.0.22",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"nodemon": "3.1.0",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.2"
},
"license": "MIT",
"bugs": {
Expand Down
Loading

0 comments on commit ec15a61

Please sign in to comment.