From 6b8aa43f74e9afa04222a3fe313da65b9e5e9449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 15:15:37 +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 f74d7f8..c158d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2967,9 +2967,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==" }, "acorn-globals": { "version": "4.3.4", diff --git a/package.json b/package.json index dda178b..0bfa84b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@babel/preset-react": "^7.0.0", "@types/googlemaps": "^3.38.0", "@types/markerclustererplus": "^2.1.33", - "acorn": "^7.1.0", + "acorn": "^7.1.1", "ajv": "^6.10.2", "animate.css": "^3.5.2", "autoprefixer": "7.1.2",