Copilot commented on code in PR #7849:
URL: https://github.com/apache/incubator-seata/pull/7849#discussion_r2608846277
##########
console/src/main/resources/static/console-fe/package.json:
##########
@@ -110,6 +110,7 @@
"braces": "3.0.3",
"micromatch": "4.0.8",
"serialize-javascript": "6.0.2",
- "node-forge": "^1.3.3"
+ "node-forge": "^1.3.3",
+ "min-document": "^2.19.1"
Review Comment:
The PR description mentions upgrading to "version 2.9.1 or later" but the
actual version being specified in the code is "^2.19.1" (note: 2.19.1, not
2.9.1). This appears to be a typo in the PR description. The version in the
code is correct - min-document 2.19.1+ addresses the security vulnerability,
and the package-lock.json correctly shows version 2.19.2 being installed.
--
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]