Describe the usability issue
Several nightingale components currently depend on an old lodash-es which has one or more know CVEs (see below). These CVEs have been fixed in 4.17.21, but several nightingale components currently pin an exact older version, preventing upgrade to patched version.
How does the solution address the problem?
I've created PR #324 which I hope addresses this problem by allowing patch and minor upgrades to es-lodash.
Additional context
Please review and publish (as 5.6.3?) to npm, so projects depending on these libraries (like alliance-genome/agr_pavi ) can address security vulnerabilities introduced by dependence on the nightingale components.
Describe the usability issue
Several nightingale components currently depend on an old
lodash-eswhich has one or more know CVEs (see below). These CVEs have been fixed in 4.17.21, but several nightingale components currently pin an exact older version, preventing upgrade to patched version.How does the solution address the problem?
I've created PR #324 which I hope addresses this problem by allowing patch and minor upgrades to es-lodash.
Additional context
Please review and publish (as
5.6.3?) to npm, so projects depending on these libraries (like alliance-genome/agr_pavi ) can address security vulnerabilities introduced by dependence on the nightingale components.