fix: override lodash >=4.18.0 to patch code injection vulnerability

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-03 22:27:30 +00:00
committed by Gandalf the Greybeard [agent]
parent d44ae043c3
commit dd730cc4cd
+4 -2
View File
@@ -35,6 +35,7 @@
"@types/react-dom": "^18.0.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"lodash": "4.18.1",
"notistack": "^3.0.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
@@ -46,6 +47,7 @@
"overrides": {
"tar": "^7.5.11",
"undici": "^7.24.3",
"vite": ">=6.4.2"
"vite": ">=6.4.2",
"lodash": ">=4.18.0"
}
}
}