diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-19 22:06:46 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-19 22:06:46 +0200 |
commit | e7ea0979f896795a6fec8b64102313a40c4726f2 (patch) | |
tree | 4bd687271a96c59f61b2cd5835bb4bede96c14ed /package.json | |
parent | 8bf3013038f24409883f96b91e43995591a7ee2b (diff) | |
download | PeerTube-e7ea0979f896795a6fec8b64102313a40c4726f2.tar.gz PeerTube-e7ea0979f896795a6fec8b64102313a40c4726f2.tar.zst PeerTube-e7ea0979f896795a6fec8b64102313a40c4726f2.zip |
Use lodash v4
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 678804ed2..242e1beb2 100644 --- a/package.json +++ b/package.json | |||
@@ -51,7 +51,7 @@ | |||
51 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", | 51 | "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", |
52 | "express-validator": "^2.11.0", | 52 | "express-validator": "^2.11.0", |
53 | "js-yaml": "^3.5.4", | 53 | "js-yaml": "^3.5.4", |
54 | "lodash-node": "^3.10.2", | 54 | "lodash": "^4.11.1", |
55 | "mkdirp": "^0.5.1", | 55 | "mkdirp": "^0.5.1", |
56 | "mongoose": "^4.0.5", | 56 | "mongoose": "^4.0.5", |
57 | "morgan": "^1.5.3", | 57 | "morgan": "^1.5.3", |