chore(deps): resolve remaining high/moderate npm audit findings - #152
Merged
Conversation
Bumps transitive js-yaml (4.2.0 -> 4.3.0, used by @apidevtools/json-schema-ref-parser and electron-updater) and protobufjs (7.6.4 -> 7.6.5) via lockfile-only updates from `npm audit fix`. No package.json changes; no breaking changes. Resolves the remaining findings flagged by the Dependency Audit CI check (fast-uri was already fixed in #151). Co-authored-by: Copilot <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
Fixes the remaining
Dependency AuditCI failures that persisted after merging dependabot PRs #149–#151.js-yaml4.2.0 → 4.3.0 (used by@apidevtools/json-schema-ref-parserandelectron-updater)protobufjs7.6.4 → 7.6.5Both are lockfile-only, non-breaking fixes applied via
npm audit fix.npm audit --omit=dev --audit-level=highnow reports 0 vulnerabilities.Not fixed (requires a breaking change, out of scope): low-severity
dompurify/monaco-editorfinding, which needsmonaco-editor@0.53.0(major bump) vianpm audit fix --force.Verification
npm run typecheck✅npm run lint✅npm test— 504/504 passed ✅npm audit --omit=dev --audit-level=high— 0 vulnerabilities ✅