Skip to content

Commit

Permalink
chore(deps): update nestjs to 10.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Jul 3, 2024
1 parent ec9db18 commit 1d8733b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@nestjs/axios": "3.0.2",
"@nestjs/bull": "^10.1.1",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/schedule": "4.0.2",
"@nestjs/swagger": "7.3.1",
"@nestjs/swagger": "7.4.0",
"@nestjs/typeorm": "10.0.2",
"@spotify/web-api-ts-sdk": "1.2.0",
"@vitest/coverage-v8": "1.6.0",
Expand All @@ -69,26 +69,28 @@
"exponential-backoff": "3.1.1",
"ioredis": "^5.4.1",
"joi": "17.13.1",
"lodash": "^4.17.21",
"ms": "2.1.3",
"nestjs-paginate": "^8.6.2",
"pactum": "3.7.0",
"pg": "8.12.0",
"reflect-metadata": "^0.2.2",
"reflect-metadata": "0.2.2",
"rxjs": "^7.8.1",
"typeorm": "0.3.20"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@nestjs/cli": "^10.3.2",
"@nestjs/cli": "^10.4.0",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.9",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.28",
"@swc/cli": "0.4.0",
"@swc/core": "1.6.6",
"@trilon/eslint-plugin": "^0.2.1",
"@types/cookie-parser": "1.4.7",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.6",
"@types/ms": "^0.7.34",
"@types/node": "20.10.0",
"@types/passport-jwt": "4.0.1",
Expand Down

0 comments on commit 1d8733b

Please sign in to comment.