jihun4452 opened a new pull request, #7673:
URL: https://github.com/apache/incubator-seata/pull/7673

   - [x] I have read the 
[CONTRIBUTING.md](https://github.com/apache/incubator-seata/blob/2.x/CONTRIBUTING.md)
 guidelines.  
   - [x] I have registered the PR 
[changes](https://github.com/apache/incubator-seata/tree/2.x/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  
   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.  
   


-- 
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]

Reply via email to