This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch npm-audit-with-force in repository https://gitbox.apache.org/repos/asf/superset.git
commit cd6a712269382485cde55609f004f03268d28c13 Author: Maxime Beauchemin (aider) <[email protected]> AuthorDate: Tue Jan 28 23:24:13 2025 -0800 fix: Update d3-color version in package.json to resolve conflict --- superset-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 9603c56110..e7f71aaf06 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -373,7 +373,7 @@ }, "overrides": { "core-js": "^3.38.1", - "d3-color": "^3.1.0", + "d3-color": "3.1.0", "yosay": { "ansi-regex": "^4.1.1" },
