Skip to content

Commit 89fe169

Browse files
committed
Require recent acorn version.
Fixes security vulnerability (only for eslint in dev environment). https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598
1 parent 4d31982 commit 89fe169

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

package-lock.json

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"browserify": "^16.2.2",
4141
"cached-path-relative": "^1.0.2",
4242
"eslint": "^4.19.1",
43+
"acorn": ">=5.7.4",
4344
"http-server": "^0.11.1",
4445
"lodash": "^4.17.13",
4546
"markdown-it": "^10.0",

0 commit comments

Comments
 (0)