bytesbay / web3-token

Web3 Token is a new way to authenticate users in a hybrid dApps using signed messages. Implementation of EIP-4361.
380 stars 50 forks source link

Fix NPM vulnerabilities #39

Closed Drarig29 closed 2 years ago

Drarig29 commented 2 years ago

This PR fixes vulnerabilities but also updates the lockfile to a version 2 npm lockfile.

It's kind of useless to fix those vulnerabilities because it was only in dev dependencies, mainly for your Vue unit-testing, but anyway.

It goes from this:

image

To this:

image