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

Conversation

rharriso
Copy link

What / Why

  • 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:

@ThomasThelen
Copy link

Any status on this? @rharriso, can you fix the conflict and maybe the maintainers won't have an issue merging?

@rharriso
Copy link
Author

Freebased.

* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants