From 589754cb9542c09ead8fba2e0e6e9f6301d413a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 Feb 2018 13:20:15 +0000 Subject: [PATCH] fix(deps): update dependency mathjs to ^4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 658e5a3..11d709c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/lgaticaq/tbk#readme", "dependencies": { "async": "^2.0.0-rc.5", - "mathjs": "^3.2.1", + "mathjs": "^4.0.0", "request": "^2.72.0", "ursa": "^0.9.4" },