Skip to content

Commit

Permalink
Merge pull request #69 from rifatdover/patch-1
Browse files Browse the repository at this point in the history
Fix for #68
  • Loading branch information
skunight authored Mar 19, 2021
2 parents fdd02d4 + e7fe701 commit 9c02dda
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 9c02dda

Please sign in to comment.