Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#672)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
michalziobro and snyk-bot committed Jan 12, 2023
1 parent 1f4c949 commit 016fd55
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 51 deletions.
197 changes: 147 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.7.1",
"js-sha3": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash.difference": "^4.5.0",
"multiformats": "^9.6.4",
"nats.ws": "^1.7.1",
Expand Down

0 comments on commit 016fd55

Please sign in to comment.