From 5aae846609db8185baf503ad1af4ff91f11c5ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 20:42:10 +0000 Subject: [PATCH] Bump acorn from 1.2.2 to 7.1.1 Bumps [acorn](https://github.com/acornjs/acorn) from 1.2.2 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/1.2.2...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 8b2815c6..0096b1b5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/dabbler0/droplet", "dependencies": { - "acorn": "^1.2.2", + "acorn": "^7.1.1", "sax": "^1.1.1", "antlr4": "latest", "parse5": "latest"