Skip to content

Commit

Permalink
chore(deps): axios, body-parser, typeorm
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 27, 2024
1 parent bb8e932 commit 6798c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/package-lock.json

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

6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.7",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"axios": "^1.7.8",
"body-parser": "^1.20.3",
"braces": "^3.0.3",
"dotenv": "^16.4.5",
"follow-redirects": "^1.15.6",
Expand All @@ -41,7 +41,7 @@
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0",
"typeorm": "^0.3.18",
"typeorm": "^0.3.20",
"webpack": "^5.96.1"
},
"jest": {
Expand Down

0 comments on commit 6798c6f

Please sign in to comment.