chore(deps): fix Dependabot alerts - #50
Merged
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
BYK
approved these changes
Sep 17, 2026
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
Resolves all 18 open Dependabot alerts across both npm lockfiles via real upgrades (no overrides needed).
Root (
package.json/package-lock.json)vitest^4.1.7 → ^4.1.11 (lock 4.1.11) — GHSA-82fw-gwwq-j7x9 (also fixes transitive@vitest/mocker4.1.11)postcsstransitive → 8.5.28 — GHSA-fxqj-rqcc-2cmpWebsite (
website/package.json/website/package-lock.json)astro^7.1.4 → ^7.3.2 (lock 7.3.2; 7.3.3 skipped as <7 days old) — GHSA-26w7-cxv4-gfx2 (critical), GHSA-376h-93r7-7g6fmermaid^11.16.0 → ^11.17.2 — GHSA-c4c3-pg64-4m4v, GHSA-2v8p-3f2j-5mp7, GHSA-6x64-9x62-f2gx, GHSA-3rrr-jr9j-h3q3, GHSA-rhh3-jpg6-66xh (stayed on 11.x; 12.0.0 is a fresh major)sharp^0.35.0 → ^0.35.4 — GHSA-rgj7-g3m4-5g8c@astrojs/starlight^0.41.4 → ^0.41.11 (stayed on 0.41.x)devalue5.9.2,dompurify3.4.15,js-yaml4.3.2,nanoid3.3.19,svgo4.1.0Removed the
pnpm.overridesblock fromwebsite/package.json: the website is installed with npm (package-lock.json,npm ciinpages.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 npmoverrides.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), websitenpm ci && npm run build(16 pages). Note: npm 10.9.3 crashes withCannot read properties of null (reading 'edgesOut')when resolving vitest 4.1.11's peer set — npm 11 works; CI usesactions/setup-nodeNode 22 whose bundled npm 10 only runsnpm ciagainst 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