sadpandajoe opened a new pull request, #43166: URL: https://github.com/apache/superset/pull/43166
### SUMMARY Pin transitive Nanoid v3 dependencies to 3.3.18, the lowest release that resolves both active advisories, and refresh the two affected lockfile entries. Dependabot's security updater could not raise the existing 3.3.12 and 3.3.16 transitive copies even though their parent ranges admit 3.3.18. The major-scoped npm override keeps Nanoid v1/v2 compatible and leaves the direct Nanoid v6 dependency unchanged. This repairs the deterministic `security_update_not_possible` failure from [Dependabot run 31788627845](https://github.com/apache/superset/actions/runs/31788627845). ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable; dependency-only change. ### TESTING INSTRUCTIONS From `superset-frontend` with Node 24.16.0 and npm 11.13.0: ```bash npm ci --ignore-scripts --no-audit --no-fund npm ls nanoid --all npm ls --all --package-lock-only --depth=0 --json > /dev/null npm test -- src/dashboard/components/filterscope/FilterScope.test.tsx --maxWorkers=2 --no-cache ``` Expected Nanoid tree: direct 6.0.1; PostCSS and react-checkbox-tree transitive copies both 3.3.18. Also verified: - `npm audit --json` contains no Nanoid advisory (the command still reports unrelated existing advisories). - `npm run stylelint` - `pre-commit run` on the changed files - `pre-commit run --all-files` was executed; repository-wide baseline/tooling failures are unrelated to this two-file change (formatter/Ruff drift, missing local `yarn`/`helm-docs`, and unbuilt TypeScript project references). ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
