diff --git a/package-lock.json b/package-lock.json index 01be4d4..ac78e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,12 +21,12 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "^5.52.1", + "@tanstack/react-query": "5.52.1", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.427.0", + "lucide-react": "^0.435.0", "next": "14.2.6", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -34,7 +34,7 @@ "react-hook-form": "^7.52.2", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "^2.20.0", + "viem": "2.20.0", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.11.2", "zod": "^3.23.8" @@ -12723,9 +12723,9 @@ } }, "node_modules/lucide-react": { - "version": "0.427.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.427.0.tgz", - "integrity": "sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==", + "version": "0.435.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.435.0.tgz", + "integrity": "sha512-we5GKfzjMDw9m9SsyZJvWim9qaT+Ya5kaRS+OGFqgLqXUrPM1h+7CiMw5pKdEIoaBqfXz2pyv9TASAdpIAJs0Q==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" diff --git a/package.json b/package.json index 273d0b3..35cd042 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.427.0", + "lucide-react": "^0.435.0", "next": "14.2.6", "next-themes": "^0.3.0", "react": "^18.3.1",