Fix audit
All checks were successful
Test / build (push) Successful in 1m6s

This commit is contained in:
Ethan Lane 2025-07-10 11:22:34 +01:00
parent 2bf961d1e5
commit b7fc20eba0
2 changed files with 11 additions and 31 deletions

View file

@ -48,7 +48,11 @@
"winston-daily-rotate-file": "^5.0.0",
"winston-discord-transport": "^1.3.0"
},
"resolutions": {},
"resolutions": {
"**/brace-expansion": "^1.1.12",
"**/cross-spawn": "^7.0.5",
"**/@babel/helpers": "^7.26.10"
},
"devDependencies": {
"@jest/globals": "^30.0.2",
"@types/clone-deep": "^4.0.4",