From 02109dccae45af3df9093106ccf959237d1ade84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 20:41:04 +0000 Subject: [PATCH] Bump acorn from 0.3.1 to 7.1.1 Bumps [acorn](https://github.com/acornjs/acorn) from 0.3.1 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/0.3.1...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 a2aac59..af7ab97 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.4", "jshint-stylish": "latest", - "acorn": "~0.3.1", + "acorn": "~7.1.1", "grunt-bump": "0.0.11", "mocha": "~1.12.1", "grunt-cli": "~0.1.9",