diff --git a/package-lock.json b/package-lock.json index 7a93153..cfd697a 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.53.1", + "@tanstack/react-query": "^5.53.2", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.437.0", + "lucide-react": "^0.438.0", "next": "14.2.7", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -34,7 +34,7 @@ "react-hook-form": "^7.53.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "2.20.1", + "viem": "^2.21.1", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.12.0", "zod": "^3.23.8" @@ -6405,9 +6405,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.1.tgz", - "integrity": "sha512-mvLG7s4Zy3Yvc2LsKm8BVafbmPrsReKgqwhmp4XKVmRW9us3KbWRqu3qBBfhVavcUUEHfNK7PvpTchvQpVdFpw==", + "version": "5.53.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.53.2.tgz", + "integrity": "sha512-gCsABpRrYfLsmwcQ0JCE5I3LOQ9KYrDDSnseUDP3T7ukV8E7+lhlHDJS4Gegt1TSZCsxKhc1J5A7TkF5ePjDUQ==", "license": "MIT", "funding": { "type": "github", @@ -6433,12 +6433,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.53.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.1.tgz", - "integrity": "sha512-35HU4836Ey1/W74BxmS8p9KHXcDRGPdkw6w3VX0Tc5S9v5acFl80oi/yc6nsmoLhu68wQkWMyX0h7y7cOtY5OA==", + "version": "5.53.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.53.2.tgz", + "integrity": "sha512-ZxG/rspElkfqg2LElnNtsNgPtiCZ4Wl2XY43bATQqPvNgyrhzbCFzCjDwSQy9fJhSiDVALSlxYS8YOIiToqQmg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.53.1" + "@tanstack/query-core": "5.53.2" }, "funding": { "type": "github", @@ -12723,9 +12723,9 @@ } }, "node_modules/lucide-react": { - "version": "0.437.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.437.0.tgz", - "integrity": "sha512-RXQq6tnm1FlXDUtOwLaoXET2TOEGpQULrQlPOjGHgIVsPhicHNat9sWF33OAe2UCLMFiWF1oL+FtAg43BqVY4Q==", + "version": "0.438.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.438.0.tgz", + "integrity": "sha512-uq6yCB+IzVfgIPMK8ibkecXSWTTSOMs9UjUgZigfrDCVqgdwkpIgYg1fSYnf0XXF2AoSyCJZhoZXQwzoai7VGw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" @@ -17535,9 +17535,9 @@ } }, "node_modules/viem": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.20.1.tgz", - "integrity": "sha512-a/BSe25TSfkc423GTSKYl1O0ON2J5huoQeOLkylHT1WS8wh3JFqb8nfAq7vg+aZ+W06BCTn36bbi47yp4D92Cg==", + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.21.1.tgz", + "integrity": "sha512-nlIc2LLS6aqkngULS9UJ2Sg3nHKAgF9bbpDUwjUoAUBijd69mrCWPBXQ8jmbzcx12uZUfd9Nc//CHgSVZiMwyg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index dd6bff3..bb197f4 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,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.53.1", + "@tanstack/react-query": "5.53.2", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "ethers": "^6.13.2", - "lucide-react": "^0.437.0", + "lucide-react": "^0.438.0", "next": "14.2.7", "next-themes": "^0.3.0", "react": "^18.3.1", @@ -35,7 +35,7 @@ "react-hook-form": "^7.53.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "2.20.1", + "viem": "2.21.1", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.12.0", "zod": "^3.23.8"