Skip to content

Commit

Permalink
Merge pull request #187 from krampstudio/fix/security-update
Browse files Browse the repository at this point in the history
Fix/security update
  • Loading branch information
krampstudio committed May 5, 2019
2 parents d4dcca6 + 98c0773 commit 7b4c6eb
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 170 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,8 +1,9 @@
language : node_js
node_js :
- "6.14.0"
- "8.11.4"
- "10.10.0"
- "8.16.0"
- "10.15.3"
- "11.15.0"
- "12.1.0"
before_script :
- npm --version

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -120,6 +120,7 @@ Every contribution is more than welcomed. You can:
To be sure the issue comes from the Grunt plugin, you can check by comparing the results with a jsdoc command. Run the task with the `--debug` flag to retrieve the jsdoc command to run.

## Release History
* _2.4.0_ jsdoc 3.6.0 (security update) and upgrade node support
* _2.3.0_ jsdoc 3.5.5 and up to date dependencies
* _2.3.1_ fix version of transitive dependency `marked` to prevent [regex dos](https://www.npmjs.com/advisories/812)
* _2.2.0_ jsdoc 3.5.0
Expand Down

0 comments on commit 7b4c6eb

Please sign in to comment.