From 1ab8ec461086bc32aff740b42ef5eefd3b80165c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 06:41:24 +0000 Subject: [PATCH] fix: upgrade vaul from 0.9.1 to 0.9.2 Snyk has created this PR to upgrade vaul from 0.9.1 to 0.9.2. See this package in npm: vaul See this project in Snyk: https://app.snyk.io/org/quangle36/project/c8a7944c-cfbf-4725-a1f1-7b19ee5fa9fa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 48 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c042e8c..56d5edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0", "dependencies": { "@fancyapps/ui": "^5.0.36", + "@hookform/resolvers": "^3.9.0", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", @@ -25,6 +26,7 @@ "react": "^18", "react-dom": "^18", "react-google-recaptcha": "^3.1.0", + "react-hook-form": "^7.53.0", "react-icons": "^5.2.1", "react-masonry-css": "^1.0.16", "react-photo-album": "^2.4.1", @@ -33,8 +35,9 @@ "react-visual-grid": "^0.9.5", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.1", - "yet-another-react-lightbox": "^3.21.1" + "vaul": "^0.9.2", + "yet-another-react-lightbox": "^3.21.1", + "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20", @@ -128,6 +131,15 @@ "resolved": "https://registry.npmjs.org/@fancyapps/ui/-/ui-5.0.36.tgz", "integrity": "sha512-GMygQzp1MBTFNTT6AzpbL6pXTD6bTxwjmmpI1fe8Ozmmiseu8/g82Sudl1YhcbZmS4bJgaBOF5THDFGpXQ1fDw==" }, + "node_modules/@hookform/resolvers": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.9.0.tgz", + "integrity": "sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==", + "license": "MIT", + "peerDependencies": { + "react-hook-form": "^7.0.0" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", @@ -4499,6 +4511,22 @@ "react": ">=16.4.1" } }, + "node_modules/react-hook-form": { + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, "node_modules/react-icons": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", @@ -5569,9 +5597,10 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vaul": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/vaul/-/vaul-0.9.1.tgz", - "integrity": "sha512-fAhd7i4RNMinx+WEm6pF3nOl78DFkAazcN04ElLPFF9BMCNGbY/kou8UMhIcicm0rJCNePJP0Yyza60gGOD0Jw==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/vaul/-/vaul-0.9.2.tgz", + "integrity": "sha512-m2A7UgAU/JMWiwUhmARK8LMvEfXiudA4trJxfZF5AtH2uBTgN855msZ2yjPnUDfa7i5glocMYLSfML8wriBtBA==", + "license": "MIT", "dependencies": { "@radix-ui/react-dialog": "^1.0.4" }, @@ -5829,6 +5858,15 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "node_modules/zod": { + "version": "3.23.8", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } } } } diff --git a/package.json b/package.json index be1a17a..9d3061d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-visual-grid": "^0.9.5", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.1", + "vaul": "^0.9.2", "yet-another-react-lightbox": "^3.21.1", "zod": "^3.23.8" },