Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@xenova/transformers": "2.14.0",
"adf-to-md": "^1.1.0",
"async-mutex": "^0.5.0",
"axios": "^1.6.7",
"axios": "^1.15.2",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot May 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Regenerate and commit core/package-lock.json for this dependency bump. Without the lockfile update, locked installs can still resolve the old axios/vectordb versions, so the security fix won't take effect.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At core/package.json, line 79:

<comment>Regenerate and commit core/package-lock.json for this dependency bump. Without the lockfile update, locked installs can still resolve the old axios/vectordb versions, so the security fix won't take effect.</comment>

<file context>
@@ -76,7 +76,7 @@
     "adf-to-md": "^1.1.0",
     "async-mutex": "^0.5.0",
-    "axios": "^1.6.7",
+    "axios": "^1.15.2",
     "cheerio": "^1.0.0-rc.12",
     "commander": "^12.0.0",
</file context>
Fix with Cubic

"cheerio": "^1.0.0-rc.12",
"commander": "^12.0.0",
"comment-json": "^4.2.3",
Expand Down Expand Up @@ -123,7 +123,7 @@
"tree-sitter-wasms": "^0.1.11",
"untildify": "^6.0.0",
"uuid": "^9.0.1",
"vectordb": "0.4.20",
"vectordb": "0.21.2",
"web-tree-sitter": "^0.21.0",
"win-ca": "^3.5.1",
"wink-nlp-utils": "^2.1.0",
Expand Down
Loading