Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Apr 4, 2024
1 parent db3caf5 commit 9827f76
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 381 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,32 @@
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/multipart": "^8.2.0",
"@fastify/static": "^7.0.1",
"@fastify/static": "^7.0.3",
"@liaoliaots/nestjs-redis": "^9.0.5",
"@nestjs-modules/mailer": "^1.10.3",
"@nestjs/axios": "^3.0.2",
"@nestjs/bull": "^10.1.0",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "^10.3.5",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.5",
"@nestjs/bull": "^10.1.1",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.3.7",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-fastify": "^10.3.5",
"@nestjs/platform-socket.io": "^10.3.5",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/platform-socket.io": "^10.3.7",
"@nestjs/schedule": "^4.0.1",
"@nestjs/swagger": "^7.3.0",
"@nestjs/swagger": "^7.3.1",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^5.1.2",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.5",
"@nestjs/websockets": "^10.3.7",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/redis-emitter": "^5.1.0",
"@types/lodash": "^4.17.0",
"axios": "^1.6.8",
"bull": "^4.12.2",
"cache-manager": "^5.4.0",
"cache-manager-ioredis-yet": "^2.0.2",
"chalk": "^5.3.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cron": "^3.1.6",
Expand All @@ -84,34 +82,35 @@
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"mysql2": "^3.9.2",
"mysql2": "^3.9.3",
"nanoid": "^3.3.7",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"qiniu": "^7.11.1",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"socket.io": "^4.7.5",
"stacktrace-js": "^2.0.2",
"svg-captcha": "^1.4.0",
"systeminformation": "^5.22.6",
"systeminformation": "^5.22.7",
"typeorm": "0.3.17",
"ua-parser-js": "^1.0.37",
"winston": "^3.12.0",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@antfu/eslint-config": "^2.12.1",
"@compodoc/compodoc": "^1.1.23",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.4",
"@nestjs/testing": "^10.3.5",
"@types/cache-manager": "^4.0.6",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.0",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.30",
"@types/passport-jwt": "^4.0.1",
Expand All @@ -121,7 +120,7 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
Expand Down
Loading

0 comments on commit 9827f76

Please sign in to comment.