Skip to content

Commit

Permalink
Fix for skunight#68
Browse files Browse the repository at this point in the history
These should be a peer dependency also but this is fixing. https://www.npmjs.com/advisories/1594
  • Loading branch information
rifatdover authored Jan 11, 2021
1 parent fdd02d4 commit e7fe701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lint": "eslint -c .eslintrc.js"
},
"dependencies": {
"@nestjs/common": "^7",
"@nestjs/core": "^7",
"@nestjs/common": "^7.4.4",
"@nestjs/core": "^7.4.4",
"@types/ioredis": "*",
"@types/uuid": "*",
"ioredis": "^4",
Expand Down

0 comments on commit e7fe701

Please sign in to comment.