From d6d7480e424960159007caea86f209f696138734 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 9 Mar 2020 19:49:01 -0400 Subject: [PATCH] Upgrade: acorn 7.1.1, Regex DOS vuln (fixes #435) (#434) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d5589ad..c938f4ce 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^7.1.0", + "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "eslint-visitor-keys": "^1.1.0" },