grunt-jsdoc
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc", | ||
@@ -38,9 +38,9 @@ "author": { | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-eslint": "^21.0.0", | ||
"grunt-eslint": "^22.0.0", | ||
"ink-docstrap": "^1.3.2", | ||
"load-grunt-tasks": "^4.0.0" | ||
"load-grunt-tasks": "^5.1.0" | ||
}, | ||
"dependencies": { | ||
"cross-spawn": "^6.0.5", | ||
"jsdoc": "~3.6.0" | ||
"cross-spawn": "^7.0.1", | ||
"jsdoc": "^3.6.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "keywords": [ |
@@ -124,2 +124,3 @@ # grunt-jsdoc [](https://travis-ci.org/krampstudio/grunt-jsdoc) [](http://badge.fury.io/js/grunt-jsdoc) [](https://gruntjs.com/) | ||
* _2.4.0_ jsdoc 3.6.0 (security update) and upgrade node support | ||
* _2.4.1_ security update | ||
* _2.3.0_ jsdoc 3.5.5 and up to date dependencies | ||
@@ -126,0 +127,0 @@ * _2.3.1_ fix version of transitive dependency `marked` to prevent [regex dos](https://www.npmjs.com/advisories/812) |
26655
175
+ Addedcross-spawn@7.0.6(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removednice-try@1.0.5(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedwhich@1.3.1(transitive)
Updatedcross-spawn@^7.0.1
Updatedjsdoc@^3.6.3