chore: resolve open dependabot security alerts#165
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates dependency versions in several Gemfile.lock files across different providers. The reviewer identified multiple critical issues: the specified Bundler version (4.0.10) is invalid as it has not been released, and the versions for the 'public_suffix' (7.0.5) and 'json' (2.19.4) gems do not exist on RubyGems, which will lead to build failures.
|
The |
3727b1e to
921cc67
Compare
3e882df to
d97ccc0
Compare
- addressable 2.8.7/2.8.9 -> 2.9.0 (high, Dependabot alert 34, 35) - json 2.19.0 -> 2.19.4 (high, Dependabot alert 29) Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- addressable 2.8.7/2.8.9 -> 2.9.0 (high, Dependabot alert 34, 35) - json 2.19.0 -> 2.19.4 (high, Dependabot alert 29) Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
d97ccc0 to
084fe56
Compare
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
…ckfile Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
…r flagd v0.15.4 (#166) ## Summary - Updates `color-palette-experiment` fractional targeting test expectations to match bucketing behavior in flagd `v0.15.4` - The fractional evaluator changed to high-precision integer arithmetic (`(hash * totalWeight) >> 32`), which rebucketed all users — tracked in #73 - Expected values verified by running the exact `twmb/murmur3` + `distributeValue` algorithm from flagd's source at `core/v0.15.4` - Replaced targeting keys with ones that resolve to all four distinct variants (red, blue, green, grey), so the test validates fractional bucketing rather than falling through to the default - Originally identified as a pre-existing failure in #165 Also bumps `BUNDLED WITH` in the otel-hook `Gemfile.lock` from 2.7.1 to 4.0.11. A Ruby 4.1dev commit (between May 4–12) made `Pathname::SEPARATOR_PAT` private, breaking bundler 2.7.1's vendored thor. Bundler 4.0.0+ includes the fix (ruby/rubygems#9056). --------- Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Summary
addressableto 2.9.0 andjsonto 2.19.4 acrossopenfeature-flagsmith-provider,openfeature-go-feature-flag-provider, andopenfeature-meta_provider