vigthoria-cli 1.11.44 → 1.11.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vigthoria-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.45",
|
|
4
4
|
"description": "Vigthoria Coder CLI - AI-powered terminal coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
"author": "Vigthoria Technologies",
|
|
88
88
|
"license": "MIT",
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"archiver": "^
|
|
90
|
+
"archiver": "^7.0.1",
|
|
91
91
|
"axios": "^1.6.0",
|
|
92
92
|
"chalk": "^5.3.0",
|
|
93
93
|
"chokidar": "^5.0.0",
|
|
94
94
|
"commander": "^11.1.0",
|
|
95
95
|
"conf": "^12.0.0",
|
|
96
96
|
"diff": "^5.1.0",
|
|
97
|
-
"glob": "^
|
|
97
|
+
"glob": "^13.0.6",
|
|
98
98
|
"inquirer": "^9.2.12",
|
|
99
99
|
"marked": "^11.0.0",
|
|
100
100
|
"marked-terminal": "^6.2.0",
|
|
@@ -115,5 +115,8 @@
|
|
|
115
115
|
},
|
|
116
116
|
"engines": {
|
|
117
117
|
"node": ">=18.0.0"
|
|
118
|
+
},
|
|
119
|
+
"overrides": {
|
|
120
|
+
"glob": "^13.0.6"
|
|
118
121
|
}
|
|
119
122
|
}
|