Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent e532679 commit da884ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.1",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"redlock": "^5.0.0-beta.2"
},
"devDependencies": {
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/platform-express": "10.3.0",
"@nestjs/testing": "10.3.0",
"ioredis": "5.3.2",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/simple-redlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/testing": "10.2.10",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/platform-express": "10.3.0",
"@nestjs/testing": "10.3.0",
"ioredis": "5.3.2",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
Expand Down

0 comments on commit da884ce

Please sign in to comment.