Skip to content

Commit

Permalink
fix: upgrade some deps (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
khuongln-1346 authored Nov 15, 2024
1 parent 121f4e5 commit 4b99544
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 244 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"dependencies": {
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/axios": "^3.1.1",
"@nestjs/axios": "^3.1.2",
"@nestjs/bullmq": "^10.2.2",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/core": "^10.4.7",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/swagger": "^8.0.1",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/platform-express": "^10.4.7",
"@nestjs/swagger": "^8.0.5",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"argon2": "^0.41.1",
Expand All @@ -57,7 +57,7 @@
"handlebars": "^4.7.8",
"helmet": "^8.0.0",
"ms": "^2.1.3",
"nestjs-i18n": "^10.4.9",
"nestjs-i18n": "^10.5.0",
"nestjs-pino": "^4.1.0",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
Expand All @@ -67,8 +67,8 @@
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.2",
"uuid": "^11.0.2"
"typeorm-extension": "^3.6.3",
"uuid": "^11.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
Expand Down
Loading

0 comments on commit 4b99544

Please sign in to comment.