From 335eeb933d73106045504051082fd2a42c47703b Mon Sep 17 00:00:00 2001 From: Martin Torp Date: Mon, 30 Mar 2020 13:19:13 +0200 Subject: [PATCH] update lodash to version 4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cabc2c0..dfa517f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/screeps/storage.git" }, "dependencies": { - "lodash": "^3.10.1", + "lodash": "^4.0.0", "lokijs": "^1.5.6", "q": "^1.4.1" }