From a74e68b2007bd438762e6ec8c83df564ed8d3c11 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Thu, 10 Aug 2017 14:45:58 +1000 Subject: [PATCH] COMPASS-1723 Pin to data-service@7.0.0 Others please feel welcome to find the proper fix rather than this quick workaround. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc382d9f926..8861504c20a 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "moment": "^2.10.6", "mongodb-collection-model": "^0.4.0", "mongodb-connection-model": "^9.0.0", - "mongodb-data-service": "^7.0.0", + "mongodb-data-service": "7.0.0", "mongodb-database-model": "^0.1.2", "mongodb-explain-plan-model": "^0.2.2", "mongodb-extended-json": "^1.10.0",