fix(dashboard-ks-extension): update version to resolve path-to-regexp… #5272
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.



Ⅰ. Describe what this PR does
Fixes high-severity vulnerability in
path-to-regexp(GHSA-9wv6-86v2-598j)(CVE-2024-45296) via dependency resolution:resolutionsinpackage.jsonto forcepath-to-regexp@^3.3.0for:**/@ks-console/server/path-to-regexp**/@ks-console/shared/path-to-regexpⅡ. Does this pull request fix one issue?
fixes path-to-regexp outputs backtracking regular expressions (GHSA-9wv6-86v2-598j)(CVE-2024-45296)
Ⅲ. List the added test cases
None. This is a dependency resolution fix with no code changes.
Ⅳ. Describe how to verify it
yarn installyarn why path-to-regexpshould show ^3.3.0 for the affected dependencies(@ks-console/server and @ks-console/shared)yarn auditto check if there is this vulnerability. Then runyarn devto confirm that it operates normally.Ⅴ. Special notes for reviews
ippackage vulnerability remains unresolved as no patch exists