diff --git a/package-lock.json b/package-lock.json index b597670..01be4d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,20 +21,20 @@ "@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.0", + "@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", - "next": "^14.2.6", + "next": "14.2.6", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.52.2", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "^2.19.9", + "viem": "^2.20.0", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.11.2", "zod": "^3.23.8" @@ -6433,9 +6433,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.0.tgz", - "integrity": "sha512-T8tLZdPEopSD3A1EBZ/sq7WkI76pKLKKiT82F486K8wf26EPgYCdeiSnJfuayssdQjWwLQMQVl/ROUBNmlWgCQ==", + "version": "5.52.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.1.tgz", + "integrity": "sha512-soyn4dNIUZ8US8NaPVXv06gkZFHaZnPfKWPDjRJjFRW3Y7WZ0jx72eT6zhw3VQlkMPysmXye8l35ewPHspKgbQ==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.52.0" @@ -6445,7 +6445,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-store": { @@ -17535,9 +17535,9 @@ } }, "node_modules/viem": { - "version": "2.19.9", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.19.9.tgz", - "integrity": "sha512-KFPSfewr8tFaSYcLAC+sgkYXdZ1llX8rJrBjd/OMg1D+T4eeQyYy5S6iJTSnwYpjz8hrjSlL30RuFf4BF3jtMw==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.20.0.tgz", + "integrity": "sha512-cM4vs81HnSNbfceI1MLkx4pCVzbVjl9xiNSv5SCutYjUyFFOVSPDlEyhpg2iHinxx1NM4Qne3END5eLT8rvUdg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 5035663..273d0b3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@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.0", + "@tanstack/react-query": "5.52.1", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -35,7 +35,7 @@ "react-hook-form": "^7.52.2", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "2.19.9", + "viem": "2.20.0", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.11.2", "zod": "^3.23.8"