diff --git a/package-lock.json b/package-lock.json index 852ba20375d..2e8c6241e79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "i18next-http-backend": "^3.0.1", "input-otp": "^1.4.2", "lodash-es": "^4.17.21", - "lucide-react": "^0.471.0", + "lucide-react": "^0.471.1", "markdown-it": "^14.1.0", "next-themes": "^0.4.3", "postcss-loader": "^8.1.1", @@ -13822,9 +13822,9 @@ } }, "node_modules/lucide-react": { - "version": "0.471.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.0.tgz", - "integrity": "sha512-3L0OOJClsKDETJGK7nABqW8ftaVmUjWzluzPpw/6dGdI1bOmzsLsCjZpAEpg24Xs/U7xdYveQU+CBkHxWy7MrA==", + "version": "0.471.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.1.tgz", + "integrity": "sha512-syOxwPhf62gg2YOsz72HRn+CIpeudFy67AeKnSR8Hn/fIIF4ubhNbRF+pQ2CaJrl+X9Os4PL87z2DXQi3DVeDA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index ccea3b1bd48..06ee8bd6e14 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "i18next-http-backend": "^3.0.1", "input-otp": "^1.4.2", "lodash-es": "^4.17.21", - "lucide-react": "^0.471.0", + "lucide-react": "^0.471.1", "markdown-it": "^14.1.0", "next-themes": "^0.4.3", "postcss-loader": "^8.1.1",