Closed vonBarbarosa closed 2 years ago
Yeah, sorry about the delay, I'll take a look at dependencies this week.
Hi @nolde, I created the PR to solve this issue: #50 If you could take a look, that would be great! \o/ Thanks!
I've merged your PR to the next
branch, along with further dependency changes. A new version has been deployed to npm.
Could you download the release candidate version and let me know if works fine for your projects?
npm i -D serverless-plugin-browserifier@next
Thanks! I'm talking to my team so we can test this soon. I'll let you know our results.
Well, my tests were fine, so I'll release this one for now. If you find any problems, let me know.
Hello! I'm currently using serverless-plugin-browserifier on its latest version (3.1.0). When I audit with
npm audit
, it points me a high vulnerability in the packageglob-parent
, which could be solved by updating the dependency ofglobby
(currently on version9.2.0
).I noticed the commit 0089e68 from 5 months ago seems to intent to solve this problem, but it's currently in the branch
update-dependencies
and isn't merged withmaster
.Could we maybe merge this branch with
master
, or solve this vulnerability issue another way?Thanks!
npm audit output: