From fac6c4811c400ce473f767460349c269dc18d22c Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Thu, 1 Nov 2018 17:29:22 +0000 Subject: [PATCH] update st to fix known vulnerability (#575) * update st to fix known vulnerability I was alerted to a known vulnerability in the st package: https://nvd.nist.gov/vuln/detail/CVE-2017-16224 GitHub's suggestion was to update st to version 1.2.2 * update NEWS --- docs/libs/leaflet-omnivore/package.json | 2 +- inst/htmlwidgets/lib/leaflet-omnivore/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libs/leaflet-omnivore/package.json b/docs/libs/leaflet-omnivore/package.json index 41b6b70de..5dcbfae8e 100644 --- a/docs/libs/leaflet-omnivore/package.json +++ b/docs/libs/leaflet-omnivore/package.json @@ -63,7 +63,7 @@ "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" } diff --git a/inst/htmlwidgets/lib/leaflet-omnivore/package.json b/inst/htmlwidgets/lib/leaflet-omnivore/package.json index 41b6b70de..5dcbfae8e 100644 --- a/inst/htmlwidgets/lib/leaflet-omnivore/package.json +++ b/inst/htmlwidgets/lib/leaflet-omnivore/package.json @@ -63,7 +63,7 @@ "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" }