fix: resolve all security vulnerabilities and Dependabot alerts#876
Merged
Conversation
- Fix broken CodeQL workflow (upgrade actions v1→v3, checkout v3→v4) - Add SECURITY.md vulnerability disclosure policy - Add .github/dependabot.yml for automated dependency updates - Remove unused typesense_marketplace directory (closes 8 Dependabot PRs) Demo backend (demo_backend/functions): - Migrate firebase-admin v11→v13 with modular imports - Migrate firebase-functions v4→v6 with v1 compat imports - Bump axios, express, @google-cloud/firestore, @grpc/grpc-js - All 4 source files migrated, build passes with zero errors Core packages: - Replace npm-run-all→npm-run-all2 (maintained fork) in 4 packages - Replace listr→listr2 in @firecms/cli - Update execa v4→v9 in @firecms/cli (ESM compatible) - Replace ncp→fs-extra in @firecms/cli - Bump markdown-it ^14.1→^14.2 (fixes CVE-2026-2327, CVE-2026-48988) Website (website-astro): - Bump astro, @astrojs/mdx, @astrojs/starlight, astro-expressive-code - npm audit fix for transitive vulnerabilities (tar, devalue, protobufjs)
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
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 38 open Dependabot security PRs and addresses additional security issues found in the codebase.
Changes
Security Infrastructure
Removed
typesense_marketplace/— unused, was source of 8 Dependabot alertsDemo Backend (
demo_backend/functions)Core Packages
Website (
website-astro)Dependabot PRs this closes
Closes #834, #836, #837, #839, #840, #843, #844, #845, #847, #849, #851, #852, #853, #854, #855, #856, #857, #862, #863, #864, #865, #866, #867, #868, #869, #870, #871, #872, #874, #875
Testing
demo_backend/functions:npm run buildpasses with zero errorswebsite-astro:npm install+npm audit fixcleanyarn installresolves all new deps (pre-existing esbuild native binary issue on Node 25 is unrelated)