Copilot commented on code in PR #7673:
URL: https://github.com/apache/incubator-seata/pull/7673#discussion_r2386987206


##########
console/src/main/resources/static/console-fe/package.json:
##########
@@ -106,6 +106,7 @@
     "nanoid": "3.1.31",
     "ip": "2.0.1",
     "sha.js": "2.4.12",
-    "cipher-base": "1.0.6"
+    "cipher-base": "1.0.6",
+    "@babel/runtime": "^7.27.0"

Review Comment:
   The @babel/runtime entry is duplicated - it's already defined in the 
dependencies section at line 34. This duplication in what appears to be an 
overrides section could lead to confusion about which version takes precedence.
   ```suggestion
       "cipher-base": "1.0.6"
   ```



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