Closed karlhaworth closed 3 years ago
xml-crypto contains a vulnerability, which is used by the soap module. This appears when running an npm audit
xml-crypto
npm audit
I ran the cmd npm upgrade soap which cleared the vulnerability finding. npm audit returns with 0 vulnerabilities where before it found 1 with soap.
npm upgrade soap
I found no breaking changes in the upgraded modules.
@nmarus is this something that could be reviewed and merged? I am not sure how you accept contributions or if you do. Thanks!
xml-crypto
contains a vulnerability, which is used by the soap module. This appears when running annpm audit
I ran the cmd
npm upgrade soap
which cleared the vulnerability finding.npm audit
returns with 0 vulnerabilities where before it found 1 with soap.I found no breaking changes in the upgraded modules.