From 878e51eb54e76c1c6821b318b4cae79a4aff839b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:34:37 +0000 Subject: [PATCH] fix(deps): update dependency acorn to v8.8.0 --- 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 eaf944d4..a89b806c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4053,9 +4053,9 @@ } }, "acorn": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.0.tgz", - "integrity": "sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==" + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==" }, "acorn-jsx": { "version": "5.3.1", diff --git a/package.json b/package.json index 12580cd0..f6dab6ba 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "rollup-plugin-commonjs": "10.1.0" }, "dependencies": { - "acorn": "8.4.0" + "acorn": "8.8.0" } }