diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5ccb5b0f..9efee181 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "jsdom": "28.1.0", - "knip": "^5.84.0", + "knip": "^5.84.1", "postcss": "^8.5.6", "tailwindcss": "^4.2.0", "typescript": "^5.9.3", @@ -5282,9 +5282,9 @@ } }, "node_modules/knip": { - "version": "5.84.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.84.0.tgz", - "integrity": "sha512-gWXgr9HxRvghijn9t+7AueEwp3vy7uPIV+Ckl72xqBRw+tK2nNI9H0oknVE9J/NSk1jE5WuShzTp4A+40PjYhg==", + "version": "5.84.1", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.84.1.tgz", + "integrity": "sha512-F1+yACEsSapAwmQLzfD4i9uPsnI82P4p5ABpNQ9pcc4fpQtjHEX34XDtNl5863I4O6SCECpymylcWDHI3ouhQQ==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index caf118ff..6a5ad9df 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -71,7 +71,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "jsdom": "28.1.0", - "knip": "^5.84.0", + "knip": "^5.84.1", "postcss": "^8.5.6", "tailwindcss": "^4.2.0", "typescript": "^5.9.3",