From 060de5ab1abcd49d3566b76578317c0c65434072 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 07:07:01 +0000 Subject: [PATCH] [Security] Bump acorn from 0.9.0 to 7.3.1 Bumps [acorn](https://github.com/acornjs/acorn) from 0.9.0 to 7.3.1. **This update includes security fixes.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/0.9.0...7.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3254bac..636a918 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "The official JavaScript language plugin for Light Table.", "dependencies": { - "acorn": "^0.9.0", + "acorn": "^7.3.1", "harbor": "^0.2.0" }, "devDependencies": {},