fix(deps): remediate dependency vulnerabilities#124
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
aranhave
reviewed
Jul 14, 2026
aranhave
left a comment
Contributor
There was a problem hiding this comment.
Looks good overall! one Ruby/json compatibility follow-up remains.
Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple dependency/security updates across the monorepo (JS/OpenTelemetry, Android, iOS CocoaPods/Ruby, and CI), and adapts the React Native tracing exporter to the newer OpenTelemetry OTLP encoder API while hardening the npm publishing step.
Changes:
- Bump core JS/tooling dependencies (Faro core, OpenTelemetry packages, lint/markdown tooling) and update the lockfile accordingly.
- Update native/demo dependencies (protobuf-javalite/protoc, Gradle wrapper, CocoaPods/Ruby gems, NitroModules) for security remediation.
- Adjust trace exporting to use OpenTelemetry’s encoder API and pin npm installation in the release workflow.
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates resolved dependency graph for vulnerability remediation and tooling bumps. |
| README.md | Minor markdown formatting change in “Related Projects” list. |
| packages/test-utils/package.json | Bumps @grafana/faro-core dependency. |
| packages/react-native/package.json | Bumps @grafana/faro-core and react-native-nitro-modules. |
| packages/react-native/android/build.gradle | Updates protobuf protoc and protobuf-javalite versions. |
| packages/react-native-tracing/src/exporters/faroTraceExporter.ts | Switches OTLP export request creation to the encoder-based API. |
| packages/react-native-tracing/package.json | Bumps Faro core and OpenTelemetry dependency versions. |
| package.json | Updates dev tooling versions and adds targeted resolution pins. |
| demo/package.json | Bumps react-native-nitro-modules. |
| demo/ios/Podfile.lock | Updates iOS pods lock (FaroReactNative, NitroModules, safe-area-context, checksums). |
| demo/Gemfile.lock | Updates Ruby gems (CocoaPods, concurrent-ruby, json) and records Ruby 3.3.7. |
| demo/Gemfile | Updates Ruby version constraint and tightens gem constraints for security fixes. |
| demo/android/gradle/wrapper/gradle-wrapper.properties | Updates Gradle wrapper to 8.14.5. |
| .github/workflows/release-please.yml | Pins actions/setup-node and installs a pinned npm version with scripts disabled before publish. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
| ruby ">= 2.6.10" | ||
| ruby ">= 2.7" |
domasx2
approved these changes
Jul 15, 2026
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
Supersedes #78, #95, #96, #97, #104, #112, #115, #119, #120, and #122.
Test plan