From d7951efc9a10243e07e02ce1ba9d6fb8d8528ffb Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 14 Feb 2018 11:04:41 +0100 Subject: [PATCH 1/2] assets: bump mathjs to 3.20.2 --- superset/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index fbfa32a27d511..3564d734aa5dc 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -68,7 +68,7 @@ "lodash.throttle": "^4.1.1", "luma.gl": "^5.0.1", "mapbox-gl": "^0.43.0", - "mathjs": "^3.16.3", + "mathjs": "^3.20.2", "moment": "2.18.1", "mustache": "^2.2.1", "nvd3": "1.8.6", From ff597fcb235beaa7b337ff98e020f45267acb6c0 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 14 Feb 2018 11:06:08 +0100 Subject: [PATCH 2/2] assets: bump moment to 2.20.1 --- superset/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index 3564d734aa5dc..12c9e66882948 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -69,7 +69,7 @@ "luma.gl": "^5.0.1", "mapbox-gl": "^0.43.0", "mathjs": "^3.20.2", - "moment": "2.18.1", + "moment": "^2.20.1", "mustache": "^2.2.1", "nvd3": "1.8.6", "po2json": "^0.4.5",