grunt-groc icon indicating copy to clipboard operation
grunt-groc copied to clipboard

A simple grunt task to generate a project's documentation using Groc

Results 9 grunt-groc issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/jdcataldo/test/github/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9/master..snyk-fix-5ea133fd44f6e9556e65287722993edd) for more details. #### Snyk Project: [jdcataldo/grunt-groc:package.json](https://app.snyk.io/org/jdcataldo/project/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/jdcataldo/test/github/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9/master..snyk-fix-f79a488c766892c5bac85adf14f6a9f4) for more details. #### Snyk Project: [jdcataldo/grunt-groc:package.json](https://app.snyk.io/org/jdcataldo/project/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/jdcataldo/test/github/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9/master..snyk-fix-3e9f56f3ace87f53a43c2e18b076385d) for more details. #### Snyk Project: [jdcataldo/grunt-groc:package.json](https://app.snyk.io/org/jdcataldo/project/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/jdcataldo/test/github/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9/master..snyk-fix-p1nb5j) for more details. #### Snyk Project: [jdcataldo/grunt-groc:package.json](https://app.snyk.io/org/jdcataldo/project/55d4d4c8-6cc5-4ed4-9e04-9891c71d75d9) ####...

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

Use groc version 0.4.0, I use grunt config like that: groc: { javascript: ['app/common/*.js'], options: { "out": "release/docs/" } }, When I run grunt groc:javascript command, it show this message:...

Getting this error when running grunt groc: (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral. I'm using node...