From a65d0897117bf4e52b7868e6bcb5c2385f8c7156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:49:45 +0000 Subject: [PATCH] chore(deps): update dependency acorn to v8.16.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | acorn | 8.14.0 | 8.16.0 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffcda6a..26ee957 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "darwin" ], "devDependencies": { - "acorn": "8.14.0", + "acorn": "8.16.0", "acorn-jsx": "5.3.2", "chai": "4.5.0", "eslint": "5.16.0",