diff --git a/package.json b/package.json index 2c1eca9..ea2217b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-redis", - "version": "1.1.2", + "version": "1.2.0", "description": "a nestjs redis module", "author": "zzy", "license": "MIT", @@ -19,7 +19,7 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "^5.1.0", + "@nestjs/common": "6.3.1", "@types/ioredis": "^4.0.4", "@types/uuid": "^3.4.4", "ioredis": "^4.2.0", @@ -28,7 +28,7 @@ "uuid": "^3.3.2" }, "devDependencies": { - "@nestjs/testing": "^5.5.0", + "@nestjs/testing": "6.3.1", "@types/node": "^10.7.1", "cz-conventional-changelog": "^2.1.0", "jest": "^23.6.0",