fix: additional high vulnerabilities (minimatch, cross-spawn) (#20221)

This commit is contained in:
Adam Weidman
2026-02-24 16:47:37 -05:00
committed by GitHub
parent 5c23f7f6e0
commit 16d3883642
6 changed files with 602 additions and 489 deletions
+4 -2
View File
@@ -71,7 +71,9 @@
},
"glob": "^12.0.0",
"node-domexception": "npm:empty@^0.10.1",
"prebuild-install": "npm:nop@1.0.0"
"prebuild-install": "npm:nop@1.0.0",
"cross-spawn": "^7.0.6",
"minimatch": "^10.2.2"
},
"bin": {
"gemini": "bundle/gemini.js"
@@ -104,7 +106,7 @@
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-headers": "^1.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"glob": "^12.0.0",