From d251987ad939ee3218c925afa5655c8e6725d5f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 04:32:47 +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-8720086 --- 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:*",