From e48d3b43bb88e006547fd725eb250b1d0d6d1825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 14:01:34 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1743b76..670fd3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1706,9 +1706,9 @@ } }, "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", + "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==", "dev": true }, "acorn-globals": { diff --git a/package.json b/package.json index a999df1..691e602 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,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",