Update checkmarx-ast-cli to 2.3.60 - #219
Merged
Merged
Conversation
npm ci was 404ing in CI because electron-to-chromium@1.5.408 (pulled in by the browserslist bump) wasn't yet available through the private npm mirror. Pin caniuse-lite, electron-to-chromium, and baseline-browser-mapping to the minimum versions browserslist@4.28.7 actually requires, and keep node-releases/update-browserslist-db at their previously-known-good versions, to minimize new package versions the mirror needs to serve. Verified with npm ci against the real registry. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Drop the extra caniuse-lite/electron-to-chromium/baseline-browser-mapping/ node-releases/update-browserslist-db overrides added while working around a registry-cache gap. The lockfile they produced is unchanged and already verified via a real npm ci against the private registry, so removing them from package.json's overrides list has no effect on the resolved tree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Now that overrides only pins browserslist, re-resolve just the browserslist-adjacent transitive packages (caniuse-lite, electron-to-chromium, baseline-browser-mapping, node-releases, update-browserslist-db) to what a real, unforced resolution picks, verified against the actual private registry. They now hoist to top-level instead of nesting under browserslist/. No other package in the tree is touched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
cx-rahul-pidde
approved these changes
Aug 17, 2026
cx-sumit-morchhale
requested review from
cx-hitesh-madgulkar and
cx-prathmesh-borle
August 18, 2026 05:33
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.
No description provided.