Skip to content

Commit bfe4b0d

Browse files
authored
Update uglify-js to remove security warning
This does not change the code as it has already been compiled. Only done to remove the warning Known security issues: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8857 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858
1 parent 339341d commit bfe4b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/libs/leaflet-markercluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"jshint": "~2.1.3",
88
"mocha": "~1.10.0",
99
"karma": "~0.8.5",
10-
"uglify-js": "~2.3.6",
10+
"uglify-js": "~2.6.0",
1111
"jake": "~0.5.16",
1212
"magic-string": "^0.7.0",
1313
"leaflet": "~1.0.3"

0 commit comments

Comments
 (0)