chore(deps): update glob and overrides

This commit is contained in:
Mario Zechner 2026-02-04 02:20:05 +01:00
parent 895b85636a
commit 3297a47c40
3 changed files with 17 additions and 29 deletions

View file

@ -48,13 +48,19 @@
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",
"file-type": "^21.1.1",
"glob": "^11.0.3",
"glob": "^13.0.1",
"ignore": "^7.0.5",
"marked": "^15.0.12",
"minimatch": "^10.1.1",
"proper-lockfile": "^4.1.2",
"yaml": "^2.8.2"
},
"overrides": {
"rimraf": "6.1.2",
"gaxios": {
"rimraf": "6.1.2"
}
},
"optionalDependencies": {
"@mariozechner/clipboard": "^0.3.2"
},