From e7cd78aea038ff32f315ca265d645985bf6649b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 14:48:54 +0000 Subject: [PATCH 1/3] fix: packages/staking/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/staking/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/staking/package.json b/packages/staking/package.json index 6e58e9898..d5dede632 100644 --- a/packages/staking/package.json +++ b/packages/staking/package.json @@ -9,7 +9,7 @@ "@mui/material": "^5.15.4", "@solana/web3.js": "^1.89.1", "@tanstack/react-query": "^5.17.19", - "ethers": "^5", + "ethers": "^6.0.0", "react": "^18.2.0", "recoil": "^0.7.7" }, From 1333bcbcf4cf3d972569488d5292485010cb3f98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 01:14:42 +0000 Subject: [PATCH 2/3] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index fb3e8bf2d..1527bc3d4 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "lint:fix": "next lint --fix" }, "dependencies": { - "next": "^13.1.6", + "next": "^14.2.7", "react": "18.2.0", "react-dom": "18.2.0" }, From 2e798e2beb253bc57b978a6a7cbcb25063ec4d70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 04:10:18 +0000 Subject: [PATCH 3/3] fix: packages/data-components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- packages/data-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/data-components/package.json b/packages/data-components/package.json index 1117dff1f..654675459 100644 --- a/packages/data-components/package.json +++ b/packages/data-components/package.json @@ -33,7 +33,7 @@ "@expo/vector-icons": "^14.0.0", "helius-sdk": "^1.0.12", "react": "^18.2.0", - "react-native": "0.73.4", + "react-native": "0.76.0", "recoil": "^0.7.5" }, "devDependencies": {