optimize: bump @babel/runtime to ^7.27.0 by jihun4452 · Pull Request #7673 · apache/incubator-seata (original) (raw)

Ⅰ. Describe what this PR did

Update console-fe/package.json to bump @babel/runtime from ^7.26.10 to ^7.27.0.

This aligns the direct dependency with the already resolved version in package-lock.json and addresses the potential security risk (CVE-2025-27789).

Ⅱ. Does this pull request fix one issue?

fixes #7660

Ⅲ. Why don't you add test cases (unit test/integration test)?

Not applicable. This PR only updates a dependency version in package.json.

Ⅳ. Describe how to verify it

  1. Run npm install under console-fe.
  2. Confirm that node_modules/@babel/runtime is installed at version 7.27.0.
  3. Build and run console-fe successfully without errors.

Ⅴ. Special notes for reviews

None.