mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
update glob version (#13242)
This commit is contained in:
parent
8877c85278
commit
2f8b68dffd
5 changed files with 554 additions and 244 deletions
790
package-lock.json
generated
790
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -97,7 +97,7 @@
|
|||
"eslint-plugin-license-header": "^0.8.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"glob": "^10.4.5",
|
||||
"glob": "^12.0.0",
|
||||
"globals": "^16.0.0",
|
||||
"google-artifactregistry-auth": "^3.4.0",
|
||||
"husky": "^9.1.7",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"dotenv": "^17.1.0",
|
||||
"extract-zip": "^2.0.1",
|
||||
"fzf": "^0.5.2",
|
||||
"glob": "^10.4.5",
|
||||
"glob": "^12.0.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"ink": "npm:@jrichman/ink@6.4.3",
|
||||
"ink-gradient": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"fast-uri": "^3.0.6",
|
||||
"fdir": "^6.4.6",
|
||||
"fzf": "^0.5.2",
|
||||
"glob": "^10.4.5",
|
||||
"glob": "^12.0.0",
|
||||
"google-auth-library": "^9.11.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
|
|
|
|||
|
|
@ -692,7 +692,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
|
||||
============================================================
|
||||
debug@4.4.1
|
||||
debug@4.4.3
|
||||
(git://github.com/debug-js/debug.git)
|
||||
|
||||
(The MIT License)
|
||||
|
|
|
|||
Loading…
Reference in a new issue