update glob

This commit is contained in:
Yurii
2026-03-02 22:25:43 +02:00
parent cb291c2e5e
commit a778611edf
2 changed files with 39 additions and 47 deletions
+4 -4
View File
@@ -37,7 +37,7 @@
"chromedriver": "^127.0.1",
"espo-frontend-build-tools": "github:espocrm/frontend-build-tools#0.2.3",
"fstream": ">=1.0.12",
"glob": "^11.1.0",
"glob": "^13.0.6",
"grunt": "^1.5.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "^2.0.0",
@@ -104,8 +104,8 @@
"node": ">=20"
},
"overrides": {
"grunt": {
"minimatch": "~3.1.3"
}
"grunt": {
"minimatch": "~3.1.3"
}
}
}