diff --git a/.bunfig.toml b/.bunfig.toml new file mode 100644 index 00000000..25c753a7 --- /dev/null +++ b/.bunfig.toml @@ -0,0 +1,5 @@ +# Minimum release of packages installed +# has to be greater than 7 days +[install] +minimumReleaseAge = 604800 +minimumReleaseAgeExcludes = ["@types/bun", "typescript"] diff --git a/bun.lockb b/bun.lockb index 39426c8d..9cc1c1ee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 40ead30d..1ba77231 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "dependencies": { "@next/third-parties": "15.1.6", + "@noble/hashes": "1.8.0", "@rainbow-me/rainbowkit": "^2.2.4", "@react-spring/web": "^9.7.5", "@safe-global/safe-apps-provider": "^0.18.5", @@ -59,7 +60,7 @@ "thirdweb": "^5.95.2", "update-browserslist-db": "^1.1.3", "valibot": "^0.27.1", - "viem": "^2.27.3", + "viem": "^2.48.11", "wagmi": "^2.14.16", "web-push": "^3.6.7" },