fix: add micromatch to package deps (#1020)

This commit is contained in:
Brandon Keiji
2025-06-13 22:18:05 +00:00
committed by GitHub
parent a2fe3d2ad0
commit 209381f06f
4 changed files with 45 additions and 12 deletions

View File

@@ -35,6 +35,7 @@
"glob": "^10.4.5",
"google-auth-library": "^9.11.0",
"ignore": "^7.0.0",
"micromatch": "^4.0.8",
"open": "^10.1.2",
"shell-quote": "^1.8.2",
"simple-git": "^3.28.0",
@@ -45,6 +46,7 @@
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/micromatch": "^4.0.8",
"@types/minimatch": "^5.1.2",
"@types/ws": "^8.5.10",
"typescript": "^5.3.3",