From ab261afc7ef5a5d40f695a83a72661671b96cfc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 17:05:39 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @coinbase/onchainkit from 0.14.2 to 0.29.5. See this package in npm: https://www.npmjs.com/package/@coinbase/onchainkit - react-hook-form from 7.52.0 to 7.52.2. See this package in npm: https://www.npmjs.com/package/react-hook-form - zksync-ethers from 5.9.0 to 5.9.2. See this package in npm: https://www.npmjs.com/package/zksync-ethers See this project in Snyk: https://app.snyk.io/org/akjus/project/5064f5a3-587f-4d20-b97c-afdb69a92766?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/dashboard/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index dd13a3612c8..e40072893cc 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -25,7 +25,7 @@ "@chakra-ui/react": "^2.8.2", "@chakra-ui/styled-system": "^2.9.2", "@chakra-ui/theme-tools": "^2.1.2", - "@coinbase/onchainkit": "^0.14.2", + "@coinbase/onchainkit": "^0.29.5", "@emotion/react": "11.13.3", "@emotion/styled": "11.13.0", "@hookform/resolvers": "^3.9.0", @@ -92,7 +92,7 @@ "react-day-picker": "^8.10.1", "react-dom": "18.3.1", "react-dropzone": "^14.2.3", - "react-hook-form": "7.52.0", + "react-hook-form": "7.52.2", "react-icons": "^5.2.1", "react-intersection-observer": "^9.10.3", "react-markdown": "^9.0.1", @@ -112,7 +112,7 @@ "tiny-invariant": "^1.3.3", "use-debounce": "^10.0.1", "vaul": "^0.9.1", - "zksync-ethers": "5.9.0", + "zksync-ethers": "5.9.2", "zod": "3.23.8" }, "devDependencies": {