chore: add override for jest

jest has a deprecated dependency, this override fixes that
This commit is contained in:
Rodney, Tiara 2025-04-26 01:01:45 +02:00
parent 08f9c830b6
commit be34f5c670
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
2 changed files with 493 additions and 121 deletions

View file

@ -26,5 +26,10 @@
"ts-node": "^10.9.2",
"typedoc": "^0.27.9",
"typescript": "^5.8.3"
},
"overrides": {
"jest": {
"glob": "^11.0.1"
}
}
}