fix: patch vulnerabilities and bump outdated dependencies#7455
Open
waldekmastykarz wants to merge 1 commit into
Open
fix: patch vulnerabilities and bump outdated dependencies#7455waldekmastykarz wants to merge 1 commit into
waldekmastykarz wants to merge 1 commit into
Conversation
- Update adm-zip to 0.6.0 (fixes high severity memory allocation vuln) - Update applicationinsights to 3.15.1 - Update axios to 1.18.1 - Update @azure/msal-common to 16.11.1 - Update @azure/msal-node to 5.4.0 - Update @inquirer/confirm to 6.1.1, @inquirer/input to 5.1.2, @inquirer/select to 5.2.1 - Update csv-stringify to 6.8.1 - Update semver to 7.8.5 - Update @types/node to 24.13.3 - Update @typescript-eslint/eslint-plugin and parser to 8.63.0 - Update eslint to 10.7.0 - Update globals to 17.7.0 - Update tsc-watch to 7.2.1 - Add npm overrides for transitive vulnerabilities: - @opentelemetry/core >=2.8.0 - protobufjs >=7.6.5 - serialize-javascript >=7.0.7 - diff >=8.0.3 - uuid >=11.1.1 (scoped to adaptive-expressions) - Fix transitive vulnerabilities: form-data, js-yaml, undici via npm audit fix Remaining: fast-xml-parser moderate vuln (transitive via adaptive-expressions, requires major version bump to 5.x - waiting on upstream) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
Patches all npm vulnerabilities and bumps outdated dependencies.
Vulnerabilities fixed
Direct dependency bumps
Overrides added/updated
Remaining (no fix available)
Verification
npm run build: ✅npm run lint: ✅npm test: ✅ (15938 passing)Supersedes #7448 (includes all its changes plus adm-zip 0.6.0, msal updates, and additional override fixes).