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",