Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2023
1 parent ad580ee commit 01bf57f
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 160 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@nestjs/core": "10.2.10",
"@nestjs/jwt": "10.2.0",
"@nestjs/mapped-types": "^2.0.4",
"@nestjs/passport": "10.0.2",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/schedule": "4.0.0",
"@typegoose/auto-increment": "4.0.0",
Expand All @@ -62,14 +62,14 @@
"cron": "^3.1.6",
"dayjs": "1.11.10",
"lodash": "*",
"mongoose": "8.0.2",
"mongoose": "8.0.3",
"mongoose-paginate-v2": "1.7.31",
"nanoid": "^3",
"nestjs-pretty-logger": "0.2.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"redis": "4.6.11",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1",
"snakecase-keys": "5.5.0",
"zx-cjs": "7.0.7-0"
Expand All @@ -86,7 +86,7 @@
"@types/bcrypt": "5.0.2",
"@types/cache-manager": "4.0.6",
"@types/lodash": "4.14.202",
"@types/node": "20.10.1",
"@types/node": "20.10.4",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
"@types/ua-parser-js": "0.7.39",
Expand All @@ -102,10 +102,10 @@
"source-map-support": "*",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.3.2",
"unplugin-swc": "1.4.3",
"typescript": "^5.3.3",
"unplugin-swc": "1.4.4",
"vite": "5.0.2",
"vite-tsconfig-paths": "4.2.1",
"vite-tsconfig-paths": "4.2.2",
"vitest": "0.34.6",
"zx": "7.2.3"
},
Expand All @@ -115,6 +115,6 @@
},
"resolutions": {
"pino": "./external/pino",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 01bf57f

Please sign in to comment.