snyk / snyk-hex-plugin

Other
6 stars 4 forks source link

fix: upgrade shescape to 2.1.0 #32

Open thisislawatts opened 6 months ago

thisislawatts commented 6 months ago

What this does

Align this repo with the CLI node version.

The .node-version file is used in Node.js projects to specify the version of Node.js required for the project. It helps developers and automated tools like version managers (e.g., nvm, fnm) to ensure the correct Node.js version is used.

More information https://github.com/shadowspawn/node-version-usage

The shescape pkg has deprecated all versions lower than v2. This change updates to the new interface. Please validate these changes against the migration document: https://github.com/ericcornelissen/shescape/blob/HEAD/docs/migration.md

In addition support has been dropped for older versions of node.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.