fix: update qs to resolve CVE-2026-8723#82
Merged
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jefflloyd
approved these changes
Jun 1, 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.
Summary
qsfrom6.15.0to6.15.2inpackage-lock.json.CVE-2026-8723/GHSA-q8mj-m7cp-5q26, a remotely triggerable DoS inqs.stringify.react-instantsearch -> instantsearch.js -> qs.Dependabot alert
Advisory
Verification
npm ls qs --package-lock-only --allshowsqs@6.15.2.npm audit --jsonno longer reportsqs.npm run lintpasses.NEXT_PUBLIC_ALGOLIA_APP_ID=dummy NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=dummy ALGOLIA_SEARCH_ADMIN_KEY=dummy npx tsc lib/*.ts && NEXT_PUBLIC_ALGOLIA_APP_ID=dummy NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=dummy ALGOLIA_SEARCH_ADMIN_KEY=dummy npx next buildpasses.Note:
npm run buildinvokes the repo'spostbuildAlgolia publishing script. With placeholder Algolia values it reaches the external publish step and fails DNS lookup for the dummy app id, so the underlying TypeScript and Next build commands were run directly for validation.Conversation: https://staging.warp.dev/conversation/25d363f7-d567-4b61-84b7-5ca0bcf37fd0
Run: https://oz.staging.warp.dev/runs/019e799d-2a32-71bf-8859-6b02d8930e6d
This PR was generated with Oz.