fix: patch 5 security alerts (2 high, 3 moderate)#56
Merged
Conversation
Bumps: - vite 7.3.1 -> 7.3.2 (dev) - langsmith 0.4.6 -> 0.5.21 (transitive via @langchain/core, langchain) Resolves: GHSA-p9ff-h696-f583, GHSA-v2wj-q39q-566r, GHSA-4w7w-66w2-5vf9, GHSA-fw9q-39r9-c252, GHSA-rr7j-v2q5-chgv
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.
Security Alert Patch
Resolves all 5 open Dependabot security alerts on
mainvia a lockfile-only refresh. Nopackage.jsonchanges — existing constraints already permit the fixed versions.Packages Updated
vite^7.2.6already allows 7.3.2)langsmith>=0.4.0 <1.0.0already allows 0.5.x)Strategy key: A-lockfile = lockfile-only refresh, no manifest constraint change. Scope =
dev-onlymeans the dep is not shipped to end users;runtime (transitive)means the dep is pulled in by a runtime dep (@langchain/core,langchain) but not directly imported by openwork source.CVE / GHSA Details
server.fs.denybypassed with queries.maphandling__proto__guard in internal lodashset()Linear Tickets
No matching Linear tickets found for the resolved CVEs.
Upstream Issues
None — all fixes come from released upstream patches.
Breaking-Change Assessment
@langchain/coreandlangchaindeclarelangsmith: ">=0.4.0 <1.0.0", pre-validating compatibility across the 0.4 → 0.5 boundary.openworkdoes not importlangsmithdirectly (verified via grep ofsrc/), so no direct API surface is exposed to the bump.Verification
npm run typecheck— passesnpm run build— passes (vite v7.3.2 builds main/preload/renderer)npm run lint— 0 errors (3 pre-existing prettier warnings unrelated to this change)gitleaks git --staged— clean🤖 Submitted by langster-patch