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] authored May 10, 2024
1 parent 2f2f8e9 commit 103c8c4
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 211 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,41 +54,41 @@
"@nestjs/cache-manager": "2.1.1",
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/event-emitter": "2.0.3",
"@nestjs/event-emitter": "2.0.4",
"@nestjs/microservices": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/schedule": "3.0.4",
"@typegoose/typegoose": "11.7.1",
"@vercel/ncc": "0.38.1",
"adm-zip": "^0.5.10",
"axios": "1.6.0",
"adm-zip": "^0.5.12",
"axios": "1.6.8",
"axios-retry": "3.9.1",
"bcrypt": "5.1.1",
"cache-manager": "4.1.0",
"cache-manager-ioredis": "2.1.0",
"camelcase-keys": "7.0.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"commander": "^11.1.0",
"consola": "2.15.3",
"cron": "2.4.4",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"ejs": "^3.1.9",
"jsdom": "^22.1.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mongoose": "7.6.5",
"mongoose-aggregate-paginate-v2": "1.0.6",
"mongoose": "7.6.11",
"mongoose-aggregate-paginate-v2": "1.0.7",
"mongoose-lean-id": "0.5.0",
"mongoose-lean-virtuals": "0.9.1",
"mongoose-paginate-v2": "1.7.31",
"nanoid": "3.3.6",
"node-machine-id": "1.1.12",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
"reflect-metadata": "0.1.14",
"rimraf": "5.0.6",
"rxjs": "7.8.1",
"slugify": "1.6.6",
"snakecase-keys": "5.5.0",
Expand All @@ -99,22 +99,22 @@
"@innei/eslint-config-ts": "0.11.1",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/swagger": "7.1.16",
"@nestjs/swagger": "7.1.17",
"@nestjs/testing": "10.2.10",
"@types/adm-zip": "^0.5.5",
"@types/bcrypt": "5.0.2",
"@types/cache-manager-ioredis": "2.0.6",
"@types/ejs": "^3.1.5",
"@types/js-yaml": "4.0.9",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "4.14.202",
"@types/mime": "^3.0.4",
"@types/mime-types": "^2.1.4",
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
"@types/node": "18.18.11",
"@types/node": "18.18.14",
"@types/supertest": "2.0.16",
"@types/uuid": "^9.0.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"concurrently": "8.2.2",
Expand All @@ -123,8 +123,8 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"ioredis": "5.3.2",
"pm2": "^5.3.0",
"prettier": "3.1.0",
"pm2": "^5.3.1",
"prettier": "3.1.1",
"typescript": "5.2.2",
"vitest": "^0.34.6",
"webpack": "5.89.0",
Expand Down
Loading

0 comments on commit 103c8c4

Please sign in to comment.