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

chore(dependencies): update js-yaml #224

Merged
merged 1 commit into from
Jun 23, 2024
Merged

chore(dependencies): update js-yaml #224

merged 1 commit into from
Jun 23, 2024

Conversation

nfischer
Copy link
Member

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).

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).
@nfischer nfischer added the chore label Jun 23, 2024
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nfischer nfischer merged commit 03c2964 into main Jun 23, 2024
84 checks passed
@nfischer nfischer deleted the chore-update-yaml branch June 23, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant