shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

chore(dependencies): update js-yaml #224

Closed nfischer closed 3 months ago

nfischer commented 3 months ago

This updates js-yaml to 4.1.0 and swaps out yaml.safeLoad() for yaml.load() because the safe* functions are deprecated starting in 4.0.0 (the "regular" functions are considered safe).

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (c787042) to head (7c34f01).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #224 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 114 114 ========================================= Hits 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.