chore(deps): remediate critical dependency alerts#673
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
@cursor review |
osm6495
approved these changes
Jul 14, 2026
abelonogov-ld
added a commit
that referenced
this pull request
Jul 16, 2026
* main: chore: release main (#675) fix(flutter): remove conflicting ios-client-sdk pin in SPM manifest (#674) chore(deps): remediate critical dependency alerts (#673) chore(deps): bump golang.org/x/crypto to v0.52.0 (#672) fix: stabilize flaky Next.js server instrumentation test (#671) chore: release main (#669) feat: add app_reload event with session preservation across reloads (React Native) (#670) fix: use secure RNG for React Native session ids (#668) ci: skip Build Yarn Turborepo job for non-yarn SDK-only changes (#665) # Conflicts: # sdk/@launchdarkly/flutter/packages/observability/ios/launchdarkly_flutter_observability.podspec # sdk/@launchdarkly/flutter/packages/observability/ios/launchdarkly_flutter_observability/Package.swift
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
@launchdarkly/observability-next's Next.js floor from>=14to>=14.2.25; the lock resolves16.2.107.1.6, above the7.1.5.2security floor; retain its dedicated Rails-family instrumentation coverageshell-quoteoverride at1.8.4The Rails bump means this E2E app no longer validates Rails 7.0 specifically; its historical directory name is retained to avoid unrelated path and CI churn.
How did you test this change?
yarn prettier --check sdk/@launchdarkly/observability-next/package.json e2e/react-native/package-lock.json e2e/ruby/rails/demo-rails70/README.mdyarn turbo run build --filter @launchdarkly/observability-nextbundle install && bundle exec rake(6 runs, 19 assertions, 0 failures)npm audit --package-lock-only --ignore-scripts --omit=dev --workspaces=falseconfirmsshell-quoteis absent from findings; unrelated existing findings remainAre there any deployment considerations?
None. Dependency manifests and E2E fixtures only.
Link to Devin session: https://app.devin.ai/sessions/3265782d33d24983b85c757a05c3f209
Requested by: @kparkinson-ld
Note
Low Risk
Manifest, lockfile, and E2E fixture updates only; the Next peer floor is a compatibility constraint for consumers on older Next 14.x.
Overview
Addresses critical dependency alerts by tightening version floors and refreshing lockfiles, without changing runtime SDK behavior.
@launchdarkly/observability-nextnow requires Next.js>=14.2.25(peer and dev); the workspace lock resolves Next16.2.10and matching@next/*SWC packages.The
demo-rails70E2E app moves from Rails 7.0 to~> 7.1.5,>= 7.1.5.2(locked at 7.1.6, including Rack 3). The directory name stays the same; the README is updated to describe legacy Rails-family instrumentation coverage on 7.1 rather than a Rails 7.0–specific repro.e2e/react-native/package-lock.jsonbumps transitiveshell-quotefrom 1.8.2 to 1.8.4 to match the existing override.Reviewed by Cursor Bugbot for commit df56010. Bugbot is set up for automated code reviews on this repo. Configure here.