snyk / policy

Snyk policy parser and matching logic
Other
8 stars 8 forks source link

fix: migrate from `promise-fs` to `fs/promises` #102

Closed gclapperton closed 1 year ago

gclapperton commented 1 year ago

What does this PR do?

Remove promise-fs in favour of fs/promises. fs/promises was released in Node v10 (2018) and promise-fs has been deprecated for about 4 years. We were using both in the codebase

How should this be manually tested?

npm run test

and/or

npm link then npm link snyk-policy in Registry before running tests in Registry

snyksec commented 1 year ago

:tada: This PR is included in version 1.25.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: