bito-code-review[bot] commented on PR #43164: URL: https://github.com/apache/superset/pull/43164#issuecomment-5352289489
<!-- Bito Reply --> Yes, the lockfile should be regenerated. Removing the nested `dompurify` entry while the package still requires `^3.4.13` creates a dependency mismatch if the hoisted version is older (3.4.12). Regenerating the lockfile ensures that the package manager correctly resolves the dependency to a version that satisfies the requirement, preventing installation failures or unexpected re-resolutions during CI/CD or local builds. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
