[ ] I updated the documentation according to my changes.
[ ] I added my change to the Changelog.
Description
Use npm audit fix to bump the dependency socks in order to transitively replace the dependency ip with another dependency to resolve a known vulnerability in ip.
Since ip is used as a devDependency only this is not considered a security problem and no new release will be created for this.
Checklist
I updated the documentation according to my changes.I added my change to the Changelog.Description
Use
npm audit fix
to bump the dependency socks in order to transitively replace the dependencyip
with another dependency to resolve a known vulnerability inip
.Since
ip
is used as a devDependency only this is not considered a security problem and no new release will be created for this.