mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add ioredis package explicitly
This commit is contained in:
parent
b3616af783
commit
0af8c47cfc
2 changed files with 3 additions and 2 deletions
|
|
@ -14,8 +14,9 @@
|
|||
"connect-ensure-login": "^0.1.1",
|
||||
"express": "^4.17.3",
|
||||
"express-session": "^1.17.2",
|
||||
"ioredis": "^5.3.2",
|
||||
"passport": "^0.6.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"read-yaml-file": "^2.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -577,7 +577,7 @@ inherits@2, inherits@2.0.4:
|
|||
|
||||
ioredis@^5.3.2:
|
||||
version "5.3.2"
|
||||
resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.3.2.tgz"
|
||||
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7"
|
||||
integrity sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==
|
||||
dependencies:
|
||||
"@ioredis/commands" "^1.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue