Updated dependencies to fix vulnerabilities #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated all dependencies to the latest version to fix 2 high and 3 critical vulnerabilities. Installs correctly and all the tests pass.
npm audit report:
flat <5.0.1
Severity: critical
flat vulnerable to Prototype Pollution - GHSA-2j2x-2gpw-g8fm fix available via
npm audit fix --force
Will install [email protected], which is a breaking change node_modules/flat
yargs-unparser <=1.6.3
Depends on vulnerable versions of flat
node_modules/yargs-unparser
mocha 5.1.0 - 9.2.1
Depends on vulnerable versions of minimatch
Depends on vulnerable versions of yargs-unparser
node_modules/mocha
minimatch <3.0.5
Severity: high
minimatch ReDoS vulnerability - GHSA-f8q6-p94x-37v3 fix available via
npm audit fix --force
Will install [email protected], which is a breaking change node_modules/mocha/node_modules/minimatch
xml2js <0.5.0
Severity: high
xml2js is vulnerable to prototype pollution - GHSA-776f-qx25-q3cc fix available via
npm audit fix --force
Will install [email protected], which is a breaking change node_modules/xml2js
5 vulnerabilities (2 high, 3 critical)