Closed
Description
Is your proposal related to a problem?
When creating a new app with the default template it starts with two high severity security vulnerabilities in two of ESLints dependencies: acorn and minimist.
The releases 1.8.3 and lower of svjsl (JSLib-npm) are vulnerable, but only if installed in a developer environment. A patch has been released (v1.8.4) which fixes these vulnerabilities.
Identifiers:
CVE-2020-7598
SNYK-JS-ACORN-559469
Describe the solution you'd like
Upgrade minimist to version 1.2.2 or later.
Upgrade acorn to version 7.1.1 or later.
Describe alternatives you've considered
N/A