From 34a8fbd97a2d5f512a67c0c63af36c15bf3be26d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 08:53:58 +0000 Subject: [PATCH] fix(deps): update npm minor/patch --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fe794b86..ad9d3254 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.13.2", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.556.0", + "lucide-react": "^0.560.0", "react": "^19.2.1", "react-dom": "^19.2.1", "react-hook-form": "^7.68.0", @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "jsdom": "^27.3.0", - "knip": "^5.73.0", + "knip": "^5.73.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.17", "typescript": "^5.9.3", @@ -4620,9 +4620,9 @@ } }, "node_modules/knip": { - "version": "5.73.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.73.0.tgz", - "integrity": "sha512-L6zy2R/aAICy+lQWwdjl2TUY/kv2mqjkyKIL5+F4cUcn+3TQHjqzHen+N43S4oi4FyQ2qPJMNIODusr1vicTUA==", + "version": "5.73.3", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.73.3.tgz", + "integrity": "sha512-676xuqNQidE9yZeUUX7lJeZ0d1N7QBTbmO1J0p+SyuXlbpdE4pd8Ql3WVMvrvaaaG2z/+3ExeFNm0Q9mVIjuKw==", "dev": true, "funding": [ { @@ -4967,9 +4967,9 @@ } }, "node_modules/lucide-react": { - "version": "0.556.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.556.0.tgz", - "integrity": "sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A==", + "version": "0.560.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.560.0.tgz", + "integrity": "sha512-NwKoUA/aBShsdL8WE5lukV2F/tjHzQRlonQs7fkNGI1sCT0Ay4a9Ap3ST2clUUkcY+9eQ0pBe2hybTQd2fmyDA==", "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 f4ae565c..ed0cef52 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "axios": "^1.13.2", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.556.0", + "lucide-react": "^0.560.0", "react": "^19.2.1", "react-dom": "^19.2.1", "react-hook-form": "^7.68.0", @@ -59,7 +59,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "jsdom": "^27.3.0", - "knip": "^5.73.0", + "knip": "^5.73.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.17", "typescript": "^5.9.3",