Skip to content

chore(deps): resolve dependabot alerts in npm lockfiles - #395

Merged
kauereinbold merged 1 commit into
mainfrom
chore/dependabot-alerts
Aug 19, 2026
Merged

chore(deps): resolve dependabot alerts in npm lockfiles#395
kauereinbold merged 1 commit into
mainfrom
chore/dependabot-alerts

Conversation

@kauereinbold

Copy link
Copy Markdown
Owner

Closes #392

npm audit fix across three lockfiles, transitive bumps only, no manifest changes:

  • react app: brace-expansion, js-yaml 3.x/4.x, nanoid
  • cypress: extract-zip
  • blockchain: js-yaml 3.x/4.x (4.3.1 / 3.15.1), undici 6.28.0

Covers all 11 open alerts except fast-uri (GHSA-7p8r-x3mc-p8w7), already fixed by #387 and awaiting rescan.

Verified: react audit and cypress audit report 0 vulnerabilities; jest 87/87 and hardhat 10/10 pass. Remaining blockchain npm-audit findings (elliptic, bn.js via hardhat toolchain) need major bumps and are not dependabot alerts; out of scope.

Note: cypress lockfile change triggers the Cypress E2E workflow on this PR.

npm audit fix across three lockfiles, transitive bumps only:
react app (brace-expansion, js-yaml, nanoid), cypress (extract-zip),
blockchain (js-yaml, undici). Jest 87/87 and hardhat 10/10 green.
@kauereinbold
kauereinbold merged commit 9b8bc36 into main Aug 19, 2026
9 checks passed
@kauereinbold
kauereinbold deleted the chore/dependabot-alerts branch August 19, 2026 02:14
kauereinbold added a commit that referenced this pull request Aug 19, 2026
npm audit fix across three lockfiles, transitive bumps only:
react app (brace-expansion, js-yaml, nanoid), cypress (extract-zip),
blockchain (js-yaml, undici). Jest 87/87 and hardhat 10/10 green.
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.

chore: resolve open dependabot alerts in npm lockfiles

1 participant