stoplightio / spectral-action

GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
https://stoplight.io/open-source/spectral
Apache License 2.0
89 stars 46 forks source link

Update yarn lock to pick up some bugfixes from dependencies #655

Closed Desislav-Petrov closed 9 months ago

Desislav-Petrov commented 10 months ago

There was a bug in the spectral libraries described here. The bug was fixed earlier this year.

The dependency version that is present in the lock file is outdated so it doesn't include the new version of the spectral library which fixes this problem. As a result, users of the action can still hit the bug.

The solution is to regenerate the yarn lock file which will pick up the new version of the library so the bug will be fixed.