Resolve Dependabot alerts #22 and #23 (js-yaml, high severity) in
site/package-lock.json. Both instances are transitive devDependencies:
- js-yaml 4.3.0 -> 4.3.1 (consumer @11ty/eleventy, range ^4.1.1)
- js-yaml 3.15.0 -> 3.15.1 (consumer gray-matter, range ^3.13.1)
Both patched versions satisfy the consumers' existing semver ranges,
so only the lockfile changes (npm update js-yaml); package.json is
untouched and no overrides are needed.
Verified: npm ls js-yaml --all shows only 4.3.1 and 3.15.1;
npm run build, npm run check and npm run check:hreflang pass.
Claude-Session: https://claude.ai/code/session_01AcqcEjgwcQfp3vpnFa3gh6
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Fixes two open Dependabot alerts for js-yaml (GHSA-5p4m-2wfm-xmqj, high severity) in
site/package-lock.json: alert #23 (js-yaml >= 4.0.0, < 4.3.1) and alert #22 (js-yaml >= 3.0.0, < 3.15.1). Dependabot opened no fix PR for these (both instances are transitive devDependencies), so this bumps them manually.Both patched versions satisfy the consumers' existing semver ranges, so the change is lockfile-only (
npm update js-yaml) — no package.json change, no overrides: js-yaml 4.3.0 → 4.3.1 (consumer@11ty/eleventy, range^4.1.1) and js-yaml 3.15.0 → 3.15.1 (consumergray-matter, range^3.13.1).Verification:
npm ls js-yaml --allshows only 4.3.1 and 3.15.1;npm run build(87 pages written),npm run checkandnpm run check:hreflang(81 pages, 0 gaps) all pass locally on Node 26 / npm lockfileVersion 3.