Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #185

Merged
merged 6 commits into from
May 1, 2024
Merged

Update dependencies #185

merged 6 commits into from
May 1, 2024

Conversation

paul90
Copy link
Member

@paul90 paul90 commented Apr 13, 2024

Continuing the removal of unnecessary dependencies.

With both lodash and mkdirp native Javascript, and Node.js, has advanced such that those packages are no longer required.

'sanitize-caja' has been replaced with DOMPurify, which is also used in client plugins.

'lodash' has been replaced with native JavaScript.

'mkdirp' has been replaced with node fs.mkdir() with the recursive option.

replace unmaintained sanitize-caja with dompurify
replace with fs.mkdir with `recursive: true` option.
@paul90 paul90 merged commit 217d3ec into master May 1, 2024
3 checks passed
@paul90 paul90 deleted the update-dependencies branch May 1, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant