diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fe81cc96..4001f1f4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -35,7 +35,7 @@ "cmdk": "^1.1.1", "cronstrue": "^3.14.0", "geist": "^1.7.0", - "lucide-react": "^1.6.0", + "lucide-react": "^1.7.0", "monaco-editor": "^0.55.1", "motion": "^12.38.0", "radix-ui": "^1.4.3", @@ -4764,9 +4764,9 @@ } }, "node_modules/lucide-react": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.6.0.tgz", - "integrity": "sha512-YxLKVCOF5ZDI1AhKQE5IBYMY9y/Nr4NT15+7QEWpsTSVCdn4vmZhww+6BP76jWYjQx8rSz1Z+gGme1f+UycWEw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.7.0.tgz", + "integrity": "sha512-yI7BeItCLZJTXikmK4KNUGCKoGzSvbKlfCvw44bU4fXAL6v3gYS4uHD1jzsLkfwODYwI6Drw5Tu9Z5ulDe0TSg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index 502216b4..f13f57c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "cmdk": "^1.1.1", "cronstrue": "^3.14.0", "geist": "^1.7.0", - "lucide-react": "^1.6.0", + "lucide-react": "^1.7.0", "monaco-editor": "^0.55.1", "motion": "^12.38.0", "radix-ui": "^1.4.3",