-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump uglify version and tested NodeJS 9-series
Uglify 2.4 has a vulnerability that doesn't affect users of this library, but does result in build warnings: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858 Early minor versions of NodeJS 9.x inherited a bug from V8 that led to repeated test failures: nodejs/node#16781.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ node_js: | |
- "5.5" | ||
- "6.12" | ||
- "8.9" | ||
- "9.1" | ||
- "9.11" | ||
- "node" | ||
|
||
services: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"devDependencies": { | ||
"mocha": "~1", | ||
"claire": "0.4.1", | ||
"uglify-js": "2.4.x", | ||
"uglify-js": "2.6.x", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
squaremo
Author
Collaborator
|
||
"istanbul": "0.1.x" | ||
}, | ||
"scripts": { | ||
|
Considering that uglify is no longer maintained, any plans to start using terser instead?