From 3a5c72c7980ee9004e5a7e6f61ea000deb3052eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 14:56:22 +0000 Subject: [PATCH] fix: upgrade @heroicons/react from 2.1.1 to 2.1.5 Snyk has created this PR to upgrade @heroicons/react from 2.1.1 to 2.1.5. See this package in npm: @heroicons/react See this project in Snyk: https://app.snyk.io/org/mohammadnewton/project/9c3884d5-b127-46a1-9b2e-4063d1a55056?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 370b89d..8f0297d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pilau-recipe", "version": "0.0.0", "dependencies": { - "@heroicons/react": "^2.1.1", + "@heroicons/react": "^2.1.5", "@material-tailwind/react": "^2.1.9", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -893,9 +893,10 @@ "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" }, "node_modules/@heroicons/react": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz", - "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.5.tgz", + "integrity": "sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==", + "license": "MIT", "peerDependencies": { "react": ">= 16" } diff --git a/package.json b/package.json index 6742bfe..d4d0656 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@heroicons/react": "^2.1.1", + "@heroicons/react": "^2.1.5", "@material-tailwind/react": "^2.1.9", "prop-types": "^15.8.1", "react": "^18.2.0",