Skip to content

Commit

Permalink
chore: 🔨 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Jan 13, 2024
1 parent c6a5cdc commit d190d45
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 376 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.1.17",
"@nestjs/throttler": "^5.1.1",
"@node-rs/bcrypt": "^1.7.3",
"@prisma/client": "5.7.1",
"@node-rs/bcrypt": "^1.9.1",
"@prisma/client": "5.8.0",
"axios": "^1.6.5",
"bull": "^4.12.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"cos-nodejs-sdk-v5": "^2.12.6",
"cron": "3.1.3",
"dayjs": "^1.11.10",
"helmet": "^7.1.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"mongoose": "^8.0.3",
"mongoose": "^8.0.4",
"ms": "^2.1.3",
"multer": "1.4.5-lts.1",
"nestjs-i18n": "^10.4.0",
Expand All @@ -94,7 +94,7 @@
"@brucesong/eslint-config-ts": "^1.0.17",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@nestjs/cli": "^10.2.1",
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.0",
"@swc/cli": "^0.1.63",
Expand All @@ -107,7 +107,7 @@
"@types/multer": "^1.4.11",
"@types/node": "^20.11.0",
"@types/nodemailer": "^6.4.14",
"@types/passport-jwt": "^3.0.13",
"@types/passport-jwt": "^4.0.0",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.7",
"commitizen": "^4.3.0",
Expand All @@ -118,8 +118,8 @@
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"pm2": "^5.3.0",
"prettier": "^3.1.1",
"prisma": "^5.7.1",
"prettier": "^3.2.1",
"prisma": "^5.8.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit d190d45

Please sign in to comment.