Skip to content

chore(deps): fix Dependabot alerts - #50

Merged
BYK merged 1 commit into
mainfrom
devin/1789684937-dependabot-fixes
Sep 17, 2026
Merged

BYK merged 1 commit into
mainfrom
devin/1789684937-dependabot-fixes

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Resolves all 18 open Dependabot alerts across both npm lockfiles via real upgrades (no overrides needed).

Root (package.json / package-lock.json)

Website (website/package.json / website/package-lock.json)

Removed the pnpm.overrides block from website/package.json: the website is installed with npm (package-lock.json, npm ci in pages.yml), so npm silently ignored it and it had no effect. With the bumps above every package it targeted resolves at/above the pinned range naturally, so it was not converted to npm overrides.

Remaining/unfixable alerts: none.

Verified locally with Node 22 / npm 11: root npm ci && npm run typecheck && npm test && npm run build (58 tests pass), website npm ci && npm run build (16 pages). Note: npm 10.9.3 crashes with Cannot read properties of null (reading 'edgesOut') when resolving vitest 4.1.11's peer set — npm 11 works; CI uses actions/setup-node Node 22 whose bundled npm 10 only runs npm ci against the committed lockfile, which doesn't hit that path.

Link to Devin session: https://app.devin.ai/sessions/ee0d39393c0245f684225cb3c26e1401
Open in Devin Desktop: https://app.devin.ai/desktop/session/ee0d39393c0245f684225cb3c26e1401?variant=devin
Requested by: @BYK

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-17 22:53 UTC

@BYK
BYK merged commit 5951a5f into main Sep 17, 2026
3 checks passed
@BYK
BYK deleted the devin/1789684937-dependabot-fixes branch September 17, 2026 22:52
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.

1 participant