Skip to content
Closed
Show file tree
Hide file tree
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
18 changes: 10 additions & 8 deletions core/vendor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@xenova/transformers": "^2.14.0"
"@xenova/transformers": "^2.17.2"
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 29, 2025

Choose a reason for hiding this comment

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

The dependency @xenova/transformers is vendored, but this PR only updates package.json. The actual code being used is an outdated, checked-in copy of the library, making this upgrade ineffective and misleading. The application will continue to use the old version (2.14.0) despite this change.

Prompt for AI agents
Address the following comment on core/vendor/package.json at line 12:

<comment>The dependency `@xenova/transformers` is vendored, but this PR only updates `package.json`. The actual code being used is an outdated, checked-in copy of the library, making this upgrade ineffective and misleading. The application will continue to use the old version (`2.14.0`) despite this change.</comment>

<file context>
@@ -9,7 +9,7 @@
   &quot;license&quot;: &quot;Apache-2.0&quot;,
   &quot;dependencies&quot;: {
-    &quot;@xenova/transformers&quot;: &quot;^2.14.0&quot;
+    &quot;@xenova/transformers&quot;: &quot;^2.17.2&quot;
   },
   &quot;engine-strict&quot;: true,
</file context>
Fix with Cubic

},
"engine-strict": true,
"engines": {
Expand Down
Loading