InfluxCommunity / influxdb3-js

The JavaScript Client that provides a simple and convenient way to interact with InfluxDB 3.
https://influxcommunity.github.io/influxdb3-js/
MIT License
13 stars 4 forks source link

chore: remove yarn.lock files from examples #336

Closed bednar closed 4 months ago

bednar commented 4 months ago

Proposed Changes

This PR removes yarn.lock files from the examples. We prefer not to include them here due to potential security vulnerabilities in dependencies. Managing these with Dependabot would require us to implement CI tests for the examples, which is not our current practice.

Actual security issues for examples:

image

Checklist

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.47%. Comparing base (7c89de0) to head (0041809).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #336 +/- ## ======================================= Coverage 96.47% 96.47% ======================================= Files 23 23 Lines 907 907 Branches 214 214 ======================================= Hits 875 875 Misses 7 7 Partials 25 25 ```

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