Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

dep: remove mkdirp dependency #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 16, 2021

  1. dep: remove mkdirp dependency

    * dep: mkdirp hasn't been updated in 4 years, and node's fs library
    has had a recursive option for `fs` since v10.12 (oldest active LTS
    version). Additionally `mkdirp` depends on a version of library `minimist` that has a minor vulnerability associated.
    
    Refs:
    * https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback
    * https://npmjs.com/advisories/1179
    rharriso committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9da90e3 View commit details
    Browse the repository at this point in the history