Since updates - including security patches - to this library are infrequent, could you please consider relaxing the dependency version requirements to allow for consuming applications to install minor and patch version updates? So instead of "lodash": "x.y.z" you would specify "lodash": "^x.y.z" for example - that way users stuck on this old library can still patch vulnerabilities and you would have fewer issues reported about it.
Since updates - including security patches - to this library are infrequent, could you please consider relaxing the dependency version requirements to allow for consuming applications to install minor and patch version updates? So instead of
"lodash": "x.y.z"you would specify"lodash": "^x.y.z"for example - that way users stuck on this old library can still patch vulnerabilities and you would have fewer issues reported about it.