fix: update js-cookie to resolve CVE-2026-46625#134
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
Updates the transitive js-cookie lockfile entry from 3.0.5 to 3.0.7 to address the reported high-severity advisory through @kapaai/react-sdk. The patched version remains within the existing ^3.0.5 dependency range, and its Node >=20 engine is compatible with this repo's declared Node 20/22/24 support and CI Node 22 setup.
Concerns
- No blocking concerns found. No approved spec context was available for this PR.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Updates the transitive
js-cookiedependency inpackage-lock.jsonfrom3.0.5to3.0.7to resolveCVE-2026-46625.Vulnerability details
js-cookie<= 3.0.53.0.7@kapaai/react-sdkassign()enables cookie-attribute injection.Changes
node_modules/js-cookielockfile entry to3.0.7.js-cookieas a direct dependency or apply overrides.Verification
npx --yes npm@10.9.4 --prefix /workspace/docs audit --jsonno longer reportsjs-cookie.npx --yes npm@10.9.4 --prefix /workspace/docs run buildcompleted successfully.Co-Authored-By: Oz oz-agent@warp.dev
Conversation: https://staging.warp.dev/conversation/b4dcb29c-d5e9-4f9f-8c05-f0501e719963
Run: https://oz.staging.warp.dev/runs/019e506a-428f-793e-96c9-dfee0dcad0f9
This PR was generated with Oz.