Skip to content

Commit 8718970

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SECP256K1-8237220 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
1 parent 76e846c commit 8718970

File tree

2 files changed

+505
-504
lines changed

2 files changed

+505
-504
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lru-cache": "^7.14.1",
4141
"nanoid": "^4.0.0",
4242
"next": "^12.3.1",
43-
"next-auth": "^4.14.0",
43+
"next-auth": "^4.24.9",
4444
"next-pwa": "^5.5.5",
4545
"next-seo": "^5.4.0",
4646
"next-themes": "^0.2.0",
@@ -60,7 +60,7 @@
6060
"simple-xml-to-json": "^1.0.9",
6161
"ts-node": "^10.8.1",
6262
"validator": "^13.7.0",
63-
"web3": "^1.7.3",
63+
"web3": "^1.10.1",
6464
"web3.storage": "4.2.0",
6565
"webtorrent": "^1.8.32"
6666
},

0 commit comments

Comments
 (0)