Skip to content

Commit f07e4b5

Browse files
committed
Upgrade minimist.
This one's confusing. https://github.com/github/webauthn-json/network/alerts shows alerts for two packages as part of the same CVE (CVE-2020-7598): `acorn` and `minimist`. (The details state that this is simultaneously a "high severity" vulnerability but also "moderate severity".) Dependabot created a PR for `acorn` (#17), but not for `minimist`. `npm audit` doesn't seem to know about the `minimist` vuln. `npm audit fix` upgraded an entirely different package (`kind-of`), which I committed in the preceding change. So I've done this: npm install minimist # upgrades past the vulnerable version git checkout package.json # then manually restore `"dev": "true"` line to `package-lock.json` entry for `minimist`
1 parent 268e36f commit f07e4b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)