Copilot commented on code in PR #1087:
URL:
https://github.com/apache/incubator-seata-website/pull/1087#discussion_r3942918410
##########
package.json:
##########
@@ -61,9 +61,48 @@
"node": ">=19.5.0"
},
"overrides": {
- "node-forge": "^1.3.3",
+ "@babel/core": "7.29.6",
+ "@babel/plugin-transform-modules-systemjs": "7.29.4",
+ "axios": "1.18.0",
+ "body-parser": "1.20.6",
+ "express": {
+ "path-to-regexp": "0.1.13"
+ },
+ "fast-uri": "3.1.6",
+ "flatted": "3.4.2",
+ "follow-redirects": "1.16.0",
+ "form-data": "4.0.6",
"glob": "^10.5.0",
+ "gray-matter": {
+ "js-yaml": "3.15.1"
+ },
+ "http-proxy-middleware": "2.0.10",
+ "immutable": "4.3.9",
+ "joi": "17.13.4",
+ "js-yaml": "4.3.1",
+ "launch-editor": "2.14.1",
+ "linkify-it": "5.0.2",
+ "lodash": "4.18.0",
"mdast-util-to-hast": "^13.2.1",
Review Comment:
The overrides entry pins lodash to 4.18.0, but [email protected] is a
deprecated/bad release (the lockfile even warns to use 4.17.21). This will
likely break consumers and defeats the goal of “update vulnerable dependencies”
because it forces an intentionally bad version.
--
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]