From 2931a34fa13c4a8d85b0bfed117eda708cb322a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 22:07:42 +0000 Subject: [PATCH] Bump acorn from 7.1.0 to 7.1.1 Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.1.0...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 9e32162..6088659 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/polyfill": "7.6.0", "@babel/preset-env": "7.6.3", "@babel/preset-react": "7.6.3", - "acorn": "7.1.0", + "acorn": "7.1.1", "ajv": "6.10.2", "autoprefixer": "9.7.0", "babel-core": "7.0.0-bridge.0",