arpitjain099 opened a new pull request, #66798:
URL: https://github.com/apache/airflow/pull/66798
## Summary
- Bump `vite` to patched ranges in both UI package manifests:
- `airflow-core/src/airflow/ui/package.json`: `^5.4.17` -> `^5.4.18`
(resolves to `5.4.21` in lockfile)
-
`airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json`:
`^6.2.6` -> `^6.4.2`
- Refresh related lockfiles:
- both `pnpm-lock.yaml` files
- `package-lock.json` in the simple auth UI package
## Why
Dependabot flags multiple vulnerabilities in vulnerable Vite ranges used by
these UI packages (including advisories patched in `5.4.18+` and `6.4.2+`).
This updates the direct dependency constraints and lockfiles to patched
versions.
## 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]