chore: resolve open dependabot security alerts - #180
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions across multiple Gemfile.lock files for various OpenFeature providers, including openfeature-flagsmith-provider, openfeature-go-feature-flag-provider, openfeature-meta_provider, and openfeature-ofrep-provider. Specifically, it bumps versions for dependencies such as addressable, faraday, faraday-net_http, json, and public_suffix. There are no review comments, and I have no feedback to provide.
2731d8d to
05604d0
Compare
05604d0 to
7d0904b
Compare
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.
86882d7 to
28233e4
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe provider gemspec updates its SimpleCov development dependency constraint from ChangesSimpleCov Dependency
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
d6bf75d to
90c8919
Compare
Pull request was converted to draft
90c8919 to
cf77c27
Compare
cf77c27 to
50c0623
Compare
Pull request was converted to draft
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- faraday 2.14.2 -> 2.14.3 (high, alert #47) in openfeature-go-feature-flag-provider - faraday 2.14.2 -> 2.14.3 (high, alert #46) in openfeature-ofrep-provider - faraday 2.14.2 -> 2.14.3 (high, alert #45) in openfeature-flagsmith-provider Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
The Gemfile requires simplecov ~> 1.0 (bumped in #193) but the gemspec's dev dependency was still pinned to ~> 0.22, and Gemfile.lock still resolved simplecov 0.22.0. This conflict makes bundler >= 2.7 refuse to parse the Gemfile, which would break CI on this branch after rebasing onto main. Aligning the gemspec constraint and regenerating the lock resolves the conflict. Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- json 2.19.1 -> 2.21.1 (low, alert #48) in openfeature-otel-hook - json 2.19.2 -> 2.21.1 (low, alert #49) in openfeature-flagd-provider - json 2.19.2 -> 2.21.1 (low, alert #50) in openfeature-flipt-provider - json 2.19.7 -> 2.21.1 (low, alert #51) in openfeature-go-feature-flag-provider - json 2.19.7 -> 2.21.1 (low, alert #52) in openfeature-meta_provider - json 2.19.7 -> 2.21.1 (low, alert #53) in openfeature-ofrep-provider - json 2.19.2 -> 2.21.1 (low, alert #54) in openfeature-optimizely-provider Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
50c0623 to
41e5e85
Compare
Summary
simplecovgemspec/Gemfileversion conflict inopenfeature-flagsmith-provider(unrelated to Dependabot, but needed sobundle installdoesn't fail on this branch after rebasing ontomain).Dependabot Alerts Resolved
faradayproviders/openfeature-go-feature-flag-provider/Gemfile.lockfaradayproviders/openfeature-ofrep-provider/Gemfile.lockfaradayproviders/openfeature-flagsmith-provider/Gemfile.lockfaradayproviders/openfeature-go-feature-flag-provider/Gemfile.lockfaradayproviders/openfeature-ofrep-provider/Gemfile.lockfaradayproviders/openfeature-flagsmith-provider/Gemfile.lockaddressableproviders/openfeature-flagsmith-provider/Gemfile.lockaddressableproviders/openfeature-go-feature-flag-provider/Gemfile.lockjsonproviders/openfeature-meta_provider/Gemfile.lockVerification
bundle exec rspecandbundle exec rubocoppass on each affected provider: go-feature-flag (82 examples), ofrep (44 examples), flagsmith (89 examples), meta_provider (58 examples).