diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9df90fa6..9157700e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^7.0.0", "@tanstack/react-query": "^5.101.0", "@tanstack/react-router": "^1.170.15", - "lucide-react": "^0.460.0", + "lucide-react": "^1.18.0", "openapi-fetch": "^0.17.0", "react": "^19.2.7", "react-dom": "^19.2.7", @@ -5571,12 +5571,12 @@ } }, "node_modules/lucide-react": { - "version": "0.460.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.460.0.tgz", - "integrity": "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.18.0.tgz", + "integrity": "sha512-LZDb7H/0YfM+RJncD0hDQRCAu+vSGODqpe35TuVI8EuXaRjkczbsx7p8dY4J87F/MUSj6bpYqeI8nw8qXaAdmA==", "license": "ISC", "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/frontend/package.json b/frontend/package.json index 09f0ec1d..f4c2a609 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@mui/material": "^7.0.0", "@tanstack/react-query": "^5.101.0", "@tanstack/react-router": "^1.170.15", - "lucide-react": "^0.460.0", + "lucide-react": "^1.18.0", "openapi-fetch": "^0.17.0", "react": "^19.2.7", "react-dom": "^19.2.7",