fix: move @webex/event-dictionary-ts to dev dependency and upgrade#4710
Merged
rarajes2 merged 2 commits intowebex:nextfrom Feb 19, 2026
Merged
fix: move @webex/event-dictionary-ts to dev dependency and upgrade#4710rarajes2 merged 2 commits intowebex:nextfrom
rarajes2 merged 2 commits intowebex:nextfrom
Conversation
Shreyas281299
approved these changes
Feb 18, 2026
mkesavan13
approved these changes
Feb 19, 2026
Contributor
mkesavan13
left a comment
There was a problem hiding this comment.
Looks good. However the PR title shouldn't have *
Let's change that to simply fix: move @webex....
🎉 Your changes are now available!Released in: Thank you for your contribution! 🤖 This is an automated message. For questions, please refer to the documentation. |
vamshigovardhana
pushed a commit
to vamshigovardhana/webex-js-sdk
that referenced
this pull request
Mar 26, 2026
vamshigovardhana
pushed a commit
to vamshigovardhana/webex-js-sdk
that referenced
this pull request
Apr 1, 2026
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
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.
COMPLETES #< SPARK-724632 >
This pull request addresses
After running
npm auditon the webex packages we found few packages with vulnerability. More info can be found in the JIRA ticket. As part of this PR the dependency causing the issue was being used as dependency but it was supposed to use as a dev dependency.by making the following changes
Have moved the package from run time dependency to dev dependency and upgraded to latest version.
Have updated/upgraded the dependency in the following packages
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
I certified that
Make sure to have followed the contributing guidelines before submitting.