-
Notifications
You must be signed in to change notification settings - Fork 24
chore(deps): Remediate low vulns (includes update to ai pkg) #4891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gets rid of fast-redact vulnerability
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
- Change chunk.chunk.type from 'text' to 'text-delta' in stream-anthropic.ts and stream-cohere.ts - Change chunk.chunk.text property access (text-delta uses 'text' not 'delta') - Replace embeddingModel.modelId with embeddingModel.valueOf().toString() in all files - Fixes TypeScript compilation errors after upgrading ai package from 5.0.0-beta.2 to 5.0.86 Co-Authored-By: David Konigsberg <[email protected]>
Co-Authored-By: David Konigsberg <[email protected]>
Contributor
🌱 Smoke Test PreviewTesting branch changes with smoke test content:
🕷️ Smoke Test Crawler ResultsPages crawled: 29 🎉 All pages loaded successfully with no errors! |
sahil485
approved these changes
Nov 11, 2025
devin-ai-integration bot
added a commit
that referenced
this pull request
Nov 11, 2025
…-48985 This fixes dependabot alert #234 by adding a pnpm override to force all instances of the 'ai' package (including transitive dependencies) to use version 5.0.86, which remediates CVE-2025-48985. The previous PR #4891 updated the ai package to 5.0.86 in most places, but @ai-sdk/[email protected] (a devDependency in search-ui) was still pulling in [email protected], which is vulnerable. The pnpm override ensures all instances use the patched version. Fixes: https://github.com/fern-api/fern-platform/security/dependabot/234 Co-Authored-By: David Konigsberg <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short description of the changes made
Fix CVE-2025-57319
Fix CVE-2025-48985
What was the motivation & context behind this PR?
Soc2
How has this PR been tested?
tested in CI