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


##########
console/src/main/resources/static/console-fe/package-lock.json:
##########
@@ -10105,9 +10105,12 @@
       }
     },
     "node_modules/node-releases": {
-      "version": "2.0.36",
-      "resolved": 
"https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz";,
-      "integrity": 
"sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA=="
+      "version": "2.0.54",
+      "resolved": 
"https://registry.npmjs.org/node-releases/-/node-releases-2.0.54.tgz";,
+      "integrity": 
"sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
+      "engines": {
+        "node": ">=18"
+      }

Review Comment:
   This lockfile now includes node-releases with an engines requirement of Node 
>=18. If this frontend is expected to be installable/buildable on older Node 
versions (e.g., 14/16), npm installs can fail under engine-strict and the 
dependency may not run correctly. Please confirm the intended minimum Node 
version and either declare it via package.json "engines" or keep transitive 
deps pinned to versions that support the older runtime.



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