upgrade adm-zip package from 0.6.0 to 0.6.1 - #2581
Open
v-ochoudhary wants to merge 1 commit into
Open
v-ochoudhary wants to merge 1 commit into
v-ochoudhary wants to merge 1 commit into
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines: No pipelines were found matching this branch/path. |
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The dependency/version bump is consistently applied in both package.json and yarn.lock with no additional code changes introduced.
Review effort: Lite
Findings: None
What changed in this PR
This PR updates the adm-zip package version to remediate Component Governance alerts (referenced CVEs) by moving from ^0.6.0 to ^0.6.1, and ensures the Yarn lockfile reflects the new resolved version.
Changes:
- Bumped
adm-zipinpackage.json(via Yarnresolutions) from^0.6.0to^0.6.1. - Updated
yarn.lockto resolveadm-zipto0.6.1with the corresponding checksum.
| File | Description |
|---|---|
| package.json | Updates the adm-zip version constraint (resolution) to ^0.6.1. |
| yarn.lock | Updates the lockfile entry to resolve adm-zip@^0.6.1 to 0.6.1. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Details
This pull request makes a minor update to the
adm-zipdependency in thepackage.jsonfile, upgrading it from version^0.6.0to^0.6.1.Motivation
Resolve multiple CG issues.
Bugs
Bug 2463216: [Component Governance Alert] - CVE-2026-76845 in adm-zip 0.6.0. Severity: Medium
Bug 2466556: [Component Governance Alert] - CVE-2026-77301 in adm-zip 0.6.0. Severity: High
Pull request checklist
yarn test)<rootDir>/test-results/unit/coverageyarn precheckin)