diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7cc70cc..8644ab8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -48,14 +48,14 @@ "embla-carousel-react": "8.6.0", "framer-motion": "*", "input-otp": "1.4.2", - "lucide-react": "^1.20.0", + "lucide-react": "^1.21.0", "next": "16.2.9", "next-themes": "^0.4.4", "react": "^19", "react-chartjs-2": "*", "react-day-picker": "10.0.1", "react-dom": "^19", - "react-hook-form": "^7.79.0", + "react-hook-form": "^7.80.0", "react-resizable-panels": "^4.11.2", "reactflow": "*", "recharts": "3.8.1", @@ -68,7 +68,7 @@ "devDependencies": { "@tailwindcss/postcss": "^4.3.1", "@types/dagre": "^0.7.54", - "@types/node": "^25", + "@types/node": "^26", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9.0.0", @@ -3406,13 +3406,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "25.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", - "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz", + "integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": ">=7.24.0 <7.24.7" + "undici-types": "~8.3.0" } }, "node_modules/@types/react": { @@ -7002,9 +7002,9 @@ } }, "node_modules/lucide-react": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.20.0.tgz", - "integrity": "sha512-jhXLeC/7m0/tjL1nzMdKk6x256zWA6AtbhTVreHOiKPoeX2d6MK4FbyIQPpVq0E6iPWBisyy1TW+pEge/uMEuQ==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -7630,9 +7630,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.79.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.79.0.tgz", - "integrity": "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw==", + "version": "7.80.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.80.0.tgz", + "integrity": "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -8683,9 +8683,9 @@ } }, "node_modules/undici-types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", - "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/frontend/package.json b/frontend/package.json index 30cbe5b..a5a82db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,14 +50,14 @@ "embla-carousel-react": "8.6.0", "framer-motion": "latest", "input-otp": "1.4.2", - "lucide-react": "^1.20.0", + "lucide-react": "^1.21.0", "next": "16.2.9", "next-themes": "^0.4.4", "react": "^19", "react-chartjs-2": "latest", "react-day-picker": "10.0.1", "react-dom": "^19", - "react-hook-form": "^7.79.0", + "react-hook-form": "^7.80.0", "react-resizable-panels": "^4.11.2", "reactflow": "latest", "recharts": "3.8.1", @@ -70,7 +70,7 @@ "devDependencies": { "@types/dagre": "^0.7.54", "@tailwindcss/postcss": "^4.3.1", - "@types/node": "^25", + "@types/node": "^26", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9.0.0",