Skip to content

Commit fac6c48

Browse files
zkamvarschloerke
authored andcommitted
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
1 parent a4cb80c commit fac6c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/libs/leaflet-omnivore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jshint": "2.9.2",
6464
"mocha": "~2.5.3",
6565
"zuul": "~3.10.1",
66-
"st": "1.1.0",
66+
"st": "1.2.2",
6767
"mapbox.js": "2.4.0",
6868
"phantomjs-prebuilt": "2.1.7"
6969
}

inst/htmlwidgets/lib/leaflet-omnivore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jshint": "2.9.2",
6464
"mocha": "~2.5.3",
6565
"zuul": "~3.10.1",
66-
"st": "1.1.0",
66+
"st": "1.2.2",
6767
"mapbox.js": "2.4.0",
6868
"phantomjs-prebuilt": "2.1.7"
6969
}

0 commit comments

Comments
 (0)