From f257c496300cac632cebeed42c58cb809b04ee60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 00:10:29 +0000 Subject: [PATCH] Bump acorn from 7.2.0 to 8.0.3 Bumps [acorn](https://github.com/acornjs/acorn) from 7.2.0 to 8.0.3. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.2.0...8.0.3) Signed-off-by: dependabot-preview[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 3afe12a..44fd9a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2972,9 +2972,9 @@ } }, "acorn": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", - "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.3.tgz", + "integrity": "sha512-uRMbCU3bM1L697KISxvkd9TA2zASoGFDODzFFdQR4qNpPffj6ZMdp5J4ffXUXR9G0PVPsN0enEkCrvssCkoPsw==", "dev": true }, "acorn-globals": { diff --git a/package.json b/package.json index 0b27880..5d7acde 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", - "acorn": "^7.1.1", + "acorn": "^8.0.3", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.6", "eslint": "^5.16.0",