From b88392c3900d8b3e5ae1092bf1f291ad2039ed86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 20:42:21 +0000 Subject: [PATCH] Bump acorn from 4.0.13 to 7.1.1 Bumps [acorn](https://github.com/acornjs/acorn) from 4.0.13 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/commits/7.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc93c0c..34d977a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "posttest": "(istanbul check-coverage --statements 90 --branches 90 --functions 100 --lines 90 && rimraf coverage) || echo Look at 'coverage/lcov-report/index.html' to find out more" }, "dependencies": { - "acorn": "^4.0.1", + "acorn": "^7.1.1", "commander": "^2.9.0", "css-selector-parser": "^1.1.0", "find-line-column": "^0.5.2",