From e7fe70103682230e655638fbd294be1787568f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rifat=20D=C3=B6ver?= <748054+rifatdover@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:59:50 +0300 Subject: [PATCH] Fix for #68 These should be a peer dependency also but this is fixing. https://www.npmjs.com/advisories/1594 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d92e57a..bacc852 100644 --- a/package.json +++ b/package.json @@ -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",