From 3e64d5aaaf1ca087ef19d4af5fd095ded304dee7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 May 2020 21:15:09 +0000 Subject: [PATCH] fix: upgrade acorn from 7.1.1 to 7.2.0 Snyk has created this PR to upgrade acorn from 7.1.1 to 7.2.0. See this package in NPM: https://www.npmjs.com/package/acorn See this project in Snyk: https://app.snyk.io/org/mantonionip/project/caf5eac0-a6d6-4463-a01c-23d538bc1493?utm_source=github&utm_medium=upgrade-pr --- 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 c7b14cc..22a8e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1912,9 +1912,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-globals": { "version": "4.3.4", diff --git a/package.json b/package.json index 8665ac8..6bd7d82 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", - "acorn": "^7.1.1", + "acorn": "^7.2.0", "axios": "^0.19.2", "gh-pages": "^2.2.0", "minimist": "^1.2.5",