arpitjain099 opened a new pull request, #66797:
URL: https://github.com/apache/airflow/pull/66797
## Summary
- Bump `happy-dom` from `^17.4.4` to `^17.6.3` in both Airflow UI package
manifests:
- `airflow-core/src/airflow/ui/package.json`
-
`airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json`
- Refresh lockfiles accordingly:
- both `pnpm-lock.yaml` files
- `package-lock.json` in the simple auth UI package
## Why
Dependabot reports critical/high advisories for vulnerable `happy-dom`
ranges in these two UI projects. Updating to a patched line remediates the
direct dependency alerts while keeping the change scoped to UI dev/test tooling.
## Validation
- `pnpm install --frozen-lockfile --ignore-scripts` in
`airflow-core/src/airflow/ui`
- `pnpm install --frozen-lockfile --ignore-scripts` in
`airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui`
- `npm ci --ignore-scripts --legacy-peer-deps` in
`airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui`
--
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]