Skip to content

chore(deps): regenerate package-lock.json to clear stale Dependabot alerts#5075

Merged
dreamorosi merged 1 commit into
mainfrom
chore/deps_bump
Mar 9, 2026
Merged

chore(deps): regenerate package-lock.json to clear stale Dependabot alerts#5075
dreamorosi merged 1 commit into
mainfrom
chore/deps_bump

Conversation

@dreamorosi
Copy link
Copy Markdown
Contributor

@dreamorosi dreamorosi commented Mar 9, 2026

Summary

Changes

Run npm audit fix to address the following two alerts in dev dependencies that are not being picked up by Dependabot:

Alert Package Severity Status
#149 underscore High Already at patched version 1.13.8
#148 fast-xml-parser Low Already at patched version 5.4.1

Running npm audit locally confirms 0 vulnerabilities - the alerts are stale because Dependabot hasn't re-scanned since the transitive dependencies were updated.

Issue number: closes #5074


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pull-request-size pull-request-size Bot added the size/XS PR between 0-9 LOC label Mar 9, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 9, 2026

@dreamorosi dreamorosi self-assigned this Mar 9, 2026
@dreamorosi dreamorosi merged commit 368ecb2 into main Mar 9, 2026
51 checks passed
@dreamorosi dreamorosi deleted the chore/deps_bump branch March 9, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR between 0-9 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: Clear stale Dependabot security alerts by regenerating package-lock.json

2 participants