Downgrade minimatch to to still support nodejs 18

This commit is contained in:
Jan Böhmer 2025-07-06 13:24:03 +02:00
parent beea572c47
commit f8bdbf1fde
2 changed files with 16 additions and 1 deletions

View file

@ -99,6 +99,7 @@
"stimulus-use": "^0.52.0",
"tom-select": "^2.1.0",
"ts-loader": "^9.2.6",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"minimatch": "^9.0.5"
}
}