Skip to content

Commit

Permalink
chore(deps): bump dependencies in backend (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 23, 2023
1 parent 8b607ef commit 7eb15b4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
46 changes: 23 additions & 23 deletions backend/package-lock.json

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

24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@nestjs/testing": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"dotenv": "^16.0.1",
"pg": "^8.7.3",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.0",
"rxjs": "^7.8.0",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.17",
"winston": "^3.9.0",
"nest-winston": "^1.9.3",
"winston": "^3.11.0",
"nest-winston": "^1.9.4",
"helmet": "^7.0.0"
},
"devDependencies": {
Expand All @@ -57,18 +57,18 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"istanbul-badges-readme": "^1.8.4",
"jest": "^29.0.0",
"jest": "^29.7.0",
"jest-badges": "^0.1.3",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"source-map-support": "^0.5.20",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.3.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.0.0"
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 7eb15b4

Please sign in to comment.