diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4549734..351d010 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", "jsdom": "22.1.0", - "lucide-react": "0.288.0", + "lucide-react": "0.289.0", "npm-run-all": "4.1.5", "postcss": "8.4.31", "prettier": "3.0.3", @@ -7437,9 +7437,9 @@ } }, "node_modules/lucide-react": { - "version": "0.288.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.288.0.tgz", - "integrity": "sha512-ikhb/9LOkq9orPoLV9lLC4UYyoXQycBhIgH7H59ahOkk0mkcAqkD52m84RXedE/qVqZHW8rEJquInT4xGmsNqw==", + "version": "0.289.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.289.0.tgz", + "integrity": "sha512-D3/kt5h4KVmO9Bqlhky/szWI3puEU/KJfQWCeX8Zhvx3xx0SQ4t6vbwiK9ORBbiaqXefkBbXjoq7fOBd7s5yXQ==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/frontend/package.json b/frontend/package.json index 6b044a9..26391f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "date-fns": "2.30.0", "eslint-config-react-app": "7.0.1", "jsdom": "22.1.0", - "lucide-react": "0.288.0", + "lucide-react": "0.289.0", "npm-run-all": "4.1.5", "postcss": "8.4.31", "prettier": "3.0.3",