mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Rolled back redis-sharelatex to 1.0.12
This commit is contained in:
parent
ce3266c59c
commit
3ffc218b2c
2 changed files with 5 additions and 5 deletions
8
services/real-time/package-lock.json
generated
8
services/real-time/package-lock.json
generated
|
@ -1936,13 +1936,13 @@
|
|||
}
|
||||
},
|
||||
"redis-sharelatex": {
|
||||
"version": "1.0.13",
|
||||
"resolved": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.13.tgz",
|
||||
"integrity": "sha512-sAQNofqfcMlIxzxNJF1qUspJKDM1VuuIOrGZQX9nb5JtcJ5cusa5sc+Oyb51eymPV5mZGWT3u07tKtv4jdXVIg==",
|
||||
"version": "1.0.12",
|
||||
"resolved": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.12.tgz",
|
||||
"integrity": "sha512-Z+LDGaRNgZ+NiDaCC/R0N3Uy6SCtbKXqiXlvCwAbIQRSZUc69OVx/cQ3i5qDF7zeERhh+pnTd+zGs8nVfa5p+Q==",
|
||||
"requires": {
|
||||
"async": "^2.5.0",
|
||||
"coffee-script": "1.8.0",
|
||||
"ioredis": "~4.17.3",
|
||||
"ioredis": "~4.16.1",
|
||||
"redis-sentinel": "0.1.1",
|
||||
"underscore": "1.7.0"
|
||||
},
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"express-session": "^1.17.1",
|
||||
"logger-sharelatex": "^1.7.0",
|
||||
"metrics-sharelatex": "^2.6.2",
|
||||
"redis-sharelatex": "^1.0.13",
|
||||
"redis-sharelatex": "^1.0.12",
|
||||
"request": "^2.88.2",
|
||||
"settings-sharelatex": "^1.1.0",
|
||||
"socket.io": "0.9.19",
|
||||
|
|
Loading…
Reference in a new issue