optimize: bump @babel/runtime to ^7.27.0 by jihun4452 · Pull Request #7673 · apache/incubator-seata (original) (raw)
- I have read the CONTRIBUTING.md guidelines.
- I have registered the PR changes.
Ⅰ. 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
- Run
npm installunderconsole-fe. - Confirm that
node_modules/@babel/runtimeis installed at version7.27.0. - Build and run
console-fesuccessfully without errors.
Ⅴ. Special notes for reviews
None.