Skip to content

Commit

Permalink
fix: upgrade some deps (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Nov 3, 2024
1 parent b83726c commit 317bc73
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 470 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@nestjs/typeorm": "^10.0.2",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"bullmq": "^5.21.2",
"bullmq": "^5.23.0",
"cache-manager": "^5.7.6",
"cache-manager-ioredis-yet": "^2.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"compression": "^1.7.5",
"handlebars": "^4.7.8",
"helmet": "^8.0.0",
"ms": "^2.1.3",
Expand All @@ -65,26 +65,26 @@
"pino-pretty": "^11.3.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.2",
"uuid": "^11.0.2"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.40",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.7.42",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/ms": "^0.7.34",
"@types/node": "^22.8.2",
"@types/node": "^22.8.7",
"@types/nodemailer": "^6.4.16",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
Expand All @@ -94,15 +94,15 @@
"@vuepress/plugin-search": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"env-cmd": "^10.1.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"sass-embedded": "^1.80.4",
"sass-embedded": "^1.80.6",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
Expand Down
Loading

0 comments on commit 317bc73

Please sign in to comment.