nestjs-simple-redis-lock icon indicating copy to clipboard operation
nestjs-simple-redis-lock copied to clipboard

Package bump

Open radulupaescu opened this issue 2 years ago • 1 comments

Hi Alex,

I've peeked inside your project and it seems ok to bump the packages to the new versions. This will solve a security issue with the Axios version used by @nestjs/common.

Thanks for the lib, it's really nice.

– Radu

"dependencies": {
    "@nestjs/common": "^8.0.6",
    "@nestjs/core": "^8.0.6",
    "@types/debug": "^4.1.7",
    "debug": "^4.3.2",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.3.0",
    "nestjs-redis": "^1.3.3"
},

radulupaescu avatar Aug 26 '21 22:08 radulupaescu

try @huangang/nestjs-simple-redis-lock and @liaoliaots/nestjs-redis

huangang avatar Sep 08 '21 01:09 huangang