inline-source-cli
inline-source-cli copied to clipboard
Vulnerability in dependency
npm audit reports the following:
css-what <5.0.1
Severity: high
Denial of Service - https://npmjs.com/advisories/1754
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/css-what
css-select <=3.1.2
Depends on vulnerable versions of css-what
node_modules/css-select
svgo 1.0.0 - 2.3.0
Depends on vulnerable versions of css-select
node_modules/svgo
inline-source >=6.1.0
Depends on vulnerable versions of svgo
node_modules/inline-source
inline-source-cli >=2.0.0
Depends on vulnerable versions of inline-source
node_modules/inline-source-cli
Are there any alternatives to this package? It seems to be abandoned.
You can override the sub dependency yourself like so in your package.json:
"overrides": {
"inline-source-cli": {
"inline-source": "^8.0.2"
}
@popeindustries could you please update inline-source to the latest version?