Add minimatch dependency to coding-agent

This commit is contained in:
Mario Zechner 2026-01-06 09:29:05 +01:00
parent 9063a71fe6
commit b04ce9fe95
3 changed files with 6 additions and 0 deletions

1
package-lock.json generated
View file

@ -7455,6 +7455,7 @@
"glob": "^11.0.3",
"jiti": "^2.6.1",
"marked": "^15.0.12",
"minimatch": "^10.1.1",
"proper-lockfile": "^4.1.2",
"sharp": "^0.34.2"
},

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Add `minimatch` as a direct dependency for explicit imports.
## [0.37.2] - 2026-01-05
### Fixed

View file

@ -49,6 +49,7 @@
"glob": "^11.0.3",
"jiti": "^2.6.1",
"marked": "^15.0.12",
"minimatch": "^10.1.1",
"proper-lockfile": "^4.1.2",
"sharp": "^0.34.2"
},