diff --git a/client/package-lock.json b/client/package-lock.json index 1104ace..00e3144 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.16", "cookies": "^0.9.1", - "lucide-react": "^0.468.0", + "lucide-react": "^0.471.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.1.1", @@ -3438,11 +3438,11 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz", - "integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==", + "version": "0.471.1", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.1.tgz", + "integrity": "sha512-syOxwPhf62gg2YOsz72HRn+CIpeudFy67AeKnSR8Hn/fIIF4ubhNbRF+pQ2CaJrl+X9Os4PL87z2DXQi3DVeDA==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": { diff --git a/client/package.json b/client/package.json index 98fb622..22e5840 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/react-query": "^5.62.16", "cookies": "^0.9.1", - "lucide-react": "^0.468.0", + "lucide-react": "^0.471.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.1.1",