fix: patch vulnerabilities and bump outdated dependencies - #7551
Closed
waldekmastykarz wants to merge 6 commits into
Closed
fix: patch vulnerabilities and bump outdated dependencies#7551waldekmastykarz wants to merge 6 commits into
waldekmastykarz wants to merge 6 commits into
Conversation
- Updated adm-zip to 0.6.0 (fixes high severity vulnerability) - Updated applicationinsights to 3.16.0 - Updated axios to 1.19.0 - Updated protobufjs override to 7.6.5 (fixes 3 high/moderate vulnerabilities) - Removed @azure/monitor-opentelemetry sdk-node pin override (was causing old @opentelemetry/core@2.7.1) - Added @opentelemetry/sdk-metrics override for type deduplication - Bumped all semver-compatible dependencies to latest Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
@waldekmastykarz seems like this PR already has merge conflicts. |
milanholemans
marked this pull request as draft
August 24, 2026 20:17
- Updated adm-zip to 0.6.0 (fixes high severity vulnerability) - Updated applicationinsights to 3.16.0 - Updated axios to 1.19.0 - Updated protobufjs override to 7.6.5 (fixes 3 high/moderate vulnerabilities) - Removed @azure/monitor-opentelemetry sdk-node pin override (was causing old @opentelemetry/core@2.7.1) - Added @opentelemetry/sdk-metrics override for type deduplication - Bumped all semver-compatible dependencies to latest Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
waldekmastykarz
marked this pull request as ready for review
August 27, 2026 12:40
Member
Author
|
@milanholemans fixed |
Member
Author
|
Superseded by #7556 which includes all dependency changes from this PR plus additional updates. |
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.
Vulnerability Patch Summary
Vulnerabilities fixed: 37 → 0
Packages patched
Direct:
adm-zip: 0.5.17 → 0.6.0 (applicationinsights: ^3.9.0 → ^3.16.0axios: ^1.16.1 → ^1.19.0@azure/msal-common: ^16.6.2 → ^16.12.0@azure/msal-node: ^5.2.2 → ^5.5.0@inquirer/confirm: ^6.1.0 → ^6.1.1@inquirer/input: ^5.1.0 → ^5.1.2@inquirer/select: ^5.2.0 → ^5.2.1@xmldom/xmldom: ^0.9.10 → ^0.9.11clipboardy: ^5.3.1 → ^5.3.2csv-stringify: ^6.7.0 → ^6.8.3open: ^11.0.0 → ^11.0.1semver: ^7.8.1 → ^7.8.5uuid: ^14.0.0 → ^14.0.1Dev dependencies:
@types/node: ^24.12.4 → ^24.13.3@types/semver: ^7.7.1 → ^7.8.0@typescript-eslint/eslint-plugin: ^8.60.0 → ^8.67.0@typescript-eslint/parser: ^8.58.0 → ^8.67.0eslint: ^10.4.0 → ^10.8.1globals: ^17.6.0 → ^17.11.0mocha: ^11.7.6 → ^11.8.0sinon: ^22.0.0 → ^22.1.0tsc-watch: ^7.2.0 → ^7.2.1Transitive (via override):
protobufjs: 7.6.0 → 7.6.5 (fixes 3 high/moderate vulnerabilities)@opentelemetry/sdk-metrics: 2.10.0 (forced dedup to resolve type conflicts)Overrides removed:
@azure/monitor-opentelemetry→@opentelemetry/sdk-nodepin to 0.217.0 (was causing vulnerable@opentelemetry/core@2.7.1to be installed)Remaining vulnerabilities: 0 🎉
Notes