MetaScript icon indicating copy to clipboard operation
MetaScript copied to clipboard

Bump glob version to address https://nodesecurity.io/advisories/118

Open Silic0nS0ldier opened this issue 7 years ago • 0 comments

  • Path: metascript > glob > minimatch
  • Also bumped jsDoc version which faced build issues initially.

The jsDoc related changes don't have many meaningful changes. Just needed to bump the version to properly build the docs, for which there are no real changes (its all cosmetic). If you'd rather not merge the doc changes, let me know.

Main issue reason for this PR is to move off the old glob version which used a version of minimatch with a major security flaw. Granted this is a development dependency, but with how the NPM deduplication logic goes, it pays to be safe. API was identical, so no code changes required.

Silic0nS0ldier avatar Jun 05 '18 12:06 Silic0nS0ldier