jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

[vuln] upgrade rimraf to 5.0.5 #82

Closed k725 closed 9 months ago

k725 commented 9 months ago
@org/package@0.0.0-use.local
 `- eslint@8.54.0
    `- file-entry-cache@6.0.1
        `- flat-cache@3.2.0
            `- rimraf@3.0.2 *1
                `- glob@7.2.3 *1
                    `-inflight@1.0.6 *2

1: Old glob used to depend on inflight, but no longer does. 2: https://github.com/isaacs/inflight/issues/5

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (7cf4631) 100.00% compared to head (c767d57) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #82 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 275 275 ========================================= Hits 275 275 ```

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

jaredwray commented 9 months ago

This will not be possible with older versions. We will be doing a change in January with a major version bump to address this and remove support for nodejs v10 and v12.