fix: address Snyk findings (remove mock password, override vulnerable deps)

This commit is contained in:
Patrick Plate
2026-06-12 21:05:27 +02:00
parent 5c02cb0cde
commit 9373c7ad69
4 changed files with 8 additions and 25 deletions
-1
View File
@@ -5,7 +5,6 @@ export const userData: UserType = {
firstName: "John",
lastName: "Doe",
name: "John Doe",
password: "StrongPass123",
username: "john.doe",
role: "Next.js Developer",
avatar: "/images/avatars/male-01.svg",
-1
View File
@@ -37,7 +37,6 @@ export interface UserType {
firstName: string
lastName: string
name: string
password: string
username: string
role: string
avatar: string