fix(FFESUPPORT-885): remediate July 2026 dependabot vulnerabilities - #121
Merged
Conversation
Re-resolve dev/transitive deps to patched, in-range versions in both lockfiles. Main SDK (yarn.lock, dev tooling): - js-yaml 3.14.2 -> 3.15.0 (GHSA-h67p-54hq-rp68) - js-yaml 4.1.1 -> 4.3.0 (GHSA-h67p-54hq-rp68) Example demo app (example/yarn.lock, not published): - undici 6.26.0 -> 6.27.0 - tar 7.5.15 -> 7.5.20 - js-yaml 3.14.2 -> 3.15.0, 4.1.1 -> 4.3.0 Lockfile-only; no package.json change, no resolutions. @babel/core in the main lockfile was already 7.29.7 (not vulnerable). No runtime SDK dep moved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
🤖 Response from codex: LGTM
(codex ran locally via |
greghuels
approved these changes
Jul 20, 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.
🤖 Generated from Claude
Remediates the 9 open Dependabot alerts in
react-native-sdk, split across the published SDK's dev tooling and the non-shipped demo app. Jira: https://datadoghq.atlassian.net/browse/FFESUPPORT-885Advisories closed
Main SDK (
yarn.lock, dev/build tooling):Example demo app (
example/yarn.lock, not published):Approach
Lockfile-only re-resolution to patched in-range versions in both lockfiles — no
package.jsonchange, no resolutions.@babel/corein the main lockfile was already 7.29.7 (not vulnerable), so it wasn't touched. Theexample/app is a local demo (not published), so its runtime-scoped alerts carry no consumer risk. No published-SDK runtime dependency moved (only prod dep is@eppo/js-client-sdk-common, untouched).How the tests/CI protect this change
yarn install --frozen-lockfile✓ in both root andexample/.yarn typecheck(tsc --noEmit) ✓,eslint "**/*.{js,ts,tsx}"✓.yarn test— 38 tests / 2 suites pass.Deferred advisories
None — all 9 alerts addressed; none left dismissed/auto-dismissed. (The
@eppo/js-client-sdk-commonversion bump to pick up js-sdk-common's fix is tracked separately under FFESUPPORT-691.)