diff --git a/package-lock.json b/package-lock.json index 23333d3..b38a99d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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.51.23", + "@tanstack/react-query": "^5.51.24", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -34,7 +34,7 @@ "react-hook-form": "^7.52.2", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", - "viem": "^2.19.7", + "viem": "2.19.7", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.11.2", "zod": "^3.23.8" @@ -6405,9 +6405,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.24.tgz", + "integrity": "sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==", "license": "MIT", "funding": { "type": "github", @@ -6433,12 +6433,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.23", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", - "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.24.tgz", + "integrity": "sha512-sW1qRwoCDqOFku67xng4Y5z6NPK1DS347jR4RiX9wFHrmyqpbXgUjPIjT3fodezdJAaSJD/6CvWb0cl05J8zNQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.51.24" }, "funding": { "type": "github", diff --git a/package.json b/package.json index c922c31..baf140f 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.51.23", + "@tanstack/react-query": "5.51.24", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",