chore(deps): bump up decode-uri-component and browserslist - #227
Open
SB-virendrasolanke wants to merge 1 commit into
Open
chore(deps): bump up decode-uri-component and browserslist#227SB-virendrasolanke wants to merge 1 commit into
SB-virendrasolanke wants to merge 1 commit into
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
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.
Motivation and Context
https://smartbear.atlassian.net/browse/STOP-6414
https://smartbear.atlassian.net/browse/STOP-6411
Description
Patches two security vulnerabilities found in transitive dependencies by pinning fixed versions via yarn resolutions.
Vulnerabilities Fixed
CVE-2026-73088 — browserslist@4.23.0
normalizeStats() in node.js processes untrusted browserslist-stats.json using an unguarded for...in loop.
Allows an attacker who can place a malicious browserslist-stats.json in the project tree to crash the build (DoS via uncaught TypeError) or pollute object prototypes.
Affects any tool that invokes Browserslist internally (Autoprefixer, Babel, PostCSS, Stylelint).
Fix: bumped resolution from 4.23.0 → 4.28.8.
CVE-2026-45822 — decode-uri-component@0.2.1
Crafted input to decodeUriComponent() causes excessive CPU consumption and event-loop blocking (ReDoS-style DoS).
No known memory corruption, data disclosure, or RCE impact.
Fix: bumped resolution from 0.2.1 → 0.2.2.
Changes
package.json: updated resolutions entries for browserslist (4.23.0 → 4.28.8) and decode-uri-component (0.2.1 → 0.2.2).
yarn.lock: regenerated via yarn install to reflect the patched versions across all dependents.
How Has This Been Tested?
Confirmed via yarn.lock that all transitive references now resolve to a single patched version:
browserslist@4.28.8 (previously 4.23.0, invalid/multiple versions)
decode-uri-component@0.2.2 (previously 0.2.1)
yarn install completed successfully with Saved lockfile.
Screenshot(s)/recordings(s)
Types of changes
Checklist