A super quick script to check the deps in your package-lock.json file is here[0].
[0]: https://gist.github.com/martypitt/0d50c350aa7f0fc73354754343...
replies(2):
[0]: https://gist.github.com/martypitt/0d50c350aa7f0fc73354754343...
"overrides": {
"chalk": "5.3.0",
"strip-ansi": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"is-core-module": "2.13.1",
"error-ex": "1.3.2",
"has-ansi": "5.0.1"
}
EDIT: This comment[1] suggests `npm audit` issue has now been resolved.[0] https://jdstaerk.substack.com/i/173095305/how-to-protect-you...
[1] https://github.com/chalk/chalk/issues/656#issuecomment-32676...