chore: update dependencies, fix CI failure, and resolve security vulnerability#5
Merged
Merged
Conversation
…erability Agent-Logs-Url: https://github.com/LucasFormiga/openknowledge/sessions/758d08b9-2f57-4937-b51f-ddddfb6317a9 Co-authored-by: LucasFormiga <5132668+LucasFormiga@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
LucasFormiga
April 23, 2026 15:50
View session
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
This PR addresses all issues found in the dependency audit and CI investigation.
Issues Fixed
🔴 CI Failure —
@biomejs/cli-linux-x64/biomenot foundThe latest CI run (#17) failed with:
Root cause:
@biomejs/biome@2.4.4had a bug where the platform binary was not properly resolved on Linux CI runners.Fix: Updated to
@biomejs/biome@2.4.12and ranbiome migrateto update thebiome.jsonschema from2.4.4→2.4.12.🔴 Critical Security Vulnerability —
protobufjsGHSA-xq3m-2v4x-88ggprotobufjs@7.5.4(arbitrary code execution) was installed as a dependency of@google/genai→@tanstack/ai-gemini.Fix:
protobufjs@7.5.5is now the latest in the^7.5.4range, so the stale7.5.4entry was removed from the lockfile.@google/genaibundles its own copy indist/tokenizer/and works without the separate package.npm auditnow reports 0 vulnerabilities.useExhaustiveDependenciesinWidgetBody.tsxA suppression comment was placed inside the effect body (ineffective location).
Fix: Moved the
// biome-ignorecomment to the line directly before theuseEffectcall.Both
packages/coreandpackages/reacthadtypesafterimport/requirein theexportsfield, causing a build-time warning.Fix: Moved
typesto the first position in both exports objects.Dependency Updates
@biomejs/biometurbovitest@vitest/coverage-v8autoprefixerpostcssdotenv@vitejs/plugin-reactValidation
npm run lint— 0 warnings, 0 errorsnpm run test— 43 tests pass (27 core + 16 react)npm audit— 0 vulnerabilities