Skip to content

Commit

Permalink
chore(deps): bump dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Sep 1, 2023
1 parent d4f24b0 commit 58c3246
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 287 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"@fastify/multipart": "7.7.3",
"@fastify/static": "6.10.2",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/common": "10.2.1",
"@nestjs/core": "10.2.1",
"@nestjs/common": "10.2.4",
"@nestjs/core": "10.2.4",
"@nestjs/event-emitter": "2.0.2",
"@nestjs/microservices": "10.2.1",
"@nestjs/platform-fastify": "10.2.1",
"@nestjs/microservices": "10.2.4",
"@nestjs/platform-fastify": "10.2.4",
"@nestjs/schedule": "3.0.3",
"@typegoose/typegoose": "11.4.1",
"@vercel/ncc": "0.36.1",
"adm-zip": "^0.5.10",
"axios": "1.5.0",
"axios-retry": "3.6.1",
"axios-retry": "3.7.0",
"bcrypt": "5.1.1",
"cache-manager": "4.1.0",
"cache-manager-ioredis": "2.1.0",
Expand All @@ -75,12 +75,12 @@
"dayjs": "1.11.9",
"ejs": "^3.1.9",
"jsdom": "^22.1.0",
"jsonwebtoken": "9.0.1",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mongoose": "7.4.5",
"mongoose": "7.5.0",
"mongoose-aggregate-paginate-v2": "1.0.6",
"mongoose-lean-id": "0.5.0",
"mongoose-lean-virtuals": "0.9.1",
Expand All @@ -97,10 +97,10 @@
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@nestjs/cli": "10.1.16",
"@nestjs/cli": "10.1.17",
"@nestjs/schematics": "10.0.2",
"@nestjs/swagger": "7.1.8",
"@nestjs/testing": "10.2.1",
"@nestjs/swagger": "7.1.10",
"@nestjs/testing": "10.2.4",
"@types/adm-zip": "^0.5.0",
"@types/bcrypt": "5.0.0",
"@types/cache-manager-ioredis": "2.0.3",
Expand All @@ -112,19 +112,19 @@
"@types/mime": "^3.0.1",
"@types/mime-types": "^2.1.1",
"@types/mongoose-aggregate-paginate-v2": "1.0.9",
"@types/node": "18.17.11",
"@types/node": "18.17.12",
"@types/supertest": "2.0.12",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"concurrently": "8.2.1",
"cross-env": "7.0.3",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"ioredis": "5.3.2",
"pm2": "^5.3.0",
"prettier": "3.0.2",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vitest": "^0.34.3",
"webpack": "5.88.2",
Expand Down Expand Up @@ -173,4 +173,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}
Loading

0 comments on commit 58c3246

Please sign in to comment.