From 49f0ad07583562e534278772a92a3c7b76cae84e Mon Sep 17 00:00:00 2001 From: Drew Gross Date: Sun, 12 Jun 2016 12:11:39 -0700 Subject: [PATCH] Pin deepcopy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9954abee13..a2d436bc63 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "body-parser": "^1.14.2", "colors": "^1.1.2", "commander": "^2.9.0", - "deepcopy": "^0.6.1", + "deepcopy": "0.6.1", "express": "^4.13.4", "intersect": "^1.0.1", "lodash": "^4.8.2",