From 2a3581b963506cd9fa76e9ec3c8fcfed823575c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:14:13 +0000 Subject: [PATCH] chore(deps): update acorn requirement Updates the requirements on [acorn](https://github.com/acornjs/acorn) to permit the latest version. - [Commits](https://github.com/acornjs/acorn/compare/8.9.0...8.16.0) --- updated-dependencies: - dependency-name: acorn dependency-version: 8.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/plugin-chart-echarts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index c56ac505132..459e3ee7a9e 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -26,7 +26,7 @@ "dependencies": { "@types/d3-array": "^3.2.2", "@types/react-redux": "^7.1.34", - "acorn": "^8.9.0", + "acorn": "^8.16.0", "d3-array": "^3.2.4", "lodash": "^4.17.23", "zod": "^4.3.6"