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.1",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 26, 2026

Choose a reason for hiding this comment

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

P1: Update and commit core/package-lock.json with this dependency bump; otherwise lockfile-based installs can keep using old axios/vectordb versions and miss the security fix.

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>Update and commit `core/package-lock.json` with this dependency bump; otherwise lockfile-based installs can keep using old axios/vectordb versions and miss the security fix.</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.1",
     "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