Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit ce15f13

Browse files
committed
Update dependency uuid to v8.3.1
1 parent 6e86e0c commit ce15f13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/mutex/drivers/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"faker": "4.1.0",
1616
"machine": "15.2.2",
1717
"mutex-promise": "0.1.0",
18-
"uuid": "8.1.0"
18+
"uuid": "8.3.1"
1919
}
2020
}

src/mutex/drivers/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"mutex-promise": "0.1.0",
1818
"redis": "3.0.2",
1919
"redlock": "4.1.0",
20-
"uuid": "8.1.0"
20+
"uuid": "8.3.1"
2121
}
2222
}

src/streams/drivers/kafka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"machine": "15.2.2",
1919
"kafkajs": "1.12.0",
2020
"rxjs": "6.5.5",
21-
"uuid": "8.1.0"
21+
"uuid": "8.3.1"
2222
}
2323
}

src/streams/drivers/redis-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"machine": "15.2.2",
1717
"redis-mock": "0.49.0",
1818
"rxjs": "6.5.5",
19-
"uuid": "8.1.0"
19+
"uuid": "8.3.1"
2020
}
2121
}

src/streams/drivers/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"machine": "15.2.2",
1818
"redis": "3.0.2",
1919
"rxjs": "6.5.5",
20-
"uuid": "8.1.0"
20+
"uuid": "8.3.1"
2121
}
2222
}

0 commit comments

Comments
 (0)