Merge pull request #16977 from overleaf/jpa-lodash-missing

[real-time] add missing lodash package to dependencies

GitOrigin-RevId: f8116a1e7cf2ff08db66f88f9568c2c6cf1cbe02
This commit is contained in:
Jakob Ackermann
2024-02-08 14:32:16 +00:00
committed by Copybot
parent 01e551e606
commit 90960b4f3a
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"express": "^4.18.2",
"express-session": "^1.17.1",
"joi": "^17.12.0",
"lodash": "^4.17.21",
"proxy-addr": "^2.0.7",
"request": "^2.88.2",
"socket.io": "github:overleaf/socket.io#0.9.19-overleaf-10",