From 401b9084d79248254101762bbe81fe6b8350c198 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 09:33:25 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - lucide-react from 0.429.0 to 0.435.0. See this package in npm: https://www.npmjs.com/package/lucide-react - mongoose from 8.5.3 to 8.5.4. See this package in npm: https://www.npmjs.com/package/mongoose - react-hook-form from 7.52.2 to 7.53.0. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/carltrepanier/project/28dc9fbd-d41d-4460-8240-51b6a3f21b2a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38c61a1..ff33d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,13 +21,13 @@ "autoprefixer": "10.4.20", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.429.0", - "mongoose": "^8.2.4", + "lucide-react": "^0.435.0", + "mongoose": "^8.5.4", "next": "^14.2.6", "postcss": "^8.4.41", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "svix": "^1.30.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.4.10", @@ -1676,9 +1676,9 @@ } }, "node_modules/lucide-react": { - "version": "0.429.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.429.0.tgz", - "integrity": "sha512-548DahFy7Ey+0OPlOyZ6ipnbGJzewv8gq2DxDrnAzWZ4RN4+3XyIwQXhD4AQvuREFjS1EnbAgOMaYB0VQyaK1g==", + "version": "0.435.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.435.0.tgz", + "integrity": "sha512-we5GKfzjMDw9m9SsyZJvWim9qaT+Ya5kaRS+OGFqgLqXUrPM1h+7CiMw5pKdEIoaBqfXz2pyv9TASAdpIAJs0Q==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" @@ -1801,9 +1801,9 @@ } }, "node_modules/mongoose": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.3.tgz", - "integrity": "sha512-OubSDbsAclDFGHjV82MsKyIGQWFc42Ot1l+0dhRS6U9xODM7rm/ES/WpOQd8Ds9j0Mx8QzxZtrSCnBh6o9wUqw==", + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.5.4.tgz", + "integrity": "sha512-nG3eehhWf9l1q80WuHvp5DV+4xDNFpDWLE5ZgcFD5tslUV2USJ56ogun8gaZ62MKAocJnoStjAdno08b8U57hg==", "license": "MIT", "dependencies": { "bson": "^6.7.0", @@ -2293,9 +2293,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", - "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", + "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" diff --git a/package.json b/package.json index 356d6e9..a207b24 100644 --- a/package.json +++ b/package.json @@ -22,15 +22,15 @@ "autoprefixer": "10.4.20", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.429.0", - "mongoose": "^8.5.3", + "lucide-react": "^0.435.0", + "mongoose": "^8.5.4", "mongoose": "^8.2.4", "next": "^14.2.6", "postcss": "^8.4.41", "react": "18.3.1", "react-dom": "18.3.1", "svix": "^1.30.0", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.4.10", "tailwindcss-animate": "^1.0.6",