Fix audits
All checks were successful
Test / build (push) Successful in 52s

This commit is contained in:
Ethan Lane 2025-07-09 11:44:48 +01:00
parent 8ae5e71f5d
commit 9097f5b756
2 changed files with 9 additions and 19 deletions

View file

@ -43,6 +43,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.30.1",
"@jest/globals": "^30.0.4",
"@types/eslint": "^9.6.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.12",
@ -58,7 +59,9 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
},
"resolutions": {},
"resolutions": {
"**/brace-expansion": "^2.0.2"
},
"files": [
"dist"
],