Brijesh619 commented on code in PR #703:
URL: https://github.com/apache/atlas/pull/703#discussion_r3720540657
##########
dashboard/package.json:
##########
@@ -113,11 +113,9 @@
},
"overrides": {
"semver": "7.5.4",
- "minimatch": "9.0.7",
- "brace-expansion": "5.0.6",
"d3-color": "3.1.0",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
- "js-yaml": "4.3.0"
+ "brace-expansion": "5.0.7"
}
-}
+}
Review Comment:
I have fixed brace-expansion, postcss, and sanitize-html, which reduces the
total count down to 3 remaining vulnerabilities (quill and react-router). I
have updated the PR description to accurately reflect that these remaining
advisories are known/unresolved, as quill currently has no patch available, and
fixing react-router would require a major breaking-change migration to v7. The
missing newline in package.json has also been resolved. Please see the updated
npm audit output attached.
--
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]