From 5f6a7f271a1bbd7811863c5901b7c76adc8ca5dc Mon Sep 17 00:00:00 2001 From: clydin Date: Sat, 28 Jan 2017 07:00:12 -0500 Subject: [PATCH] fix(deps): pin lodash types (#4260) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca77b677d0b6..08bee953231f 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@types/fs-extra": "^0.0.31", "@types/glob": "^5.0.29", "@types/jasmine": "^2.2.32", - "@types/lodash": "^4.14.43", + "@types/lodash": "4.14.50", "@types/mock-fs": "^3.6.30", "@types/node": "^6.0.36", "@types/request": "0.0.30",