From 51848dd5bad19c1d2f9bee7c54494b3aedacbff9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 01:21:23 +0000 Subject: [PATCH] fix: packages/unity-js-bridge/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- packages/unity-js-bridge/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unity-js-bridge/package.json b/packages/unity-js-bridge/package.json index 2d387ee5f5d..9c1c970c6bc 100644 --- a/packages/unity-js-bridge/package.json +++ b/packages/unity-js-bridge/package.json @@ -18,7 +18,7 @@ "@thirdweb-dev/sdk": "workspace:*", "@thirdweb-dev/storage": "workspace:*", "@thirdweb-dev/wallets": "workspace:*", - "ethers": "^5.7.2" + "ethers": "^6.0.0" }, "devDependencies": { "@thirdweb-dev/tsconfig": "workspace:*",