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",