sarutak commented on code in PR #54315:
URL: https://github.com/apache/spark/pull/54315#discussion_r2806317346
##########
ui-test/package-lock.json:
##########
@@ -4816,7 +5029,6 @@
"resolved":
"https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
"integrity":
"sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
"dev": true,
- "license": "MIT",
Review Comment:
license fields are removed by `npm` automatically. As of `v10`, npm removes
license fields on update because license fields are in `package.json` for each
dependency. In this case, they are removed when `npm install --save-dev glob`.
--
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]