This commit is contained in:
ThatOneCalculator 2023-06-05 15:08:35 -07:00
parent 4f16bdea78
commit c664d7da08
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 6 additions and 6 deletions

View file

@ -112,7 +112,7 @@
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
"re2": "1.19.0",
"redis-lock": "1.0.0",
"redis-lock": "0.1.4",
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
"rndstr": "1.0.0",

View file

@ -331,8 +331,8 @@ importers:
specifier: 1.19.0
version: 1.19.0
redis-lock:
specifier: 1.0.0
version: 1.0.0
specifier: 0.1.4
version: 0.1.4
reflect-metadata:
specifier: 0.1.13
version: 0.1.13
@ -13227,9 +13227,9 @@ packages:
lodash: 4.17.21
dev: false
/redis-lock@1.0.0:
resolution: {integrity: sha512-zfI+Il36jXwRT/W8SBsG132Bc2yp3tMuf3KTGjSzXimadI17NEGBvb/KrDkCuAC2hzVxW5uR5ns/rxuqiWeV3Q==}
engines: {node: '>=12'}
/redis-lock@0.1.4:
resolution: {integrity: sha512-7/+zu86XVQfJVx1nHTzux5reglDiyUCDwmW7TSlvVezfhH2YLc/Rc8NE0ejQG+8/0lwKzm29/u/4+ogKeLosiA==}
engines: {node: '>=0.6'}
dev: false
/redis-parser@3.0.0: