chore(deps): bump deps to clear dependabot alerts#1040
Merged
Conversation
- docs: next 16.0.10 -> 16.2.6 (clears 22 alerts) - example: addressable 2.8.7 -> 2.9.0 (clears 1 alert) - example: activesupport 7.2.2 -> 7.2.3.1 (clears 3 alerts) All open alerts are in docs/ (Next.js docs site) and example/ (CocoaPods deps). The published library has no vulnerable deps.
Downstream of the Gemfile bumps in the previous commit.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🤖 End-to-End Test Results - iOSStatus: ✅ Passed 📸 Final Test ScreenshotScreenshot automatically captured from End-to-End tests and will expire in 30 days This comment is automatically updated on each test run. |
Contributor
🤖 End-to-End Test Results - AndroidStatus: ✅ Passed 📸 Final Test ScreenshotScreenshot automatically captured from End-to-End tests and will expire in 30 days This comment is automatically updated on each test run. |
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
Lockfile-only bumps to silence open Dependabot alerts. No library code is touched — alerts are scoped to the docs site (
docs/, Next.js) and the example app's CocoaPods toolchain (example/Gemfile.lock). The published library has no vulnerable deps.Changes
docs/:next16.0.10 → 16.2.6 (clears ~22 Next.js alerts: SSRF, cache poisoning, middleware/proxy bypass, DoS, XSS — see Dependabot tab on default branch)example/:addressable2.8.7 → 2.9.0 (clears 1 ReDoS alert, liftspublic_suffixceiling to< 8.0)example/:activesupport7.2.2 → 7.2.3.1 (clears 3 alerts: SafeBuffer XSS,number_to_delimitedReDoS, number helpers DoS)example/: transitive bumps tobase64,benchmark,bigdecimal,concurrent-ruby,connection_pool,drb,i18n,logger,minitest,securerandom(downstream of the above)example/ios/Podfile.lock: refreshedPODFILE CHECKSUMafter the Gemfile bumpsconcurrent-rubylands at 1.3.5, still under the existingGemfileceiling of< 1.3.6(which exists because 1.3.6 introduced build breakage).Test plan
bun tscpasses (workspace)bob buildpasses (pre-commit hook)