Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jan 6, 2025
1 parent 04a5791 commit bdb16f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions backend/package-lock.json

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

16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@nestjs/swagger": "^8.1.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@prisma/client": "^5.7.0",
"dotenv": "^16.0.1",
"@prisma/client": "^6.1.0",
"dotenv": "^16.4.7",
"express-prom-bundle": "^8.0.0",
"helmet": "^8.0.0",
"nest-winston": "^1.9.7",
"pg": "^8.11.3",
"prom-client": "^15.1.0",
"reflect-metadata": "^0.2.0",
"rimraf": "^6.0.0",
"swagger-ui-express": "^5.0.0",
"pg": "^8.13.1",
"prom-client": "^15.1.3",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"swagger-ui-express": "^5.0.1",
"winston": "^3.17.0"
},
"devDependencies": {
Expand Down Expand Up @@ -78,6 +78,6 @@
},
"overrides": {
"minimist@<1.2.6": "1.2.6",
"reflect-metadata": "^0.2.0"
"reflect-metadata": "^0.2.2"
}
}

0 comments on commit bdb16f9

Please sign in to comment.