-
Notifications
You must be signed in to change notification settings - Fork 311
chore(deps): bump ws from 8.20.1 to 8.21.0 in the npm_and_yarn group across 1 directory #1874
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ | |
| "typescript": "^5.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "ws": "^8.16.0" | ||
| "ws": "^8.21.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Security bump scope may be incomplete across the monorepo The Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| }, | ||
| "peerDependencies": { | ||
| "@livekit/agents": "workspace:*", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 assemblyai plugin uses hardcoded
wsversion instead ofcatalog:like all other pluginsEvery other plugin in the repository (
anam,baseten,cartesia,deepgram,elevenlabs,fishaudio,inworld,liveavatar,minimax,neuphonic,openai,resemble,rime,sarvam,silero,soniox,xai) specifies"ws": "catalog:"which resolves to^8.18.0frompnpm-workspace.yaml. The assemblyai plugin instead uses a hardcoded version (^8.21.0), which means it won't benefit from centralized version management. If the catalogwsversion is updated in the future, assemblyai will be missed. The PR should have switched this to"ws": "catalog:"and, if needed, bumped the catalog version inpnpm-workspace.yamlto^8.21.0.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.