Skip to content

Commit e7fe701

Browse files
authored
Fix for #68
These should be a peer dependency also but this is fixing. https://www.npmjs.com/advisories/1594
1 parent fdd02d4 commit e7fe701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"lint": "eslint -c .eslintrc.js"
2121
},
2222
"dependencies": {
23-
"@nestjs/common": "^7",
24-
"@nestjs/core": "^7",
23+
"@nestjs/common": "^7.4.4",
24+
"@nestjs/core": "^7.4.4",
2525
"@types/ioredis": "*",
2626
"@types/uuid": "*",
2727
"ioredis": "^4",

0 commit comments

Comments
 (0)