parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server
Other
80 stars 84 forks source link

Move Parse SDK to devDependencies and update some other dependencies #124

Closed danielsanfr closed 3 years ago

danielsanfr commented 3 years ago

Hello.

This PR will fix the issue https://github.com/parse-community/parse-server-s3-adapter/issues/121.

As npm audit was reporting some vulnerabilities, I decided to update the other dependencies as well. But since most are for development only, it will not affect the library. The tests and lint were not affected, all without problems.

Before:

found 5 low severity vulnerabilities in 265 scanned packages

After:

found 0 vulnerabilities

dplewis commented 3 years ago

Good catch! Can you resolve the conflicts?

danielsanfr commented 3 years ago

Done :wink: !

dplewis commented 3 years ago

The other dependencies looks good. Thanks for the PR.