From 2731e9dde0b7bc1ac64551b6968424b4b2b4174a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:05:37 +0000 Subject: [PATCH] Bump acorn from 7.2.0 to 8.2.1 Bumps [acorn](https://github.com/acornjs/acorn) from 7.2.0 to 8.2.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.2.0...8.2.1) 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..bb4cc68 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.2.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.1.tgz", + "integrity": "sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==", "dev": true }, "acorn-globals": { diff --git a/package.json b/package.json index 0b27880..462b2bf 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.2.1", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.6", "eslint": "^5.16.0",