Skip to content

chore(deps): run npm audit fix#84

Merged
LeoMcA merged 1 commit into
mainfrom
npm-audit-fix
May 27, 2026
Merged

chore(deps): run npm audit fix#84
LeoMcA merged 1 commit into
mainfrom
npm-audit-fix

Conversation

@caugner

@caugner caugner commented May 26, 2026

Copy link
Copy Markdown
Contributor

Description

Result of running npm audit fix in each directory with package-lock.json.

Motivation

Resolve vulnerabilities that may potentially affect us.

Additional details

See: https://docs.npmjs.com/cli/commands/npm-audit

/

Before:

# npm audit report

brace-expansion  <1.1.13
Severity: moderate
brace-expansion: Zero-step sequence causes process hang and memory exhaustion - https://github.com/advisories/GHSA-f886-m6hf-6m8v
fix available via `npm audit fix`
node_modules/brace-expansion

1 moderate severity vulnerability

To address all issues, run:
  npm audit fix

After:

found 0 vulnerabilities

Diff:

--- before
+++ after
@@ -1,12 +1 @@
-# npm audit report
-
-brace-expansion  <1.1.13
-Severity: moderate
-brace-expansion: Zero-step sequence causes process hang and memory exhaustion - https://github.com/advisories/GHSA-f886-m6hf-6m8v
-fix available via `npm audit fix`
-node_modules/brace-expansion
-
-1 moderate severity vulnerability
-
-To address all issues, run:
-  npm audit fix
+found 0 vulnerabilities

Related issues and pull requests

@caugner
caugner requested review from a team and LeoMcA and removed request for a team May 26, 2026 14:29
@caugner
caugner marked this pull request as ready for review May 26, 2026 14:33
@caugner
caugner requested review from a team and mdn-bot as code owners May 26, 2026 14:33
@LeoMcA
LeoMcA merged commit ed4f8b3 into main May 27, 2026
7 checks passed
@LeoMcA
LeoMcA deleted the npm-audit-fix branch May 27, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants