diff --git a/package-lock.json b/package-lock.json index b4df932..a440f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "8.35.0", "eslint-config-next": "13.4.6", "framer-motion": "^10.12.7", - "lucide-react": "^0.126.0", + "lucide-react": "^0.276.0", "next": "13.3.4", "react": "18.2.0", "react-copy-to-clipboard": "^5.1.0", @@ -2925,9 +2925,9 @@ } }, "node_modules/lucide-react": { - "version": "0.126.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.126.0.tgz", - "integrity": "sha512-ZAbdahh5/gGFCYRS41f0/Ww5KhKwpJHjcrM71gpQ/x/G8Zu+Q9L3mkVv5XpDBlZfga4skNueatfnlSkn3mtc1Q==", + "version": "0.276.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.276.0.tgz", + "integrity": "sha512-ubP1Tyj67nsy84/ikelrFcjj7eEkD6hg9H/1Mhk22CGpbvPtEd3r8sMFQQ1YdpePx70Nt4oYIMfTPHZlag+ZLQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index 7515bf9..475d867 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint": "8.35.0", "framer-motion": "^10.12.7", "eslint-config-next": "13.4.6", - "lucide-react": "^0.126.0", + "lucide-react": "^0.276.0", "next": "13.3.4", "react": "18.2.0", "react-copy-to-clipboard": "^5.1.0",