diff --git a/package-lock.json b/package-lock.json index 9c1c926..3303542 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.21", + "@tanstack/react-query": "^5.51.23", "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.3.0", "tailwindcss-animate": "^1.0.7", - "viem": "^2.19.2", + "viem": "2.19.2", "viem-aa-sdk-compatible": "npm:viem@2.8.6", "zksync-ethers": "6.11.0", "zod": "^3.23.8" @@ -6433,9 +6433,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.21.tgz", - "integrity": "sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==", + "version": "5.51.23", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", + "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.51.21" diff --git a/package.json b/package.json index 399e0ec..5b259cf 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.21", + "@tanstack/react-query": "5.51.23", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",