path-loader
path-loader copied to clipboard
Update dependencies // superagent
This package depends on superagent 7.1.6. This is giving a deprecation warning.
npm WARN deprecated [email protected]: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731)
Now even more relevant as [email protected]
depends on [email protected]
which is vulnerable to CVE-2022-24999, which has a CVSSv3 Base Score of HIGH (7.5)
Moreover, [email protected]
depends on [email protected]
which is vulnerable to CVE-2022-25901.
Please note that [email protected]
depends on formidable@^2.0.1
, which is vulnerable to CVE-2022-29622 - which has a CVSSv3 of 9.8 (CRITICAL).
@whitlockjc, if you are not going to maintain the library could you consider naming external maintainers?
Hey everyone, this is not mine... But I just wanted to share a workaround some friends came up with while we're waiting for an official fix. I'm not aware of any potential side effects, but it might be worth giving it a try to see how it goes.
You can modify your own package.json to override the version of superagent:
"overrides": {
"path-loader": {
"superagent": "9.0.0"
}
}
npm ls superagent
my-project
└─┬ [email protected]
└─┬ [email protected]
└─┬ [email protected] overridden
└── [email protected] overridden