I'm trying to use patch-package to quick fix modules that haven't been updated for years and they use vulnerable modules like lodash 1.0.1. Yarn lacks a deep upgrade functionality so I figured patch-package might be the easiest and most maintainable option for this.
For some reason when I update package.json for the module, patch-package says there's no changes in the module. Is this a bug or am I just doing something wrong?
I'm trying to use patch-package to quick fix modules that haven't been updated for years and they use vulnerable modules like lodash 1.0.1. Yarn lacks a deep upgrade functionality so I figured patch-package might be the easiest and most maintainable option for this.
For some reason when I update package.json for the module, patch-package says there's no changes in the module. Is this a bug or am I just doing something wrong?