Bump @linearb/gitstream-core to 2.1.304 - #576
Merged
Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| OSS Licenses | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
There was a problem hiding this comment.
Pull request overview
This PR updates the action’s dependency on @linearb/gitstream-core to a newer patch release, updating the lockfile accordingly and reflecting upstream dependency-tree changes intended to remove a vulnerable transitive dependency (fast-uri) by dropping ajv from @linearb/gitstream-core’s dependencies.
Changes:
- Bumped
@linearb/gitstream-corefrom2.1.303to2.1.304inpackage.json. - Updated
package-lock.jsonto match the new@linearb/gitstream-coreversion and its updated dependency graph (including removal ofajvunder that subtree).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps @linearb/gitstream-core to 2.1.304. |
| package-lock.json | Updates resolved tarball + integrity for @linearb/gitstream-core@2.1.304 and reflects its dependency changes (removing ajv from that subtree). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "dependencies": { | ||
| "@actions/core": "^2.0.3", | ||
| "@linearb/gitstream-core": "2.1.303" | ||
| "@linearb/gitstream-core": "2.1.304" |
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.
✨ PR Description
Purpose: Remove the unused ajv dependency from package.json to eliminate the vulnerable fast-uri transitive dependency.
Main changes:
CHANGELOG
Security
fast-uri) from the action's dependency tree, resolving four high-severity advisories: CVE-2026-75899, CVE-2026-75931, CVE-2026-75975 and CVE-2026-76172. No change to gitStream behavior or configuration.Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how