From 8ca6b40f035ff7a7669ab0668b46c9ae429ce3ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 09:10:26 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @types/node from 20.4.9 to 20.16.2. See this package in npm: https://www.npmjs.com/package/@types/node - @types/react from 18.3.3 to 18.3.5. See this package in npm: https://www.npmjs.com/package/@types/react - @types/react-dom from 18.2.7 to 18.3.0. See this package in npm: https://www.npmjs.com/package/@types/react-dom - lucide-react from 0.427.0 to 0.437.0. See this package in npm: https://www.npmjs.com/package/lucide-react - postcss from 8.4.40 to 8.4.42. See this package in npm: https://www.npmjs.com/package/postcss - tailwindcss from 3.4.7 to 3.4.10. See this package in npm: https://www.npmjs.com/package/tailwindcss - typescript from 5.5.3 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/rahul1115/project/68605eb4-fa64-439a-a8dd-23517c551330?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 582c3b2..0447a81 100644 --- a/package.json +++ b/package.json @@ -13,19 +13,19 @@ }, "dependencies": { "@headlessui/react": "^1.7.17", - "@types/node": "20.4.9", - "@types/react": "18.3.3", - "@types/react-dom": "18.2.7", + "@types/node": "20.16.2", + "@types/react": "18.3.5", + "@types/react-dom": "18.3.0", "autoprefixer": "10.4.14", "eslint": "8.47.0", "eslint-config-next": "^13.4.12", - "lucide-react": "^0.427.0", + "lucide-react": "^0.437.0", "next": "^14.1.1", - "postcss": "8.4.40", + "postcss": "8.4.42", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.33.4", - "tailwindcss": "3.4.7", - "typescript": "5.5.3" + "tailwindcss": "3.4.10", + "typescript": "5.5.4" } }