adamreisnz / replace-in-file

A simple utility to quickly replace contents in one or more files
580 stars 65 forks source link

Update Glob to v10 to resolve CWE-772 in inflight #192

Closed Teamop closed 3 months ago

Teamop commented 3 months ago

fix #189 Breaking change: glob v9+ only support node 16+, so

  1. update the glob to v10
  2. update all the node reference in package.json and .travis.yml to 16+

reference - https://github.com/isaacs/node-glob/blob/main/changelog.md#90

adamreisnz commented 3 months ago

Thank you, will release this shortly