From 394d6ab9a17743af8134d0af8cb90a9fcc608686 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 11 Sep 2018 10:19:57 -0400 Subject: [PATCH] Update st from 1.10 to 1.2.2 to stop known security threat https://nvd.nist.gov/vuln/detail/CVE-2017-16224 GitHub's suggestion was to update st to version 1.2.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0a45a0..8391043 100644 --- a/package.json +++ b/package.json @@ -63,8 +63,8 @@ "jshint": "2.9.2", "mocha": "~2.5.3", "zuul": "~3.10.1", - "st": "1.1.0", + "st": "1.2.2", "mapbox.js": "2.4.0", "phantomjs-prebuilt": "2.1.7" } -} \ No newline at end of file +}