From 931e56f96080661ffea3efeada46cb648b5bdf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 9 Apr 2021 10:48:23 +0800 Subject: [PATCH] Upgrade: acorn to 8.1.0 changelog: https://github.com/acornjs/acorn/blob/master/acorn/CHANGELOG.md#breaking-changes fixes #470, #472 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb6a8ae4..ea71c473 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "license": "BSD-2-Clause", "dependencies": { - "acorn": "^7.4.0", + "acorn": "^8.1.0", "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^2.0.0" },