Skip to content

Commit e1cd4a1

Browse files
authored
Merge pull request #8 from alexpota/chore/update-redlock-universal-0.7.5
chore: update redlock-universal to 0.7.5
2 parents 8ffb4e0 + 479eca5 commit e1cd4a1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-redlock-universal",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "NestJS integration for redlock-universal - Distributed Redis locks with decorators, modules, and dependency injection",
55
"keywords": [
66
"nestjs",
@@ -90,7 +90,7 @@
9090
"peerDependencies": {
9191
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
9292
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
93-
"redlock-universal": "^0.7.3",
93+
"redlock-universal": "^0.7.5",
9494
"reflect-metadata": "^0.1.13 || ^0.2.0"
9595
},
9696
"devDependencies": {
@@ -110,7 +110,7 @@
110110
"lint-staged": "^16.2.6",
111111
"prettier": "^3.0.0",
112112
"redis": "^5.9.0",
113-
"redlock-universal": "^0.7.3",
113+
"redlock-universal": "^0.7.5",
114114
"reflect-metadata": "^0.1.13",
115115
"tsup": "^8.0.0",
116116
"typescript": "^5.2.0",

0 commit comments

Comments
 (0)